Differential Equation - Change of Variable

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
cse63146
Messages
435
Reaction score
0

Homework Statement



Find the general solution of

y' = [tex]- \frac{x}{y} - \sqrt{(\frac{x}{y})^2 + 1}[/tex]


Homework Equations





The Attempt at a Solution



I let y = ux -> y' + xu' + u

xu' + u = - u - [tex]\sqrt{u^2+1}[/tex]

u' = [tex]\frac{-2u - \sqrt{u^2 + 1}}{x}[/tex]

[tex]\frac{du}{-2u - \sqrt{u^2 + 1}} = \frac{dx}{x}[/tex]

now I'm supposed to integrate both sides, just not sure how to find the integral of [tex]\frac{du}{-2u - \sqrt{u^2 + 1}}[/tex]
 
Physics news on Phys.org
cse63146 said:

Homework Statement



Find the general solution of

y' = [tex]- \frac{x}{y} - \sqrt{(\frac{x}{y})^2 + 1}[/tex]


Homework Equations





The Attempt at a Solution



I let y = ux -> y' + xu' + u

xu' + u = - u - [tex]\sqrt{u^2+1}[/tex]

u' = [tex]\frac{-2u - \sqrt{u^2 + 1}}{x}[/tex]

[tex]\frac{du}{-2u - \sqrt{u^2 + 1}} = \frac{dx}{x}[/tex]

now I'm supposed to integrate both sides, just not sure how to find the integral of [tex]\frac{du}{-2u - \sqrt{u^2 + 1}}[/tex]

From your substitution, y = ux, it follows that u = y/x. You replaced x/y by u, instead of 1/u.

Using the same substitution, I get
[tex]\frac{-u du}{1 + u^2 + \sqrt{1 + u^2}} = \frac{dx}{x}[/tex]

That's still pretty ugly on the left side, but it might be amenable to completing the square in the denominator.