Variation of Parameters to solve a second order ODE

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 · 2K views
Bonnie
Messages
18
Reaction score
1

Homework Statement


The question I am working on is the one in the file attached.

Homework Equations


y = u1y1 + u2y2 :

u1'y1 + u2'y2 = 0
u1'y1' + u2'y2' = g(t)

The Attempt at a Solution


I think I have got part (i) completed, with y1 = e3it and y2 = e-3it. This gives a general solution to the homogeneous equation to be y = C1cos3t + C2sin3t.
For part (ii) I know that for variation of parameters you need to substitute y1 and y2 and their derivatives into the above system of equations to solve for u1' and u2', then integrate these to find u1 and u2, from which you can get the desired solution of
y = yp + yh
But I find that when I try to do that by substituting y1 = e3it and y2 = e-3it I just end up with very complicated expressions involving lots of e's and i's which the desired solution does not contain. I know it involves combining the information about the general soln from (i) with the method I have described, but I just don't know how to make it work. Any help would be appreciated, thank you in advance!
 

Attachments

  • Capture.PNG
    Capture.PNG
    10.5 KB · Views: 455
on Phys.org
Bonnie said:

Homework Statement


The question I am working on is the one in the file attached.

Homework Equations


y = u1y1 + u2y2 :

u1'y1 + u2'y2 = 0
u1'y1' + u2'y2' = g(t)

The Attempt at a Solution


I think I have got part (i) completed, with y1 = e3it and y2 = e-3it. This gives a general solution to the homogeneous equation to be y = C1cos3t + C2sin3t.
For part (ii) I know that for variation of parameters you need to substitute y1 and y2 and their derivatives into the above system of equations to solve for u1' and u2', then integrate these to find u1 and u2, from which you can get the desired solution of
y = yp + yh
But I find that when I try to do that by substituting y1 = e3it and y2 = e-3it I just end up with very complicated expressions involving lots of e's and i's which the desired solution does not contain. I know it involves combining the information about the general soln from (i) with the method I have described, but I just don't know how to make it work. Any help would be appreciated, thank you in advance!
Have you forgotten that ##e^{\pm i \theta} = \cos \theta \pm i \sin \theta \,?##
 
Ray Vickson said:
Have you forgotten that ##e^{\pm i \theta} = \cos \theta \pm i \sin \theta \,?##
Yes I had, thank you. I'll have another try!