Glam Prestige Journal

Bright entertainment trends with youth appeal.

$\begingroup$

I am trying to solve the following differential-equation: $$dy/dx=e^{-y}$$ This is what I tried:

enter image description here

However that is not a correct solution. How can I derrive the true solution?

This is not correct as:

enter image description here

I forgot to write ln, the right side hasn't changed

I used TI-Nspire CX CAS student software to come to that conclusion:enter image description here

Weird it's given me a wrong answer

$\endgroup$ 1

2 Answers

$\begingroup$

This is not correct as:

enter image description here

That derivative is wrong and why does the $\ln$ disappear in the exponent in the right-hand side?

If $y=\ln(x+c)$, then $y'=\tfrac{1}{x+c}$ but also:$$e^{-y}=e^{-\ln(x+c)}=\frac{1}{e^{\ln(x+c)}}=\tfrac{1}{x+c}$$


The derivative of $\ln x$ is $\tfrac{1}{x}$ so then by the chain rule:$$\frac{\mbox{d}}{\mbox{d}x}\ln(x+c)=\frac{1}{x+c}\underbrace{\frac{\mbox{d}}{\mbox{d}x}\left(x+c\right)}_{=1}=\frac{1}{x+c}$$

$\endgroup$ 3 $\begingroup$

You can check this is actually the right solution

$$ \frac{{\rm d}y}{{\rm d}x} = \frac{1}{x + c} \tag{1} $$

and

$$ e^{-y} = \frac{1}{e^y} = \frac{1}{e^{\ln(x + c)}} = \frac{1}{x + c} \tag{2} $$

So yes, $y(x) = \ln |x + c|$ is the solution

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy