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.
 
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