chipotleaway
- 174
- 0
Homework Statement
This an example from Boyce+DiPrima's text on ODEs. Original problem is to solve 2t2y''+3ty'-y=0, given that y1=1/t is a solution.
But I'm stuck at the part where I'm to solve
2tv''-v'=0,
v being the second unknown solution.
The Attempt at a Solution
In the text, they let w=v' which reduces the equation to
2tw'-w=0
and solve by separation of variables.
I 'm trying to solve it by factoring differential operators (not sure what the method is called), so
v''-\frac{1}{2t}v'=0
D(D-\frac{1}{2t})v=0
Then I let w=(D-\frac{1}{2t})v,
\therefore Dw=0
\therefore w=c_1
\therefore v'-\frac{1}{2t}v=c_1
But this isn't right - what am I doing wrong?