Solve Homogeneous D.E. integrating

Jtechguy21
Messages
51
Reaction score
0

Homework Statement



Dy/Dx = (Y-x)/(Y+x)

Homework Equations



Y=ux
dy=udx+xdu

The Attempt at a Solution



Dy/Dx = (Y-x)/(Y+x)

Plug in my substitutions
udx+xdu(1/dx)=(ux/ux+x) - X/(ux+x)

Simplify
u+x(du/dx)=(ux)/x(u+1) - (x)/((x)(u+1))

u+x(du/dx)=u/(u+1) -(1)/(u+1))

u+x(du/dx)=u-1/(u+1)

This is where I think i begin to mess up

u+du=(u-1)/(u+1) dx/x

substract (u-1)/(u+1) to the other side

u-(u-1)/(u+1) du=dx/x

I know the right side integrates to Lnx +c

but on the left side if i do
(u^2-1)/(u+1)

I split it up into

the integral (u^2)/(u+1) minus integral of 1/(u+1)
(u^2)/(u+1)<-use long division

I get u+(1/u+1) minus the integral of 1/(u+1)
i am left with just the integral
of u

u^2/2= lnx+c

plug u back in.

((y/x)^2)/2 =lnx +c

is this sufficient of an answer?
according to the answer key I am going to end up with the arctan somewhere in my answer. so i may have already messed up :(
 
Last edited:
Physics news on Phys.org
Jtechguy21 said:

Homework Statement



Dy/Dx = (Y-x)(Y+x)

Homework Equations



Y=ux
dy=udx+xdu

The Attempt at a Solution



Dy/Dx = (Y-x)(Y+x)

Plug in my substitutions
udx+xdu(1/dx)=(ux/ux+x) - X/(ux+x)

Why are you dividing by y + x here? Is your equation actually
<br /> \frac{dy}{dx} = \frac{y - x}{y + x}<br />
and not
<br /> \frac{dy}{dx} = (y - x)(y + x)<br />
as you have written?

Simplify
u+x(du/dx)=(ux)/x(u+1) - (x)/((x)(u+1))

u+x(du/dx)=u/(u+1) -(1)/(u+1))

u+x(du/dx)=u-1/(u+1)

This is where I think i begin to mess up

u+du=(u-1)/(u+1) dx/x

This should be "u dx/x + du" on the left hand side.

substract (u-1)/(u+1) to the other side

You can't; it's multiplied by dx/x.

What you have after replacing y is
<br /> x\frac{du}{dx} + u = \frac{u - 1}{u + 1}<br />
Subtracting u from both sides and then dividing by x puts this in the separable form
<br /> \frac{du}{dx} = \frac1x \left(\frac{u-1}{u+1} - u\right)<br />
Continue.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top