Solving y''+3iy'+y=cos(2t) with Undetermined Coefficients

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
cragar
Messages
2,546
Reaction score
3
If I wanted to solve this [itex]y''+3iy'+y=cos(2t)[/itex] using undetermined coefficients.
and I make the guess [itex]y=Ae^{2it}[/itex]
then i find y' and y'' and then solve for A. I get that A=-1/9
then I take the real part when I multiply it to Eulers formula.
But when I plug this back into check it doesn't work.
Is there something weird going on because I have an imaginary coefficient in front of the y'.
 
Physics news on Phys.org
cragar said:
If I wanted to solve this [itex]y''+3iy'+y=cos(2t)[/itex] using undetermined coefficients.
and I make the guess [itex]y=Ae^{2it}[/itex]
then i find y' and y'' and then solve for A. I get that A=-1/9
then I take the real part when I multiply it to Eulers formula.
But when I plug this back into check it doesn't work.
Is there something weird going on because I have an imaginary coefficient in front of the y'.

Better, try : y = A exp(2it) +B exp(-2it)
with cos(2t) = (1/2)exp(2it) + (1/2)exp(-2it)
 
How about even more better:

[tex]y_p=A\cos(2t)+B\sin(2t)[/tex]

slap it in (the DE), equate coefficients, bingo-bango.

Also, nothing (algebraic) changes if not only the coefficients are complex but everything else like y and x are complex too. So don't let the i thing intimiate you. Just use regular ordinary complex arithemetic and muscle-through the algebra like always.
 
Last edited:
okay thanks for the advice