Unit 3 - Notes

MTH174 6 min read

Unit 3: Linear differential equation-II

Introduction to Non-Homogeneous Linear Differential Equations

A general non-homogeneous linear differential equation of order with constant coefficients is written as:

where are constants and is a function of .

The complete solution to this equation consists of two parts:

  • Complementary Function (): The general solution of the associated homogeneous equation (where ).
  • Particular Integral (): Any specific solution to the non-homogeneous equation.

1. Operator Method for Non-Homogeneous LDEs with Constant Coefficients

The differential operator is denoted by , , etc.
The equation can be written as , where .

The Particular Integral (P.I.) is evaluated as:

Standard Rules for Finding P.I.

Rule 1: When

Failure Case: If , then is a root of the auxiliary equation. Multiply the numerator by and differentiate the denominator with respect to :

If , repeat the process: multiply by and use .

Rule 2: When or
Substitute in .

Failure Case: If , multiply by and differentiate the denominator w.r.t :

Rule 3: When (Polynomial in )

  1. Factor out the lowest degree term from to make it of the form .
  2. Expand using the binomial theorem up to the power (since ).
  3. Apply the operator terms to .

Rule 4: When (where is any function of )
Use the Shift Theorem:

After shifting to the left, operate on using the appropriate rule.

Rule 5: When


2. Method of Undetermined Coefficients

This method is used to find the P.I. when the non-homogeneous term (or ) is a polynomial, exponential, sine, cosine, or a finite sum/product of these. It involves guessing the form of the P.I. with unknown coefficients and determining them by substituting back into the differential equation.

Step-by-Step Procedure

  1. Find the Complementary Function () by solving the homogeneous equation.
  2. Choose a Trial Solution () based on from the table below.
  3. Modification Rule: If any term in the assumed trial solution is already present in the Complementary Function, multiply the entire trial solution by (or , , etc., until no term duplicates a term in ).
  4. Differentiate the trial solution as required by the order of the ODE.
  5. Substitute into the original differential equation.
  6. Equate coefficients of like terms on both sides to solve for the undetermined constants.

Table of Trial Solutions

Non-homogeneous Term Assumed Trial Solution
(constant)
(polynomial of degree )
or
or

3. Method of Variation of Parameters

This is a powerful, general method for finding the Particular Integral of linear differential equations. Unlike the Method of Undetermined Coefficients, it applies to any function , including , , , etc.

For a Second-Order Linear Differential Equation

Consider the standard form:

where and can be constants or functions of .

Procedure:

  1. Find the Complementary Function (). Let the roots give two linearly independent solutions and .
  2. Calculate the Wronskian () of and :

    (Note: must be non-zero for linearly independent solutions).
  3. Assume the Particular Integral is of the form:
  4. The unknown functions and are given by the formulas:

  5. The complete solution is .

4. Solution of Euler-Cauchy Equation

The Euler-Cauchy equation (or Cauchy linear differential equation) is a linear differential equation with variable coefficients of a specific form. The degree of the independent variable matches the order of the derivative.

Standard Form


where are constants.

Method of Solution

To solve this, we convert the variable coefficient differential equation into a constant coefficient differential equation by changing the independent variable.

  1. Substitution:
    Let , which implies .
    Let the differential operator with respect to be .

  2. Transformation of Derivatives:
    Using the chain rule, we can show:

    • ...and so on, where .
  3. Substituting into the Equation:
    Replace the terms in the original ODE with the operator forms.
    Also, replace the right-hand side with .

  4. Solve the Resulting Equation:
    The equation is now a linear differential equation with constant coefficients in terms of variables and .
    Solve it using the standard Operator Method or Method of Undetermined Coefficients to find as a function of :

  5. Back-Substitution:
    Finally, replace with and with to obtain the complete solution in terms of the original variables and .