c0der
- 52
- 0
Homework Statement
Solve the following equation:
v is the dependent variable, x is the independent variable
Homework Equations
\frac{d^2v/dx^2}{(1+\frac{dv}{dx}^2)^{3/2}}=1
The Attempt at a Solution
Hi,
I am trying to solve the following equation:
\frac{d^2v/dx^2}{(1+\frac{dv}{dx}^2)^{3/2}}=1
I used separation of variables as follows:
Let u = \frac{dv}{dx}
\frac{du/dx}{(1+u^2)^{3/2}}=1
Separate the variables and integrate:
\frac{du}{(1+u^2)^{3/2}}=dx
\frac{u}{(1+u^2)^{1/2}}=x + C
u= \sqrt{\frac{(x+C)^2}{1-(x+C)^2}} or -\sqrt{\frac{(x+C)^2}{1-(x+C)^2}}
Why is this not a valid solution when substituting back into the above equation for u and du/dx?