Nonlinear 2nd order ode reduction solutions

physicsjock
Messages
84
Reaction score
0
hey guys

i've been trying to work out this ode reduction question,

http://img204.imageshack.us/img204/8198/asdawt.jpg

after i use the hint and end up with a seperable equation then integrate to get

\begin{align}<br /> &amp; p=\pm \frac{1}{\sqrt{{{y}^{2}}-2c}} \\ <br /> &amp; \text{Then}\,\,\,\text{integrating}\,\,\,\text{again (using}\,\,wolframalpha) \\ <br /> &amp; y=\pm \log \left( \sqrt{{{y}^{2}}-2c}+y \right)+c \\ <br /> &amp; A{{e}^{\pm y}}=\sqrt{{{y}^{2}}-2c}+y \\ <br /> \end{align}

the first line above is consistent with what i get when i use mathematica

but after getting p, is it correct to integrate p to get y? It doesn't look correct in my working but I can't find another way to do it.

i thought about trying to solve the equation as y'= +/- ... instead as a first order ode but it seems too complicated,

Is there something simple I am not seeing?

Thanks in advance
 
Last edited by a moderator:
Physics news on Phys.org
Yes, you are told that p= y'= dy/dx so
\frac{dy}{dx}= \pm\frac{1}{\sqrt{y^2- 2c}}
and then
\frac{dy}{\pm\sqrt{y^2- 2c}}= dx

Integrate both sides of that.
 
Hey HallsofIvy

Thanks for replying,

Are you sure its not:
\pm dy \sqrt{y^2- 2c}= dx

since you take the dx to the right side, and the inverted root onto the left?

using the initial condition I get c=0 since

\begin{align}<br /> &amp; y&#039;(0)=\pm \frac{1}{\sqrt{{{y}^{2}}(0)-2c}}=\pm \frac{1}{\sqrt{1-2c}}=-1 \\ <br /> &amp; \pm \frac{1}{\sqrt{1-2c}}=-1,\,\,\,\pm 1=-\sqrt{1-2c}\,\,squaring\,\,both\,\,sides \\ <br /> &amp; 1=1-2c \\ <br /> &amp; c=0 \\ <br /> &amp; So\,y&#039;(x)=\pm \frac{1}{y} \\ <br /> &amp; \pm ydy=dx \\ <br /> &amp; \pm \frac{1}{2}{{y}^{2}}=x+c \\ <br /> &amp; \pm \frac{1}{2}{{y}^{2}}(0)=\pm \frac{1}{2}=c \\ <br /> &amp; \therefore y(x)=\sqrt{2x\pm \frac{1}{2}} \\ <br /> \end{align}<br />

does that look ok?
 
Last edited:
I tried it again today with a fresh start and I ended up getting the same thing,
The thing that makes me sus about it is the +/- inside the square root
 
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