Help with nonlinear ordinary differential equation

tx_math
Messages
3
Reaction score
0
Any help with solving this first-order nonlinear ODE would be greatly appreciated! I do believe that an explicit solution exists.

Homework Statement



dy/dt = 1/(4t^2) + 1/2 + 1/2*y/t - 1/(2t)*((1+4ty)^(1/2))

I was led to believe that it could be solved by turning it into a linear differential equation. Perhaps by an appropriate substitution, although I have not had any luck with finding something that works here.
 
Physics news on Phys.org
I can separate the rewrite the equation to look like:

dy/dt = 1/2 - 1/2*y/t + [1/(4t^2) + y/t] - [1/(4t^2) + y/t]^1/2

so if I substitute v = [1/(4t^2) + y/t] I get

dy/dt = 1/2 - 1/2*y/t + v - v^1/2

after more re-arranging i then get

dy/dt = 1/2 + 1/(8t^2) + v/2 - v^(1/2)

and dv/dt = -1/(2t^3) - y/t^2 + 1/t*dy/dt

which can be rewritten as dv/dt = -1/(4t^3) - v/t + 1/t*dy/dt

but substituting in for dy/dt gives me big mess with v's and t's but nothing I know what to do with

Please help!
 
Last edited:
<br /> \frac{dy}{dt} = \frac{1}{4t^2} + \frac{1}{2} + \frac{y}{2t} - \frac{\sqrt{1+4ty}}{2t}<br />

It looks better this way...


Using v = \frac{1}{4t^2} + \frac{y}{t}

I can reduce this equation to the following:

<br /> \frac{dv}{dt} = \frac{1}{2t} - \frac{1}{8t^3} - \frac{v}{2t} - \frac{\sqrt{v}}{t}<br />

but from there I'm stuck...

Any ideas?? Maybe I didn't pick the right expression for v...
 
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...

Similar threads

Back
Top