cse63146
- 435
- 0
Homework Statement
Find the general solution of
y' = - \frac{x}{y} - \sqrt{(\frac{x}{y})^2 + 1}
Homework Equations
The Attempt at a Solution
I let y = ux -> y' + xu' + u
xu' + u = - u - \sqrt{u^2+1}
u' = \frac{-2u - \sqrt{u^2 + 1}}{x}
\frac{du}{-2u - \sqrt{u^2 + 1}} = \frac{dx}{x}
now I'm supposed to integrate both sides, just not sure how to find the integral of \frac{du}{-2u - \sqrt{u^2 + 1}}