PDA

View Full Version : Differential Equation - Change of Variable


cse63146
May27-09, 10:10 PM
1. The problem statement, all variables and given/known data

Find the general solution of

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


2. Relevant equations



3. 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}}

Mark44
May28-09, 01:30 AM
1. The problem statement, all variables and given/known data

Find the general solution of

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


2. Relevant equations



3. 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}}

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
\frac{-u du}{1 + u^2 + \sqrt{1 + u^2}} = \frac{dx}{x}

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