Differential Equation problem, I think i solved it, just need it to be check

Pr0x1mo
Messages
21
Reaction score
0
My teacher gave me this as an extra credit question:

solve: (x+y)dx-(x-y)dy=0

I first used the substitution of y=vx or v=y/x

Taking the partial derivative of y = vx yields:

dy/dx = v + x(dv/dx)

So then i rearranged the equation like: dy/dx = (x+y)/(x-y) which equals:

v + xv' = (x+y)/(x-y)

Then i divided everything on the right side by x to obtain:

v + xv' = (1 + (y/x))/(1 - (y/x)), and since y/x = v then i get:

v + xv' = (1 + v)/(1 - v)

I then multiply both sides of the equation by (1 - v) to get:

v - xvv' = 1 + v

-xvv' = 1

-vv' = 1/x which is really:

-v (dv/dx) = 1/x, so to separate i mutliply both sides by dx:

-v dv = 1/x dx

then integrate both sides of the equation:

-1/2 v2 = ln|x| + c

and since v = y/x i get:

-1/2(y/x)2 = ln|x| + c

Is this correct, or am i completely off track?
 
Physics news on Phys.org
I haven't followed your text,
but I'd try going in polar coordinates. Looks promising.

<br /> (x+y)dx+(x-y)dy =0\\<br /> <br />

<br /> <br /> (rcos\theta+rsin\theta)(drcos\theta-rsin\theta d\theta)+(rcos\theta-rsin\theta)(drsin\theta+rcos\theta d\theta)=0 \\<br />

((cos\theta)^2-(sin\theta)^2+2sin\theta cos\theta)rdr + r^2((cos\theta)^2-(sin\theta)^2-2sin\theta cos\theta)d\theta =0\\<br />

<br /> <br /> ((cos\theta)^2-(sin\theta)^2+2sin\theta cos\theta)rdr + r^2((cos\theta)^2-(sin\theta)^2-2sin\theta cos\theta)d\theta=0<br /> <br />
 
<br /> <br /> \frac{dr}{d\theta} = r\frac{1-sin4\theta}{cos4\theta}\\<br /> <br />

I get this but I don't know what to do next.
 
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