andrew.c
- 46
- 0
Homework Statement
Find the general and, if possible, particular solutions of the following ordinary differential equations:
y''+9y=36sin3x
(hint: modification rule for PI)
Homework Equations
Knowledge of ODE's
y = y_{aux}+y_{particular}
The Attempt at a Solution
I get the compementary function;
y''+9y = 0
and then using lambda-notation
\lambda^2 + 9 = 0
therefore
\lambda = \pm 3i
(complex roots)
so
y_{aux} = A cos 3x + B sin 3x
but now how do I get y_{particular}??