NEOCODE
Back To Top

Unit-2: 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.