This unit focuses on linear DEs of order 'n' with constant coefficients:
The complete solution (General Solution) is the sum of two parts:
y = yc + yp
To find the Complementary Function (yc), we solve the homogeneous equation:
Where D is the differential operator (D = d/dx, D² = d²/dx², etc.)
To find the Particular Integral (yp), we "solve" for y from the equation f(D)y = R(x).
Here, 1/f(D) is an "inverse operator". The method depends on the form of R(x).
This is a set of "short-cut" rules for finding yp.
Rule: Replace every 'D' with 'a'.
Case of Failure: If f(a) = 0, this means (D-a) is a factor of f(D).
            
            Rule: If f(D) = (D-a)kg(D), where g(a)≠0, then:
            
Rule: Replace every 'D²' with '(-a²)'. (Do *not* replace D with -a).
Case of Failure: If f(-a²) = 0.
            
            Rule: The method is similar to the "Case of Failure" for eax, but more complex. A common trick is to use yp = x · [solution] (for a single failure).
Rule:
                1. Rewrite [ 1 / f(D) ] using algebraic manipulation (e.g., long division or binomial theorem) to get a series in *ascending* powers of D.
                
(e.g., 1 / (1-D) = 1 + D + D² + ... )
                2. Apply this operator series to xm. Since D³(x²) = 0, the series will terminate.
            
Rule (Shift Theorem): 1. "Shift" the eax to the front. 2. Replace every 'D' in the operator with '(D + a)'. 3. Apply the new operator [ 1 / f(D+a) ] to V(x) using one of the other rules.
Rule: This is a general rule. 1. First find the PI for V alone: W = [ 1 / f(D) ] · V. 2. Then the full PI is: yp = x·W - [ f'(D) / (f(D))² ] · V
A PDE is an equation involving partial derivatives. We form them by eliminating arbitrary elements (constants or functions).
Standard Notation:
            
z = f(x, y)
            
p = ∂z/∂x
            
q = ∂z/∂y
            
If an equation has arbitrary constants, you must differentiate partially w.r.t. x and y to get enough equations to eliminate the constants.
Example: Form a PDE from z = ax + by + ab
If an equation has an arbitrary function (e.g., f(...)), you must eliminate the *function itself*.
Example: Form a PDE from z = f(x + y)
This section covers solving first-order, linear PDEs, which are in Lagrange's Form: