
Yefim S. answered 05/27/21
Math Tutor with Experience
This is 2nd order nonlinear ODE, but we can integrate it by setting y' = u, then y'' = u' and we get
u' = (1 + u2)3/2 and we can separate variables: ∫du/(1 + u2)3/2 = ∫dx;
Substitution: u = tanθ; du = sec2θdθ. So, ∫sec2θdθ/sec3θ = x + C; ∫cosθdθ = x + C; sinθ = x + C;
u/(1 + u2)1/2 = x + C; u2/(1 + u2) = (x + C)2; u-2 + 1 = (x + C)-2;
y' = ±((x + C)-2 - 1)-1/2 and y = ±∫((x+ C)-2- 1)-1/2dx