NEOCODE
Back To Top

Unit-3: Linear Differential Equations


1. Introduction to Linear Differential Equations

A linear differential equation is an equation that involves the derivatives of a function and can be expressed in the form:

an(x)y(n) + an-1(x)y(n-1) + ... + a1(x)y' + a0(x)y = f(x)

Here, f(x) is the non-homogeneous part (if present), and a0, a1, ..., an are functions of x or constants.

2. Solution of Linear Differential Equations

The general solution of a linear differential equation consists of two parts:

Hence, the general solution is given by:

y = C.F. + P.I.

3. Linear Dependence and Independence of Solutions

A set of functions {y1, y2, ..., yn} is said to be linearly independent if no linear combination of these functions equals zero, except for the trivial case when all constants are zero:

c1y1 + c2y2 + ... + cnyn = 0 → c1 = c2 = ... = cn = 0

If any non-zero combination exists, the functions are linearly dependent.

4. Method of Solution Using Differential Operator

The differential operator D is defined as:

D = d/dx

This allows us to write differential equations in a simplified form:

F(D)y = g(x)

Where F(D) is a polynomial in D. This makes solving differential equations more systematic.

5. Solution of Second Order Homogeneous Linear Differential Equations with Constant Coefficients

A second-order homogeneous linear differential equation with constant coefficients has the form:

ay'' + by' + cy = 0

Its characteristic equation is:

ar2 + br + c = 0

The nature of the roots of this characteristic equation determines the solution:

6. Solution of Higher Order Homogeneous Linear Differential Equations with Constant Coefficients

For a higher-order homogeneous linear differential equation of the form:

any(n) + an-1y(n-1) + ... + a1y' + a0y = 0

We write the characteristic polynomial:

anrn + an-1rn-1 + ... + a1r + a0 = 0

The general solution is formed using the corresponding characteristic roots, applying similar principles as for second-order equations.

7. Solution of Non-Homogeneous Linear Differential Equations

7.1 Using Operator Method

We write the equation as F(D)y = g(x). First, solve the homogeneous part F(D)y = 0 to get the complementary function. Then find the particular integral using the inverse operator method: P.I. = F(D)-1g(x).

7.2 Method of Undetermined Coefficients

Assume a particular form of the solution based on the form of g(x). Substitute into the differential equation to determine the unknown coefficients.

7.3 Method of Variation of Parameters

For the equation y'' + p(x)y' + q(x)y = g(x), the particular integral is given by:

yp = u1(x)y1 + u2(x)y2

Where u1 and u2 are functions determined using specific formulas.

8. Solution of Euler-Cauchy Equation

An Euler-Cauchy equation is of the form:

x2y'' + axy' + by = 0

We substitute y = xr and form the auxiliary equation to determine the solution.

9. Solution of Simultaneous Differential Equations Using Operator Method

For a system of simultaneous linear differential equations, we use operator notation and solve using elimination or matrix methods.

Example: Dx + y = ex, Dy - x = ex