41 Non-separable Differential Equations

Learning Objectives

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

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

Set-up separable transient balances.

Non-Separable Differential Equations

Non-separable differential equations are differential equations where the variables cannot be isolated. These equations cannot be easily solved and require numerical or analytical methods that will be taught in future courses. You will learn some methods to solve non-separable equations in CHBE 230 (numerical methods) and MATH 256 (differential equations).

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

You cannot isolate the x and y variables in this differential equation, making it a non-separable ordinary differential equation. Without separation you cannot use the integration techniques you learned in your calculus courses to solve this equation for y as a function of x.

In this class, we will only formulate non-separable differential equations without solving them. We will use general balance equations to come up with differential equations and identify the initial conditions, but we will not find the solutions.

Example: Chemical Reactor

Consider a “continuous stirred-tank reactor” (CSTR). CSTRs are reactors with continuous feed and exit streams and some kind of mixer. Let’s say the following first-order reaction takes place in our CSTR:

[latex]A → B[/latex]

Say the units of the rate of consumption of A are [latex]\frac{mol}{s*L}[/latex].

Say we know the following information about this CSTR:

  • The feed enters at a volumetric flowrate of [latex]\dot{V}_{0}[/latex] in L/s and a concentration of [latex]C_{A,0}[/latex] in mol/L
  • The volume of the tank is constant at [latex]V[/latex] in L and it is perfectly mixed. This means that the concentration of A is uniform within the tank and matches the exit concentration.
  • We will assume that the density of all streams in the system is constant at [latex]\rho[/latex] in g/L
  • Initially ([latex]t=0[/latex]), the tank has an initial concentration of [latex]C_{A,i}[/latex] in mol/L
  • The exit stream flows at a rate of [latex]\dot{V}[/latex] in L/s, which is the same as [latex]\dot{V}_{0}[/latex] to ensure our volume stays constant

We want to write a balance for the moles of A in the system under transient conditions.

We start off by writing out the general balance for the moles of A for a CSTR:

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

For this example, we can assume that the reaction is irreversible, indiceted by the one-way arrow in the reaction. Therefore, there will be no $GEN$ term in the mole balance for A. We get the following terms:

[latex]IN = \dot{V}_{0}*C_{A,0}[/latex]

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

[latex]GEN=0[/latex]

[latex]CON= k*C_{A}*V[/latex] – this is the reaction rate in terms of species A

[latex]\frac{dN_{A}}{dt}=\frac{d(V*C_{A})}{dt}=V*\frac{dC_{A}}{dt}[/latex] – since the volume V is constant

The units for all these terms are mol/s. Simplifying the balance, we get:

[latex]\dot{V}_{0}*C_{A,0}-\dot{V}*C_{A}-k*C_{A}*V= V*\frac{dC_{A}}{dt}[/latex]

[latex]\frac{\dot{V}_{0}*C_{A,0}}{V}-\frac{\dot{V}*C_{A}}{V}-k*C_{A}= \frac{dC_{A}}{dt}[/latex]

with initial conditions: [latex]C_{A}=C_{A,i}[/latex]when [latex]t=0[/latex]

For this course, formulating this differential equation and listing initial conditions without solving it is sufficient. You will learn how to solve these different equations in future classes.

Exercise: Transient Mole Balance

Consider a CSTR where carbonic acid irreversibly decomposes to form water and carbon dioxide as follows:

[latex]H_{2}CO_{3} → H_{2}O + CO_{2}[/latex]

There are two streams entering the CSTR that both contain carbonic acid. The first stream has a concentration of [latex]C_{H_{2}CO_{3},01}[/latex] and a volumetric flowrate of [latex]\dot{V}_{01}[/latex], while the second stream has a concentration of [latex]C_{H_{2}CO_{3},02}[/latex] and a volumetric flowrate of [latex]\dot{V}_{02}[/latex]. The volume of the reactor is constant V. The concentration of the exit stream is [latex]C_{H_{2}CO_{3},i}=0.5M[/latex] at 0 minutes. If the reaction is first order with the following rate of reaction:

[latex]-r_{H_{2}CO_{3}} = k*C_{H_{2}CO_{3}}[/latex]

What is the transient mole balance on carbonic acid? Set up the ordinary differential equation and initial conditions for this system without solving the differential equation.

Solution

Step 1: Determine what terms are present in the mole balance.

[latex]IN = \dot{V}_{01}*C_{H_{2}CO_{3},01} + \dot{V}_{02}*C_{H_{2}CO_{3},02}[/latex]

[latex]OUT= \dot{V}*C_{H_{2}CO_{3}}[/latex]

[latex]GEN = 0[/latex]

[latex]CON = -r_{H_{2}CO_{3}}*V = k*C_{H_{2}CO_{3}}*V[/latex]

[latex]ACC = \frac{dN_{H_{2}CO_{3}}}{dt} = \frac{d(V*C_{H_{2}CO_{3}})}{dt}[/latex]

Step 2: Write out the mole balance with the derived terms and determine the initial conditions.

[latex]\dot{V}_{01}*C_{H_{2}CO_{3},01} + \dot{V}_{02}*C_{H_{2}CO_{3},02} - \dot{V}*C_{H_{2}CO_{3}} - k*C_{H_{2}CO_{3}}*V = \frac{d(V*C_{H_{2}CO_{3}})}{dt}[/latex]

The intial conditions are [latex]C_{H_{2}CO_{3}}(t=0 min) = 0.5 M[/latex]

Note you can see from this equation that [latex]V*C_{H_{2}CO_{3}}[/latex] cannot be isolated. When we try to put all terms containing [latex]C_{H_{2}CO_{3}}[/latex] to the right side by dividing it, it induced [latex]C_{H_{2}CO_{3}}[/latex] terms into the first and second term on the left. and thus we cannot use separation of variables. You will learn to solve these equations in your ordinary differential equations class.

 

 

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.