Nonlinear differential equation problem.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
center o bass
Messages
545
Reaction score
2

Homework Statement


The following equation turned up while I was trying to make an integral
stationary in a 'calculus of variations' problem.

[tex]y^{\prime}(x)^2 + 1 = y^{\prime\prime}(x) y(x)[/tex]

How would one go about solving this nonlinear equation?
 
Physics news on Phys.org
Equations like this, which do not contain the independent variable (x), can be solved by applying the identity:
[tex]y'' = \frac{d^2y}{dx^2} = \frac{dy'}{dx} = \frac{dy'}{dy}\frac{dy}{dx} = y' \frac{dy'}{dy}[/tex]
Then you can write:
[tex]y'^2+1 = y' \frac{dy'}{dy} y[/tex]
Then you collect terms in y and y' to get to a form you can integrate:
[tex]\frac{y' dy'}{1+y'^2} = \frac{dy}{y}[/tex]
Then integrate both sides and solve for y' in terms of y, and then integrate a second time.