2nd order differential equation using reduction of order

efghi
Messages
4
Reaction score
0

Homework Statement



Use the method of reduction of order to find a second solution of the given differential equation

t2y'' - 4ty' + 6y, t>0; y1(t) = t2


The Attempt at a Solution



Here's what I have so far:
y = vt2
y' = 2tv + t2v'
y'' = 2v + 4tv' + t2v''

so

t2 (2v + 4tv' + t2v'') - 4t (2tv + t2v') + 6(vt2) = 0

t4v'' = 0

I'm stuck here. Am I supposed to divide by y, which would make it t2v'' = 0
wouldn't that make v'' = 0 anyways? What do I do now? I know I'm supposed to integrate it some how but I am just utterly lost from here...

PLEASE HELP!
 
Physics news on Phys.org
efghi said:

Homework Statement



Use the method of reduction of order to find a second solution of the given differential equation

t2y'' - 4ty' + 6y, t>0; y1(t) = t2


The Attempt at a Solution



Here's what I have so far:
y = vt2
y' = 2tv + t2v'
y'' = 2v + 4tv' + t2v''

so

t2 (2v + 4tv' + t2v'') - 4t (2tv + t2v') + 6(vt2) = 0

t4v'' = 0

I'm stuck here. Am I supposed to divide by y, which would make it t2v'' = 0
wouldn't that make v'' = 0 anyways? What do I do now? I know I'm supposed to integrate it some how but I am just utterly lost from here...
You're absolutely spot on here. Let's look at your final line

t4v''=0

Now the boundary conditions state that t is positive, hence this means that t4 must be non-zero. Furthermore, this implies that

v''=0

Now you have a second order differential equation

\frac{d^2 v}{dt^2}=0

Simply integrate twice with respect to t. Do you follow?
 
So the 2nd general solution should be y2 = t6 / 18 ?
 
efghi said:
So the 2nd general solution should be y2 = t6 / 18 ?
How did you get that?
 
integrate twice with respect to t

integral of t4v'' = t5 / 3
integral of t5 / 3 = t6 / 18?
 
efghi said:
integrate twice with respect to t

integral of t4v'' = t5 / 3
integral of t5 / 3 = t6 / 18?
That's wrong. As I said in my previous post, you need only solve the ODE

v''=0

And then multiply the solution by y1 to obtain the general solution.
 
How do i solve the ODE?
 
efghi said:
How do i solve the ODE?
As I said before integrate twice with respect to t.
 
Back
Top