Reducible Second Order Differential Equation: Ind. and First Derivative Missing

JTemple
Messages
9
Reaction score
0

Homework Statement



Solve the reducible 2ODE. Assume x, y and/or y' positive where helpful.

y^3 * y'' = 1


The Attempt at a Solution



Well, I tried what I normally would do for x being missing.

p = (dy/dx); y'' = p'p = (dp/dy)(dy/dx)

So

y^3 p'p = 1

p(dp/dy) = y^(-3)

Separate, Integrate

\intpdp= \inty^-3dy

(1/2)p^2 = -(1/2)y^-2 + C

p = (2C - (y^-2))^(1/2)

1/p = dx/dy, so

dx = (2C - (y^-2))^(1/2) dy

And then I would try and integrate that. I can't get the right side (I thought arcsin, but aren't I missing the du (Calc II memory bad), or do I add 0 in the form of + something - something in the numerator? Or is my overall approach off?
 
Physics news on Phys.org
You have

p=\sqrt{2\,C-\frac{1}{y^2}}\Rightarrow \frac{d\,y}{d\,x}=\frac{\sqrt{2\,C\,y^2-1}}{y}\Rightarrow \int\frac{y\,d\,y}{\sqrt{2\,C\,y^2-1}}=\int d\,x

Let
y^2=\frac{z}{2\,C}
and the 1st integral can be easily computed.
 
That's where it was, I was missing the part of the derivative for integration. Thanks!
 
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