Supposedly simple differential equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
popo902
Messages
59
Reaction score
0

Homework Statement


Find the solution of
dy/dt = 1/ (e^y -t), y(1) = 0


Homework Equations





The Attempt at a Solution


i tried separating the equation, but the subtraction gets in the way
well this is what i have
y = t - 1 + C/e^t
i solved for t then i put that into the single order ODE formula
but the answer is y = arccosht
...so...
can someone give me a hint on how to start this?
 
Physics news on Phys.org
Yes, the fact that an equation is not separable does make it hard to separate!

Here's what I would try. Since it is the [itex]e^y- t[/itex] that is the problem, let [itex]u= e^y- t[/itex] so that
[tex]\frac{dy}{dt}= \frac{1}{u}[/tex]
and since [itex]e^y= u+ t[/itex]
[tex]e^y\frac{dy}{dt}= \frac{du}{dt}+ 1[/tex]
[tex](u+ t)\frac{1}{u}= \frac{du}{dt}+ 1[/tex]
[tex]\frac{du}{dt}= \frac{u+t}{u}- 1= \frac{t}{u}[/tex]
which is separable.