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

  • Thread starter Thread starter cgward
  • Start date Start date
  • Tags Tags
    Calc 2
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 e^z on both sides to get

e^{-z} \frac{dz}{dt} = -e^t

then integrate with respect to t,

-e^{-z} = k - e^t

re-arrange to get

z(t) = - \ln{(k + e^t)}.

(k is a constant).
 
Last edited:
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top