SOLUTION: The volume,x litres of water present in a solution during a chemical process varies with time t seconds and satisfies the relation dx/dt=-3x/(1+t)^2. initially at t=0, x=1000. Show
Algebra ->
Volume
-> SOLUTION: The volume,x litres of water present in a solution during a chemical process varies with time t seconds and satisfies the relation dx/dt=-3x/(1+t)^2. initially at t=0, x=1000. Show
Log On
Question 1012678: The volume,x litres of water present in a solution during a chemical process varies with time t seconds and satisfies the relation dx/dt=-3x/(1+t)^2. initially at t=0, x=1000. Show that at time t the volume is given by x=1000exp[-3t/(1+t)]. Found 2 solutions by Fombitz, fractalier:Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website!
Use a substitution,
So,
Integrating both sides,
When ,
Check your problem setup because our functions don't match.
You can put this solution on YOUR website! From dx/dt=-3x/(1+t)^2, I'm thinking to solve this by separation of variables...thus, we can rearrange and get
(1/x) dx = -3 dt / (t+1)^2
Now integrate
ln x = 3/(t+1) + C
Now exponentiate
x(t) = Ce^(3/(t+1))
Now apply initial conditions...
x(0) = 1000 = Ce^3 so that
C = 1000/e^3 = 1000e^(-3)
and then
x(t) = 1000e^(-3)*e^(3/(t+1))
Now combine exponents and you get
x(t) = 1000e^(-3t/(1+t))