Solving a first order differential equation

fred_91
Messages
38
Reaction score
0

Homework Statement



Solve the differential equation:
dy/dx = 2/(x+e^y)

Homework Equations

The Attempt at a Solution



I tried to use the substitution v=x+e^y, but I didn't get very far:

v’=1+e^y y’
v’-1=(v-x)y'
y’ = (v’-1)/(v-x)
(v’-1)/(v-x) (x+v-x)=2
V (v’-1)/(v-x)=2
vv’-v=2(v-x)
vv’-3v=-2x

any help will be very much appreciated.
 
Physics news on Phys.org
fred_91 said:

Homework Statement



Solve the differential equation:
dy/dx = 2/(x+e^y)
Threads for solving differential equations by nature belong in the Calculus HW forum.
 
fred_91 said:
vv’-3v=-2x
Hmm, this last equation is homogeneous, so setting v=ux should allow you to separate variables.
 
  • Like
Likes SammyS
fred_91
hi
use this result to simplify it to a linear differential equation
dy/dx=1/(dx/dy)
 
  • Like
Likes Samy_A
2nafish117 said:
fred_91
hi
use this result to simplify it to a linear differential equation
dy/dx=1/(dx/dy)
Oh yes! This works very nicely.

Use it with the given D.E.
 
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