How Do You Solve an ODE Involving Changing Tank Volume and Concentration?

  • Thread starter Thread starter irNewton
  • Start date Start date
  • Tags Tags
    Ode Stuck
irNewton
Messages
17
Reaction score
0
I am trying to solve this ODE and am stuck on this step! It is a mass balance of a tank where the volume and concentration are changing by time

Fin*Co - Fout*C1 = d(C1*V)/dt
Fin*Co - Fout*C1 = d(C1)/dt * V + d(V)/dt * C1

where V = A*h (area and height, where area is constant and height is changing with time)

Fin*Co - Fout*C1 = d(C1)/dt * Ah + d(h)/dt * A * C1

I understand you need to take the laplace somewhere...don't know where though!
Any ideas on how I would go about simplifying this?

Thank you!
 
Physics news on Phys.org
You appear to have two unknown functions, C1 and V, but only one differential equation.
You cannot solve a single equation for two unknowns.
 
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