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

  • Thread starter Thread starter Punchlinegirl
  • Start date Start date
  • Tags Tags
    Reduction
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 \frac{6}{t^2}y, just 6v, not 6t^3 v.
You should have
t^2v&quot;+ 4tv&#039;+ 2v- 4tv&#039;- 8v+ 6v= t^2v&quot;= 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&quot;(t)+6t^2v(t)-6v(t)<br /> I don&#039;t know what to do from here. can someone please help? </div> </div> </blockquote>
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top