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

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
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
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.