Solving Differential Equation (dz/dt) + e^(t+z) = 0 with Arbitrary Constant C

  • Context: Undergrad 
  • Thread starter Thread starter cgward
  • Start date Start date
  • Tags Tags
    Calc 2
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 7K views
cgward
Messages
5
Reaction score
0
I have to solve the differential equation and let C represent an arbitrary constant.

(dz/dt)+e^(t+z)=0

I can't seem to figure it out i wind up getting z=-2e^(t^2)+e^(C)
 
Physics news on Phys.org
Ok, divide by [tex]e^z[/tex] on both sides to get

[tex]e^{-z} \frac{dz}{dt} = -e^t[/tex]

then integrate with respect to t,

[tex]-e^{-z} = k - e^t[/tex]

re-arrange to get

[tex]z(t) = - \ln{(k + e^t)}[/tex].

(k is a constant).
 
Last edited: