40 Separable Differential Equations

Learning Objectives

By the end of this section, you should be able to:

Provide initial conditions for well-mixed separable transient single-unit processes.

Solve separable transient balances to find a property of a system at any given time.

Separable Differential Equations

Separable differential equations are differential equations where the variables can be isolated to one side of the equation. Take the following differential equations:

1 – [latex]\frac{dx}{dy}=(x^{3}+x)*(y-y^{2})[/latex]

This equation is separable because you can completely isolate the x and y variables as follows:

[latex]\frac{dx}{x^{3}+x}=dy*(y-y^{2})[/latex]

2 – [latex]\frac{dx}{dy}=\frac{x}{x+y}[/latex]

This equation is non-separable because you cannot completely isolate the x and y variables:

[latex]dy*(x+y)=dx*x[/latex]

These non-separable equations we will discuss later.

Example: Chemical Reactor

Consider a “continuous stirred-tank reactor” (CSTR). CSTRs are reactors with continuous feed and exit streams and some kind of mixer.

Say we know the following information about this CSTR:

  • The feed enters at a constant volumetric flowrate of [latex]\dot{V}_{0}[/latex] in L/s
  • The volume of the tank is [latex]V[/latex] in L.
  • Initially ([latex]t=0[/latex]), the tank is filled to [latex]V_i[/latex] in L
  • The exit stream flows at a constant rate of [latex]\dot{V}[/latex] in L/s
  • We can assume that the density of all streams in the system is constant at [latex]\rho[/latex] in g/L

We want to write a balance for the total (overall) mass in the system under transient conditions.

We start off by writing out the overall balance:

[latex]IN-OUT+GEN-CON=ACC[/latex]

Mass is not being consumed or generated, just changed from one substance to another. This means the [latex]GEN[/latex] and [latex]CON[/latex] terms are negligible. We get:

[latex]IN=\dot{V}_{0}*\rho[/latex]

[latex]OUT=\dot{V}*\rho[/latex]

[latex]ACC=\frac{dM}{dt}=\frac{d(V*\rho)}{dt}=\rho*\frac{dV}{dt}[/latex]

The units for the [latex]IN[/latex], [latex]OUT[/latex], and [latex]ACC[/latex] terms are kg/s. Simplifying the balance, we get:

[latex]\dot{V}_{0}*\rho-\dot{V}*\rho = \rho*\frac{dV}{dt}[/latex]

Since the densities are all constant, we can cancel them out:

[latex]\dot{V}_{0} - \dot{V} = \frac{dV}{dt}[/latex]

Using separation of variables (from calculus), we can integrate both sides. We want to find a given value about our system at a specific final time ([latex]t_{f}[/latex]), starting from an initial time (say [latex]t_{0} = 0[/latex]). We know the initial volume [latex]V_{i}[/latex] and want to find the final volume [latex]V_{f}[/latex].

[latex](\dot{V}_{0} - \dot{V})dt = dV[/latex]

[latex]\int^{t_{f}}_{t_{0}}(\dot{V}_{0} - \dot{V})dt =\int^{V_{f}}_{V_{i}} dV[/latex]

[latex](\dot{V}_{0} - \dot{V})*(t_{f}-t_{0}) =V_{f}-V_{i}[/latex]

[latex]V_{f} = V_{i}+(\dot{V}_{0} - \dot{V})*(t_{f}-t_{0})[/latex]

Let’s try substituting in some numbers to this equation. Say the rate of flow in is 5 L/min, and the flow out is 6 L/min with 300 L initially in the tank. How much water remains in the tank after 1 hour? Using the formula we derived, we can find this:

[latex]V_{f} = V_{i}+(\dot{V}_{0} - \dot{V})*(t_{f}-t_{0})[/latex]

[latex]V_{f} = 300 L+(5 \frac{L}{min} - 6 \frac{L}{min})*(60 min-0 min)$$

$$V_{f} = 300 L-60 L$$

$$V_{f} = 240 L$$

Note, you may say this is obvious and there is no need to derive our equation, and in this case our equation was relatively simple. However, we want to get in the practice of formulating these equations for when things start getting more complicated. In this class, we'll focus on formulating these equations rather than finding the solution.

Exercise: Transient Mass Balance

Consider pumping liquid from a tank that has one drain line as depicted below:     Assume the tank contains only 1 species (A) and the density is constant. What are the relevant terms in the mass balance for this draining tank? Say at time zero, the height of the tank is 5 m, the tank also has a diameter of 2 m. There is a pump at the outlet pumping A out at a rate of 0.1 [latex]m^3/min[/latex]. What is the height of the tank at 10 minutes?

Solution

Step 1: Determine what terms in the general balance are zero or negligible.

[latex]IN - OUT + GEN - CON = ACC[/latex]

Since there are no feed streams and no reactions (no mass generated or consumed), the [latex]IN[/latex], [latex]GEN[/latex], and [latex]CON[/latex] terms can be omitted from the balance.

[latex]-OUT = ACC[/latex]

Step 2: Write out the mass balance for species A in the system.

[latex](-\dot{m}_{out,A}) = \frac{dM_{A}}{dt}[/latex]

Step 3: Expand the mass terms.

Recall that [latex]Mass=Volume*density[/latex], so we can use that to express both terms in the mass balance:

[latex](-\dot{V}_{out,A}*\rho) = \rho*\frac{dV_{A}}{dt}[/latex]

Since the density is constant, the density terms on both sides cancel each other out

[latex](-\dot{V}_{out,A}) = \frac{dV_{A}}{dt}[/latex]

The volume terms can be further expanded. Recall that the volume of a cylinder [latex]Area*Height[/latex] or [latex]A*h[/latex]. In differential terms, [latex]\frac{dV}{dt}=A\frac{dh}{dt} + h\frac{dA}{dt}[/latex]. Since the area is constant in this case, this simplifies to: [latex]\frac{dV}{dt} = A\frac{dh}{dt}[/latex].

[latex](-\dot{V}_{out,A}) = A_{tank}*\frac{dh}{dt}[/latex]

[latex]A_{tank} = \frac{\pi}{4}*{D_{tank}}^{2}=\frac{\pi}{4}*{2 m}^{2}=3.14 m^{2}[/latex]

Step 4: Solve the integral from t = 0 to t = 10 mins

[latex](-\dot{V}_{out,A})dt = A_{tank}*dh[/latex]

[latex]\int^{t=10 min}_{0 min}(-\dot{V}_{out,A})dt =\int^{h_{final}}_{h_{intial}} A_{tank}*dh[/latex]

[latex]\int^{t=10 min}_{0 min}(-0.10\frac{m^3}{min})dt =\int^{h_{final}}_{h_{intial}}3.14m^{2}*dh[/latex]

[latex](-0.1\frac{m^{3}}{min})*t\;\bigg|^{t=10 min}_{0 min} = (3.14m^{2})*h\;\bigg|^{h_{final}}_{5m}[/latex]

[latex](-0.1\frac{m^{3}}{min})*(10min-0min) = (3.14m^{2})*(h_{final}-5m)[/latex]

[latex]-1 m^{3}*\frac{1}{3.14m^{2}} = h_{final}-5m[/latex]

[latex]-0.32 m = h_{final}-5m[/latex]

[latex](-.32+5) m = h_{final}[/latex]

[latex]h_{final}=4.68 m[/latex]

 

Exercise: Transient Mass Balance

Suppose we have a tank with an outlet at the bottom as shown below. Water is the only thing in the tank (we'll call this species A). The water flows out of the tank at a rate of [latex]\sqrt{19.6×h}\;m/s[/latex], where h is the height of water in m at any specific time (note that expression like this for outlet flow come from conservation of energy in a tank with gravity driving flow out of the tank). The tank has a cross-sectional area of [latex]1m^2[/latex] and the outlet pipe has a cross-sectional area [latex]10cm^2[/latex]. If the initial height of the water in the tank is 1 m, using a transient mass balance, calculate the height of water in the tank after 5 mins.

Solution

Step 1: Determine what terms in the general balance are zero or negligible.

[latex]IN - OUT + GEN - CON = ACC[/latex]

Since there is no inlet stream and no chemical reactions in the tank, there is no [latex]IN[/latex], [latex]GEN[/latex] or [latex]CON[/latex] terms:

[latex]-OUT = ACC[/latex]

Step 2: Write out the mass balance for species A in the system.

[latex](-\dot{m}_{out}) = \frac{dM}{dt}[/latex]

Step 3: Express each term using the given quantities:

Replace [latex]\text{Mass}[/latex] by [latex]\text{Volume}×\text{density}[/latex] for both terms:

[latex](-\dot{V}_{out}×\rho) = \frac{dV×\rho}{dt}[/latex]

Because [latex]\rho[/latex] are multiplied by both sides and we assume it is constant throughout the system, we can cancel [latex]\rho[/latex] in this step:

[latex](-\dot{V}_{out}) = \frac{dV}{dt}[/latex]

The volume of fluid flowing out of a pipe at any instant can be calculated using [latex]\dot{V}=u×A[/latex], where u is the instantaneous velocity of the fluid and A is the cross-sectional area of the pipe. We can use this to express the outlet flow. For the accumulation term, it is not beneficial to do this because we don't know the expression for [latex]u[/latex].

For the accumulation term, we can espress dV as [latex]A_{1}×dh[/latex] because we know that [latex]A_{1}[/latex] is constant, and this leaves only one variable (h) for us to solve for in the mass balance:

[latex]-u×A_{2} = \frac{A_{1}dh}{dt}[/latex]

We can replace [latex]u[/latex] using [latex]u=\sqrt{19.6×h}[/latex] given in the question. T

[latex]-\sqrt{19.6×h}×A_{2} = \frac{A_{1}dh}{dt}[/latex]

Step 4: Solve the integral to find [latex]h_{f}[/latex]:

[latex]\int_{t_{0}}^{t_{f}}-\sqrt{19.6×h}×A_{2}\;dt= \int_{h_{0}}^{h_{f}}A_{1}dh[/latex]

Separate the equation by moving all terms involving h to one side:

[latex]\int_{t_{0}}^{t_{f}}-\frac{A_{2}}{A_{1}}dt = \int_{h_{0}}^{h_{f}}\frac{1}{\sqrt{19.6×h}}dh[/latex]

Replace the variables by the given information: [latex]A_{2}=10cm^2=10×10^{-4}m^2[/latex], [latex]A_{1}=1m^2[/latex], [latex]t_{0}=0s[/latex], [latex]t_{f}=5min=300s[/latex].

\begin{align*}
\int_{0}^{t=300}-\frac{10×10^{-4}}{1} dt&= \int_{h_{0}=1}^{h_{f}}\frac{1}{\sqrt{19.6}}×h^{-\frac{1}{2}}dh \\
-10×10^{-4}× t\;\bigg|_{0}^{t=300}& = \frac{2}{\sqrt{19.6}}×h^{\frac{1}{2}}\;\bigg|_{h_{0}=1}^{h_{f}}\\
-10×10^{-4}×(300-0)& = \frac{2}{\sqrt{19.6}}×h_{f}^{\frac{1}{2}}-\frac{2}{\sqrt{19.6}}×(1)^{\frac{1}{2}}\\
\bigg(\frac{-10×10^{-4}×(300-0)+\frac{2}{\sqrt{19.6}}×(1)^{\frac{1}{2}}}{\frac{2}{\sqrt{19.6}}}\bigg)^2&=h_{f} \\
h_{f}&=0.11m
\end{align*}

 

License

Icon for the Creative Commons Attribution-ShareAlike 4.0 International License

Foundations of Chemical and Biological Engineering I Copyright © 2020 by Jonathan Verrett is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book

Feedback/Errata

Comments are closed.