Mar 26, 2025
Convert to Auxiliary Equation
Functions of the Form a^n
For functions of type a^n, the auxiliary equation is utilized.
If e is substituted with a, ensure a is not equal to zero.
If a becomes zero, use the trick:
e - a^m * f(e).Example: For the equation Y(n+2) - 4Y(n+1) - 4YN = 2^n, find:
C1 + C2n * 2^ne with 2 in the equation.Functions involving Cosine or Sine
Y(n+2) - 7Y(n+1) + 12YN = cos(n).Functions of n^p Type
n^2 to factorial notation to derive PI.e^2 - 7e + 12 = 0) to find roots.C1 * cos(n * theta) + C2 * sin(n * theta).a^n, cos, sin, n^p).YN = CF + PI.