A seperation of variables intergration

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
thomas49th
Messages
645
Reaction score
0

Homework Statement



[tex]\frac{dV}{dt} = 20 - kV[/tex]

By solving this show that

[tex]V = A + Be^{-kt}[/tex]

Homework Equations



Well I am guessing there is a ln coming into play somewhere during the intergration
if the diff the bottom = the top then you get a ln(bottom)

The Attempt at a Solution



separate the variables

[tex]\int{\frac{1}{20-kV}dv} = \int{1dt}[/tex]

i don't know how to form the ln part out of the LHS, cus you can't just take a constant out here?

Thanks :)
 
Physics news on Phys.org
ahh take a constant of -1/k out

so -1/k ln (20-kV) = t
multiply through by -k to give

ln(20-kV) = -tk
then e it man
gives you
20-kV = e^(-tk)
V = 20/k -e^(-tk)/k
but the stupid mark scheme says
V = 20/k -20e^(-tk)/k

who is right?

Thanks :)
 
Remember, your integrals are indefinite integrals; so you need to include a constant of integration:

[tex]\Rightarrow \frac{-1}{k} \ln(20-kV) = t +C[/tex]
 
Ooops missed that.
however how does that effect the co-efficient of e being 20?

Thanks :)
 
using v=0 and t=0
(as I am told the container is empty)
so that means c = -1/k ln 20

which means i can combine the ln s!

cheers :)