Unit 2 - Notes
Unit 2: Linear differential equation-I
1. Introduction to Linear Differential Equation
A Linear Differential Equation (LDE) is a differential equation in which the dependent variable (usually ) and all its derivatives appear only in the first degree, and they are not multiplied together.
The general form of an -th order linear differential equation is:
Where:
- is the dependent variable, and is the independent variable.
- are known functions of (or constants), called coefficients.
- ensures the equation is of order .
- is a known function of .
Classification:
- Homogeneous LDE: If for all , the equation is homogeneous.
- Non-homogeneous LDE: If , the equation is non-homogeneous.
- Constant Coefficients: If are constants rather than functions of .
2. Solution of Linear Differential Equation
The complete solution of a non-homogeneous linear differential equation consists of two parts:
- Complementary Function (C.F. or ): This is the general solution of the corresponding homogeneous equation (setting ). It contains arbitrary constants for an -th order equation.
- Particular Integral (P.I. or ): This is any specific solution to the non-homogeneous equation that contains no arbitrary constants.
The General Solution is given by:
(Note: For homogeneous equations where , the Particular Integral is zero, and the general solution is simply .)
3. Linear Dependence and Linear Independence of Solution
When finding the Complementary Function of an -th order LDE, we look for distinct solutions . These solutions must be linearly independent.
Linear Dependence
A set of functions is linearly dependent on an interval if there exist constants , not all zero, such that:
for every in the interval.
Linear Independence
If the only way to satisfy the above equation is if all constants are zero (), then the functions are linearly independent.
The Wronskian
To test for linear independence, we use the Wronskian determinant, defined as:
- If for at least one point in the interval, the solutions are linearly independent.
- If for all in the interval, the solutions are linearly dependent.
4. Method of Solution of Linear Differential Equation - Differential Operator
To simplify the writing and solving of LDEs, we introduce the Differential Operator, denoted by .
- Define
Using this notation, an -th order LDE with constant coefficients can be written as:
Or simply:
where is a polynomial in .
Properties of Operator :
- (where is a constant)
- acts like an algebraic polynomial and can be factored if the coefficients are constants.
- represents integration (the inverse operator of ).
5. Solution of Second Order Homogeneous Linear Differential Equation with Constant Coefficient
A second-order homogeneous LDE with constant coefficients has the form:
where and are real constants and .
The Auxiliary Equation (A.E.)
To solve this, we substitute (since derivatives of exponentials are proportional to themselves). This yields the Auxiliary Equation:
Solving this quadratic equation gives two roots, and . The nature of these roots determines the general solution (C.F.):
Case 1: Roots are Real and Distinct ()
- Solution:
- Where and are arbitrary constants.
Case 2: Roots are Real and Equal ()
- Since the roots are the same, is one solution. To find the second linearly independent solution, we multiply by .
- Solution:
Case 3: Roots are Complex Conjugates ()
- Using Euler's formula (), the solution transforms from exponentials into sines and cosines.
- Solution:
6. Solution of Higher Order Homogeneous Linear Differential Equations with Constant Coefficient
The principles established for second-order equations scale directly to -th order homogeneous equations:
The Auxiliary Equation
The A.E. is an -th degree polynomial:
This equation has exactly roots: .
Rules for finding the Complementary Function (C.F.)
-
Distinct Real Roots ():
-
Repeated Real Roots:
- If a root is repeated 2 times ():
- If a root is repeated times:
- If a root is repeated 2 times ():
-
Distinct Complex Roots ():
-
Repeated Complex Roots:
- If a complex pair is repeated twice:
- If a complex pair is repeated twice:
Summary of Workflow for Homogeneous LDEs:
- Write the equation in operator form: .
- Write the Auxiliary Equation: .
- Find all roots of the polynomial .
- Apply the rules above to construct the general solution (C.F.).