Numerical Methods for Engineers
Numerical Methods for Engineers
7th Edition
ISBN: 9780073397924
Author: Steven C. Chapra Dr., Raymond P. Canale
Publisher: McGraw-Hill Education
bartleby

Concept explainers

bartleby

Videos

Textbook Question
Book Icon
Chapter 12, Problem 10P

Chemical/Bio Engineering

An irreversible, first-order reaction takes place in four well mixed reactors (Fig. P12.10),

A k B

Thus, the rate at which A is transformed to B can be represented as

R a b = k V c

The reactors have different volumes, and because they are operated at different temperatures, each has a different reaction rate:

Reactor V, L k , h - 1
1 25 0.05
2 75 0.1
3 100 0.5
4 25 0.1

Determine the concentration of A and B in each of the reactors at steady state.

Chapter 12, Problem 10P, Chemical/Bio Engineering
12.10	An irreversible, first-order reaction takes place in four well mixed

FIGURE P12.10

Expert Solution & Answer
Check Mark
To determine

To calculate:

Answer to Problem 10P

Solution:

Explanation of Solution

Given Information:

Write the provided values of the volume and rate of reaction. reactorV(L)k(h-1)1250.052750.131000.54250.1

Formula used:

Write system of linear equations in matrix form.

AX=D

And,

X=A1D

The term X, represent the variable matrix, A is the co-efficient matrix, and D is the constant column matrix.

Calculation:

Consider the provided diagram for an irreversible first order reaction takes place in four will-mixed reactors.

Numerical Methods for Engineers, Chapter 12, Problem 10P

Balance the mass for A in reactor 1 at steady-state.

QincA,inQincA,1k1V1cA,1=0

Substitute 10 for Qin, 1 for cA,in, 25 for V1 and 0.05 for k1.

10(1)10cA,1(0.05)(25)cA,1=01010cA,11.25cA,1=01011.25cA,1=0

Further solve.

11.25cA,1=10 …… (1)

Balance the mass for A in reactor 2 at steady-state.

QincA,1+Q32cA,3(Qin+Q32)cA,2k2V2cA,2=0

Substitute 10 for Qin, 5 for Q32, 75 for V2 and 0.1 for k2.

10cA,1+5cA,3(10+5)cA,2(0.10)(75)cA,2=010cA,1+5cA,315cA,27.5cA,2=010cA,1+5cA,322.5cA,2=0

Further solve.

10cA,122.5cA,2+5cA,3=0 …… (2)

Balance the mass for A in reactor 3 at steady-state.

(Qin+Q32)cA,2+Q43cA,4(Qin+Q43+Q32)cA,3k3V3cA,3=0

Substitute 10 for Qin, 5 for Q32, 3 for Q43, 100 for V3 and 0.5 for k3.

(10+5)cA,2+3cA,4(10+3+5)cA,3(0.5)(100)cA,3=015cA,2+3cA,418cA,350cA,3=0

Further solve.

15cA,268cA,3+3cA,4=0 …… (3)

Balance the mass for A in reactor 4 at steady-state.

(Qin+Q43)cA,3(Qin+Q43)cA,4k4V4cA,4=0

Substitute 10 for Qin, 3 for Q43, 25 for V4 and 0.1 for k4.

(10+3)cA,3(10+3)cA,4(0.1)(25)cA,4=013cA,313cA,42.5cA,4=0

Further solve. 13cA,315.5cA,4=0 …… (4)

Balance the mass for B in reactor 1 at steady-state.

QincB,1+k1V1cA,1=0

Substitute 10 for Qin, 25 for V1 and 0.05 for k1.

10cB,1+(0.05)(25)cA,1=0

Further solve.

10cB,1+1.25cA,1=0 …… (5)

Balance the mass for B in reactor 2 at steady-state.

QincB,1+Q32cB,3(Qin+Q32)cB,2+k2V2cA,2=0

Substitute 10 for Qin, 5 for Q32, 75 for V2 and 0.1 for k2.

10cB,1+5cB,3(10+5)cB,2+(0.1)(75)cA,2=0

Further solve.

10cB,1+5cB,315cB,2+7.5cA,2=0 …… (6)

Balance the mass for B in reactor 3 at steady-state.

(Qin+Q32)cB,2+Q43cB,4(Qin+Q43+Q32)cB,3+k3V3cA,3=0

Substitute 10 for Qin, 5 for Q32, 3 for Q43, 100 for V3 and 0.5 for k3.

(10+5)cB,2+3cB,4(10+3+5)cB,3+(0.5)(100)cA,3=0

Further solve.

15cB,2+3cB,418cB,3+50cA,3=0 …… (7)

Balance the mass for B in reactor 4 at steady-state.

(Qin+Q43)cB,3(Qin+Q43)cB,4+k4V4cA,4=0

Substitute 10 for Qin, 3 for Q43, 25 for V4 and 0.1 for k4.

(10+3)cB,3(10+3)cB,4+(0.1)(25)cA,4=0

Further solve.

13cB,313cB,4+2.5cA,4=0 …… (8)

Now, write all the equations, to find linear system of equations.

11.25cA,1=1010cA,122.5cA,2+5cA,3=015cA,268cA,3+3cA,4=013cA,315.5cA,4=0

10cB,1+1.25cA,1=010cB,1+5cB,315cB,2+7.5cA,2=015cB,2+3cB,418cB,3+50cA,3=013cB,313cB,4+2.5cA,4=0

Write the above linear equations in matrix form as written in symbolized form.

AC=B 

Here, coefficient matrix A is,

A=[ 11.2500000001022.55000000106830000001315.500001.250001000007.500101550005000151830002.5001313 ]

Column matrix C is,

C=[ cA,1cA,2cA,3cA,4cB,1cB,2cB,3cB,4]

Column matrix B is,

B=[ 100000000 ]

Substitute the values in the matrix equation form.

AC=B[ 11.2500000001022.55000000106830000001315.500001.250001000007.500101550005000151830002.5001313 ][ cA,1cA,2cA,3cA,4cB,1cB,2cB,3cB,4]=[ 100000000 ]

Solve for C=A1B with the help of MATLAB to obtain the value of the corresponding concentration for each reactor for the column matrix X.

Code:

>> A=[-11.25 0 0 0 0 0 0 0;

10 -22.5 5 0 0 0 0 0;

0 10 -68 3 0 0 0 0;

0 0 130 -15.5 0 0 0 0;

1.25 0 0 0 -10 0 0 0;

0 7.5 0 0 10 -15 5 0;

0 0 50 0 0 15 -18 3;

0 0 0 2.5 0 0 13 -13];

B=[-10;0;0;0;0;0;0;0];

C=A\B

Type the above code into MATLAB command window and press enter to find the result.

Result is obtained as follows:

C =

0.8889

0.4167

0.0973

0.8158

0.1111

0.6014

0.9570

1.1139

Hence,

C=[ cA,1=cA,2cA,3cA,4cB,1cB,2cB,3cB,4]

Hence, the concentration of A and B is,

cA,1=0.8421cB,1=0.1578cA,2=0.3400cB,2=0.9932cA,3=0.1010cB,3=1.8989cA,4=0.0847cB,4=1.9152

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
The Gilles & Retzbach model of a distillation column, the system model includes the dynamics of a boiler, is driven by the inputs of steam flow and the flow rate of the vapour side stream, and the measurements are the temperature changes at two different locations along the column. The state space model is given by: X = -30.3 0.00012 0 0 0 00 6.02 0 0 -3.77 0 0 -2.80 0 0 x+ 6.15 0 0 0 0 0 3.04 0.052 u y = 0 0 0 -7.3 0 0 0 -25.0
dietitian wishes to see if a person’s cholesterol level will change if the diet is supplemented by a certain mineral. Five randomly selected subjects were pre-tested, and then they took the mineral supplement for a 6-week period. The Cholesterol level before and after taking the mineral supplements are shown in table below. (Cholesterol level is measured in milligrams per deciliter). Subject:  1      2    3     4     5 Before: 207 210 190 172 225 After:    212 200 188 174 250
Question in attached image

Chapter 12 Solutions

Numerical Methods for Engineers

Ch. 12 - Chemical/Bio Engineering 12.11 A peristaltic pump...Ch. 12 - Chemical/Bio Engineering 12.12 Figure P12.12...Ch. 12 - Civil/Environmental Engineering A civil engineer...Ch. 12 - Civil/Environmental Engineering Perform the same...Ch. 12 - Civil/Environmental Engineering 12.15 Perform the...Ch. 12 - Civil/Environmental Engineering Calculate the...Ch. 12 - Civil/Environmental Engineering In the example for...Ch. 12 - Civil/Environmental Engineering Employing the same...Ch. 12 - Civil/Environmental Engineering Solve for the...Ch. 12 - Prob. 20PCh. 12 - Prob. 21PCh. 12 - Civil/Environmental Engineering 12.22 A truss is...Ch. 12 - Electrical Engineering 12.23 Perform the same...Ch. 12 - Electrical Engineering Perform the same...Ch. 12 - Electrical Engineering 12.25 Solve the circuit in...Ch. 12 - Electrical Engineering 12.26 An electrical...Ch. 12 - Electrical Engineering 12.27 Determine the...Ch. 12 - Electrical Engineering Determine the currents for...Ch. 12 - Electrical Engineering The following system of...Ch. 12 - Electrical Engineering 12.30 The following system...Ch. 12 - Mechanical/Aerospace Engineering Perform the same...Ch. 12 - Mechanical/Aerospace Engineering 12.32 Perform the...Ch. 12 - Mechanical/Aerospace Engineering 12.33 Idealized...Ch. 12 - Mechanical/Aerospace Engineering Three blocks are...Ch. 12 - Mechanical/Aerospace Engineering Perform a...Ch. 12 - Mechanical/Aerospace Engineering Perform the same...Ch. 12 - Mechanical/Aerospace Engineering 12.37 Consider...Ch. 12 - Mechanical/Aerospace Engineering The steady-state...Ch. 12 - Mechanical/Aerospace Engineering 12.40 A rod on a...
Knowledge Booster
Background pattern image
Advanced Math
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, advanced-math and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Functions and Change: A Modeling Approach to Coll...
Algebra
ISBN:9781337111348
Author:Bruce Crauder, Benny Evans, Alan Noell
Publisher:Cengage Learning
Text book image
Linear Algebra: A Modern Introduction
Algebra
ISBN:9781285463247
Author:David Poole
Publisher:Cengage Learning
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
01 - What Is A Differential Equation in Calculus? Learn to Solve Ordinary Differential Equations.; Author: Math and Science;https://www.youtube.com/watch?v=K80YEHQpx9g;License: Standard YouTube License, CC-BY
Higher Order Differential Equation with constant coefficient (GATE) (Part 1) l GATE 2018; Author: GATE Lectures by Dishank;https://www.youtube.com/watch?v=ODxP7BbqAjA;License: Standard YouTube License, CC-BY
Solution of Differential Equations and Initial Value Problems; Author: Jefril Amboy;https://www.youtube.com/watch?v=Q68sk7XS-dc;License: Standard YouTube License, CC-BY