Non-linear ODE with pursuit curves

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
abercrombiems02
Messages
114
Reaction score
0
How would one go about finding an analytical solution to the following ODE

note that we are trying to find y(x) subject to...

(x*y'')^2 - (1 + (y')^2) = 0
 
Physics news on Phys.org
abercrombiems02 said:
How would one go about finding an analytical solution to the following ODE

note that we are trying to find y(x) subject to...

(x*y'')^2 - (1 + (y')^2) = 0

The first thing I notice is that there is no "y" in that equation- just
y" and y'. If you let u= y' then you have the pair of first order equations
(x*u')^2- (1+ u^2)= 0 or
[tex]xu'= \pm\sqrt{1+ u^2}[/tex]
That gives two relatively simple separable equations.