Separable ODE, should I take the log of both sides?

JFonseka
Messages
117
Reaction score
0

Homework Statement


Solve dy/dx = exp(x-y) given that y = ln 2 at x = 0

Homework Equations


None.

The Attempt at a Solution



Firstly let's get the equation into a form so we can re-arrange the x's and y's, and then re-arrange.

dy/dx = exp(x)/exp(y)

exp(y)*dy = exp(x)*dx

Integrate:

exp(y) = exp(x) + C

Substitute:

exp(ln(2)) = exp(0) + C

2 = 1 + C, therefore C = 1

Hence, exp(y) = exp(x) + 1, and take log to get an equation in the form of y = ...

ln(exp(y)) = ln(exp(x)) + ln(1) =>

y = x

Doesn't really look right though, am I right or wrong?

Edit: Solved-> ln(exp(y)) = ln(exp(x) + 1)
=> y(x) = ln(exp(x) + 1)
 
Last edited:
Physics news on Phys.org
Looked OK until the last step when you took the logs. log(a+b) isn't equal to log(a)+log(b).

Note also that the initial condition no longer holds if y=x was the solution.
 
I solved the problem using Maple; it gives the answer as y = ln(exp x + 1).

So I guess I'm meant to take the log of the entire expression on the r.h.s.
 
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