Another Separable Differential Equation

BarackObama
Messages
13
Reaction score
0

Homework Statement


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


Homework Equations





The Attempt at a Solution


dz/dt = -e^te^z
integral(dz/e^z) = integral(-e^tdt)

let u = 1/e^z
dv = dz
du = -e^-zdz v= z

integral(udv)
= z/e^z + integral(ze^-zdz)
 
Physics news on Phys.org
Welcome to PF!

Good morning, Mr President! Welcome to PF! :smile:

(have an integral: ∫ and try using the X2 icon just above the Reply box :wink:)
BarackObama said:
integral(dz/e^z) = integral(-e^tdt)

So far so good …

Now just rewrite ∫ dz/ez as ∫ e-z dz = … ? :smile:
 
Good morning!

∫e^-zdz = ∫-e^tdt
-e^-z = -e^t + C
e^-z = e^t + C

Is there any way to bring the variables down?

Thanks!
 
Take ln of both sides, but keep in mind that the log of a sum doesn't simplify.
 
z = -ln(e^t + C)

... not exactly easy to verify
 
What's so hard about it? Note the -ln(e^t + C) = ln(1/(e^t + C))
 
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