Solve 2nd Order DE: Finding 2nd Solution w/ Reduction of Order

  • Thread starter Thread starter Punchlinegirl
  • Start date Start date
  • Tags Tags
    Reduction
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
1 reply · 5K views
Punchlinegirl
Messages
221
Reaction score
0
Use reduction of order to find a second solution of the given differential equation
t^2y"-4ty'+6y=0 t>0 y_1(t)=t^2

first I put in in the standard form
y"-4/ty'+6/t^2y =0
then y= v(t)t^2
y'=v'(t)t^2+v(t)2t
y"=y"(t)t^2+v'(t)2t+v'(t)2t+v(t)2 = t^2v"(t)+4tv'(t)+2v(t)
putting these into the original equation gives me
t^2v"(t)+4tv'(t)+2v(t)-4tv'(t)-8v(t)+6t^2v(t)
simplifying gives me
t^2v"(t)+6t^2v(t)-6v(t)
I don't know what to do from here. can someone please help?
 
Physics news on Phys.org
Punchlinegirl said:
Use reduction of order to find a second solution of the given differential equation
t^2y"-4ty'+6y=0 t>0 y_1(t)=t^2

first I put in in the standard form
y"-4/ty'+6/t^2y =0
then y= v(t)t^2
y'=v'(t)t^2+v(t)2t
y"=y"(t)t^2+v'(t)2t+v'(t)2t+v(t)2 = t^2v"(t)+4tv'(t)+2v(t)
putting these into the original equation gives me
t^2v"(t)+4tv'(t)+2v(t)-4tv'(t)-8v(t)+6t^2v(t)
The is wrong. You have added 6y but it should be [itex]\frac{6}{t^2}y[/itex], just 6v, not 6t^3 v.
You should have
[tex]t^2v"+ 4tv'+ 2v- 4tv'- 8v+ 6v= t^2v"= 0[/itex]<br /> That should be easy!<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> Simplifying gives me<br /> t^2v"(t)+6t^2v(t)-6v(t)<br /> I don't know what to do from here. can someone please help? </div> </div> </blockquote>[/tex]