Finding the General Solution of an ODE: Help Needed!

Benny
Messages
577
Reaction score
0
Hi, can someone please help me with the following ODE? I need to find the general solution.

<br /> y = xy&#039; + \frac{1}{{y&#039;}}<br />

Rearranging I get a quadratic in dy/dx.

<br /> x\left( {\frac{{dy}}{{dx}}} \right)^2 - y\left( {\frac{{dy}}{{dx}}} \right) + 1 = 0<br />

<br /> \frac{{dy}}{{dx}} = \frac{{y \pm \sqrt {y^2 - 4x} }}{{2x}}<br />

I don't know what to do from this point nor am I sure if I've started the right way. Any help would be good thanks.
 
Physics news on Phys.org
That's a first order equation of degree two - you have to look at the discriminant you've found to find where solutions exist...

edit: I see sid deleted his reply - lucky I didn't quote it:wink:
 
This is a Clairaut Equation, and there is a nice way to find the general and singular solutions.

http://mathworld.wolfram.com/ClairautsDifferentialEquation.html"
 
Last edited by a moderator:
Now that you mention the name of the DE, I remember doing a question on it last year. It's too bad that I've put that booklet containing the problem and the books which I did questions in away in storage. Anyway thanks for the help. It looks like I need to diff both sides wrtx.
 
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