Unit 3 - Notes

MTH166 7 min read

Unit 3: Linear Differential Equations

1. Introduction

A linear differential equation of order with constant coefficients is of the form:

Where are constants and is a function of .

General Solution Structure:
The complete solution consists of two parts:

  1. Complementary Function (C.F.): The solution to the homogeneous equation (where ).
  2. Particular Integral (P.I.): A specific solution satisfying the non-homogeneous equation.


2. Solution by Operator Method (D-Operator)

We introduce the differential operator . Consequently, , and so on. The differential equation can be written as:

2.1 Finding the Complementary Function (C.F.)

To find the C.F., we solve the Auxiliary Equation (A.E.) obtained by replacing with and equating .

Nature of Roots () Form of C.F.
Real and Distinct ()
Real and Equal ()
Complex Conjugates ()
Repeated Complex ()

2.2 Finding the Particular Integral (P.I.)

The Particular Integral is given by . The method depends on the form of .

A detailed decision tree flowchart titled "Algorithm for Finding Particular Integral". The top node ...
AI-generated image — may contain inaccuracies
^-1 using Binomial Theorem (1 +/- D)^-1". Branch 4: "Q(x) = e^{ax}V(x)". Box: "Apply Shift Rule: e^{ax}[1/f(D+a)]V(x)". Use distinct colors for each branch (e.g., green, blue, orange, purple). Professional diagrammatic style with clear arrows.]

Case I:

  • Rule: Replace with .
  • Exception: If , then .

Case II: or

  • Rule: Replace with .
  • Exception: If the denominator becomes zero, multiply by and differentiate the operator with respect to .

Case III: (Algebraic Polynomial)

  • Rule: Convert the operator into the form and expand using the Binomial Theorem.
  • Expansions:

Case IV:

  • Rule (Exponential Shift):
  • After shifting to the left, operate on .

Case V:

  • Rule:

3. Method of Undetermined Coefficients

This method is used when is a standard function (exponential, polynomial, sinusoidal, or a sum/product of these) and the operator method is either difficult to apply or strictly restricted by the problem statement.

Procedure:

  1. Find the Complementary Function ().
  2. Assume a trial solution based on the form of .
  3. Differentiate and substitute it into the original DE.
  4. Equate coefficients of like terms to solve for the unknown constants.

Choice of Trial Solution:

Term in Assumed Trial Solution
()
or

Modification Rule: If any term in the assumed trial solution is already present in the C.F., multiply the trial solution by (or if the root is repeated).


4. Method of Variation of Parameters

This is a general method used to find the particular integral for linear DEs of the form , especially when is not a standard form (e.g., ).

A step-by-step block diagram explaining the "Method of Variation of Parameters" for a second-order D...
AI-generated image — may contain inaccuracies
, [y_1', y_2']]. Note: "If W ≠ 0, proceed".
Step 3 Block: "Compute Parameters u and v". Show formulas: u = -Integral[(y_2 R(x)) / W] dx and v = Integral[(y_1 R(x)) / W] dx.
Step 4 Block: "Final Solution". Formula: y_p = u(x)y_1 + v(x)y_2.
Connect blocks with downward arrows. Use a clean, academic layout with math symbols clearly rendered.]

Algorithm:

  1. Find the C.F.: .
  2. Calculate the Wronskian ():
  3. The Particular Integral is given by:

    Where:

  4. General Solution: .

5. Euler-Cauchy Equation (Linear Equation with Variable Coefficients)

Also known as the Homogeneous Linear Equation. It has the form:

Note that the power of matches the order of the derivative.

Transformation Procedure:
To solve, we transform it into a linear DE with constant coefficients.

  1. Substitution: Let or .
  2. Operator Transformation:
    Define .

A "Before and After" comparison illustration showing the transformation of an Euler-Cauchy Equation....
AI-generated image — may contain inaccuracies
y = z". Features a uniform/regular sine wave background.
Bottom Caption: "Converting Variable Coefficients to Constant Coefficients".]

Steps to Solve:

  1. Substitute the operators into the equation.
  2. Replace with the function in terms of (replace with ).
  3. Solve the resulting constant coefficient DE for .
  4. Back-substitute to get the final solution .

6. Simultaneous Differential Equations

This involves solving a system of linear differential equations with constant coefficients involving two or more dependent variables (e.g., ) and one independent variable ().

Method of Operators (Elimination Method):

Consider the system:

Steps:

  1. Write the equations in operator form ().
  2. Treat the operators and like algebraic coefficients.
  3. Eliminate one variable (say ) by multiplying equation (1) by and equation (2) by , then subtracting.
  4. This yields a single DE in terms of and :
  5. Solve this DE to find .
  6. Substitute back into one of the original equations (or eliminate similarly) to find .
    • Note: Solving separately introduces extra constants. Substitute into the equations to relate the constants of to .

7. Summary of Key Formulae

  • Auxiliary Equation: .
  • P.I. for : ().
  • P.I. for : Replace .
  • Wronskian: .
  • Variation of Parameters: .
  • Euler Substitution: .