Find a general solution of the differential equation

Totalderiv
Messages
69
Reaction score
1

Homework Statement


Find a general solution of the differential equation.

(x+y)y' = x-y


Homework Equations



v=x+y
y=v-x
y'=v'-1

The Attempt at a Solution


So if I plug this back into the original equation;
v(v'-1)= x-y
How do I convert v=x+y into x-y so that I have only v's and x's? Do I have to make another substitution with x-y?
 
Physics news on Phys.org


Hint:

Make the subst:

<br /> z = \frac{y}{x}<br />
because your ode is a homogeneous equation:
<br /> y&#039; = \frac{x - y}{x + y} = \frac{\frac{x - y}{x}}{\frac{x + y}{x}} = \frac{1 - y/x}{1 + y/x}<br />

Treat z as a function of x. Exprss y in terms of x and z. Find the derivative w.r.t. x by using the chain rule. What do you get?
 


So it would be;

y=zx
y&#039;= z+xz&#039;
z+xz&#039; =\frac {1-z}{1+z}

How do I isolate the z's and x's in order to integrate?
 


simplify:
<br /> \frac{1 - z}{1 + z} - z<br />
You will get an ODE with separated variables x and z.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top