Absolute Values in Separable Differential Equations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
patrickbotros
Messages
34
Reaction score
1
When solving a separable differential equation, my textbook says this:
ln|v-49|=-t/5+C→
|v-49|=e-t/5+C
v=49+ce-t/5
What happened to the absolute values? I think it has something to do with the exponential always being positive.
 
Physics news on Phys.org
patrickbotros said:
When solving a separable differential equation, my textbook says this:
ln|v-49|=-t/5+C→
|v-49|=e-t/5+C
v=49+ce-t/5
What happened to the absolute values? I think it has something to do with the exponential always being positive.
The equation ##\displaystyle\ |v-49|=e^{-t/5+C}\ ## is equivalent to
##\displaystyle\ v-49=\pm e^{-t/5+C}\ ## → ##\displaystyle\ v-49=c\, e^{-t/5}\ ##, where ##\ c = \pm\ln(C) ##​
So the new constant, c, (lower case) absorbs the ± .
 
SammyS said:
The equation ##\displaystyle\ |v-49|=e^{-t/5+C}\ ## is equivalent to
##\displaystyle\ v-49=\pm e^{-t/5+C}\ ## → ##\displaystyle\ v-49=c\, e^{-t/5}\ ##, where ##\ c = \pm\ln(C) ##​
So the new constant, c, (lower case) absorbs the ± .
Ohhhh. HAHA!:oldlaugh: That was dumb :)