Non-linear ODE with pursuit curves

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
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.