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.
The general solution of a linear differential equation consists of two parts:
Hence, the general solution is given by:
y = C.F. + P.I.
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.
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.
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:
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.
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).
Assume a particular form of the solution based on the form of g(x). Substitute into the differential equation to determine the unknown coefficients.
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.
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.
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