(Ordinary) Differential Equation Trouble

Euler2718
Messages
90
Reaction score
3

Homework Statement



Find the solution of the differential equation by using appropriate method:

t^{2}y^{\prime} + 2ty - y^{3} = 0

Homework Equations



I'm thinking substitution method of a Bernoulli equation: v = y^{1-n}

The Attempt at a Solution


[/B]
t^{2}y^{\prime} + 2ty - y^{3} = 0
\implies \frac{t^{2}y^{\prime}}{y^{3}} + \frac{2t}{y^{2}} = 1
Let v = \frac{1}{y^{2}}, then v^{\prime} = -\frac{2y^{\prime}}{y^{3}}

This is where I'm a little lost with respect to the given solution. It tells me that after substituing in v and v^{\prime} I should be getting:
t^{2}v^{\prime} - 2tv = -2
But I get:
-\frac{1}{2}t^{2}v^{\prime} + 2tv =1

Is there some algebra I'm messing up (or flat out not seeing)? Or is this not the best way to approach the problem? This is an elementary level ODE course so it shouldn't require anything too advance.
 
Physics news on Phys.org
Morgan Chafe said:

Homework Statement



Find the solution of the differential equation by using appropriate method:

t^{2}y^{\prime} + 2ty - y^{3} = 0

Homework Equations



I'm thinking substitution method of a Bernoulli equation: v = y^{1-n}

The Attempt at a Solution


[/B]
t^{2}y^{\prime} + 2ty - y^{3} = 0
\implies \frac{t^{2}y^{\prime}}{y^{3}} + \frac{2t}{y^{2}} = 1
Let v = \frac{1}{y^{2}}, then v^{\prime} = -\frac{2y^{\prime}}{y^{3}}

This is where I'm a little lost with respect to the given solution. It tells me that after substituing in v and v^{\prime} I should be getting:
t^{2}v^{\prime} - 2tv = -2
But I get:
-\frac{1}{2}t^{2}v^{\prime} + 2tv =1

Is there some algebra I'm messing up (or flat out not seeing)? Or is this not the best way to approach the problem? This is an elementary level ODE course so it shouldn't require anything too advance.
Your work looks correct. One way to know for sure is to push it through to a solution, then check whether your solution satisfies the original DE.
 
LCKurtz said:
Your work looks correct. One way to know for sure is to push it through to a solution, then check whether your solution satisfies the original DE.

Is this :

v^{\prime} - \frac{4}{t}v = \frac{2}{t^{2}}

Valid? Can I divide through by t^{2} to make it into the form: y^{\prime}(t) + p(t)y(t) = q(t). I still can't seem to get an answer that works if I substitute it back in.
 
Morgan Chafe said:
But I get:
-\frac{1}{2}t^{2}v^{\prime} + 2tv =1
Morgan Chafe said:
Is this :

v^{\prime} - \frac{4}{t}v = \frac{2}{t^{2}}

Valid? Can I divide through by t^{2} to make it into the form: y^{\prime}(t) + p(t)y(t) = q(t). I still can't seem to get an answer that works if I substitute it back in.

Aren't you missing a sign on the right side from what you posted earlier (above)?
 
LCKurtz said:
Aren't you missing a sign on the right side from what you posted earlier (above)?

Oh, that should be a -\frac{2}{t^{2}}. But that was just a LaTeX mistake.
 
Morgan Chafe said:
Oh, that should be a -\frac{2}{t^{2}}. But that was just a LaTeX mistake.
In that case, you need to show the rest of your work before we can help you find what is wrong.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top