Differential Equations - separable?

pian0forte
Messages
1
Reaction score
0

Homework Statement



Find the general solution, y

2ty dy/dt = 3y^2 - t^2

Homework Equations

The Attempt at a Solution



I probably have to separate the equation and get y's one side in order to solve, but I'm stuck as to how to separate it. I tried letting u = y/t, so then

du/dt = (t dy/dt - y)/(t^2)
then dy/dt = t du/dt + u , so I plugged it back into the equation?

t du/dt + u = (3y^2 - t^2)/(2ty)
t du/dt + u = (3/2)u - (1/2u)

I can separate this into:
(u/(u^2-1)) du/dt = 1/2t

Am I on the right track?
 
Last edited:
Physics news on Phys.org
Looks like your last line separates to
(u/(u^2-1))du = dt/(2t)
 
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