
Determining the velocity of particles settling through fluids is of great importance of many areas of engineering and science. Such calculations depend on the flow regime as represented by the dimensionless Reynolds number,
where
where
where
(a) Combine Eqs. (P8.48.2), (P8.48.3), and (P8.48.4) to express the determination of v as a roots of equations problem. That is, express the combined formula in the format
(b) Use the modified secant method with
(c) Based on the result of (b), compute the Reynolds number and the drag coefficient, and use the latter to confirm that the flow regime is not laminar.
(d) Develop a fixed-point iteration solution for the conditions outlined in (b).
(e) Use a graphical approach to illustrate that the formulation developed in (d) will converge for any positive guess.
(a)

To calculate: The equation for the velocity of the particles that settle inside fluids in the form
Answer to Problem 48P
Solution: The desired equation for the velocity of the settling particles is
Explanation of Solution
Given Information:
The relation between the fluid’s velocity in
Here, d is the diameter of the object in m,
Formula Used:
When the Reynolds number is less than 0.1, the Stokes law states that:
Here, g is the gravitational constant and
When the Reynolds number is higher,
Here
Calculation:
Consider the formula for the Reynolds’ number:
Substitute the value of the Reynolds number in the formula for the drag coefficient.
Now replace the value of the drag coefficient from equation
Now create a function whose zero is same as the root of this equation:
This is the desired equation.
(b)

To calculate: The zero of the function obtained in part (a) using the modified secant method where
Answer to Problem 48P
Solution: The velocity of the iron particle settling in water is
Explanation of Solution
Given Information:
The diameter of the iron particle is
Formula Used:
The iterative scheme for the modified secant method is of the form:
where
Calculation:
Note that the dimensions of the diameter, particle density, water density, and the viscosity of water are different to what can be used in the equation obtained in part (a).
Convert the dimensions as follows:
And,
And,
And,
The modified secant method requires an initial guess. This can be obtained using Stoke’s law.
Now the modified secant method can be started. This will be done using MATLAB.
Code:
The mod_secant.m file
function
while(
if
end
end
end
The func.m file
function
end
Output:
Note that in the third iteration the absolute relative percentage error falls below 0.05%.
Hence the desired velocity can be approximated as
(c)

To calculate: The Reynolds number and the drag coefficient for the iron particles that settle in water and then determine whether the flow in laminar or not.
Answer to Problem 48P
Solution: The Reynolds number is 9.95821429 and the drag coefficient is 3.70074225. This implies that the flow is not laminar.
Explanation of Solution
Given Information:
The velocity of the iron particle settling in water is
Formula Used:
The relation between the fluid’s velocity in
Here, d is the diameter of the object in m,
Calculation:
Substitute 0.0697075 for the v, 0.0002 for d, 1000 for
Hence, the Reynolds number is 9.95821429. As this is greater than 0.1, the flow is non-laminar.
Now substitute 9.95821429 for Re in the formula for the drag-coefficient to obtain:
Thus, the drag coefficient is 3.70074225.
(d)

To calculate: The zero of the function obtained in part (a) using the fixed point method where
Answer to Problem 48P
Solution: The velocity of the iron particle settling in water is
Explanation of Solution
Given Information:
The diameter of the iron particle is
Formula Used:
The iterative scheme for the fixed point method is of the form:
Calculation:
Note that the dimensions of the diameter, particle density, water density, and the viscosity of water are different to what can be used in the equation obtained in part (a).
Convert the dimensions as follows:
And,
And,
And,
The fixed point method requires an initial guess. This can be obtained using Stoke’s law.
Consider the equation whose root needs to obtain as velocity:
Now proceed with the fixed-point method using MATLAB.
Code:
The fixed_point.m file
function
while(
if
end
end
end
The g.m file
function
end
Output:
This shows that after the 9th iteration, the approximate relative percentage error reaches below 0.05%.
Hence the desired velocity can be approximated as
(e)

To prove: The function whose root was computed in part (d) would converge using the fixed point iteration irrespective of a positive initial guess.
Explanation of Solution
Given Information:
The diameter of the iron particle is
Formula Used:
The function in terms of the velocity whose zero or root was computed in part (d) was
Proof:
The fixed point iteration for a function
This is iteratively rewritten as:
Use equation
Now graph the functions on the right and on the left of the provided equation.
This can be done using MATLAB.
Code:
Graph:
Interpretation:
Note that the graph is divided into two parts. The first part where the function
For both the parts, it is clear that any positive guess say
A line drawn horizontal from
Now proceeding the same way as before, the iterative method would approach the true root. Note that this would occur irrespective of the positive value of
This can be illustrated as:
Hence, the fixed point method would converge irrespective of the positive initial guess
Want to see more full solutions like this?
Chapter 8 Solutions
Numerical Methods for Engineers
Additional Math Textbook Solutions
Elementary Statistics: A Step By Step Approach
Pathways To Math Literacy (looseleaf)
A First Course in Probability (10th Edition)
Precalculus
Elementary Statistics
Intro Stats, Books a la Carte Edition (5th Edition)
- 3. A spreadsheet consists of cells indexed by a row and a column. Each cell contains either a value or a formula that depends on the values of other cells. (a) Describe a graph, digraph, or network that models an arbitrary spreadsheet and allows you to answer the remaining parts of this question. (b) Explain, by referring to the graph, digraph, or network, when it is possible to change the value of cell x without changing the value of cell y. (c) Explain, by referring to the graph, digraph, or network, when it is possible to calculate the values of all cells in the spreadsheet. Consider the following spreadsheet with 5 rows, 7 columns, and 35 cells. For exam- ple, cell el contains a value, whereas cell al contains a formula that depends on the values cells el and 95. a b с d e f g 1 el+g5 al-c5 110 al+cl 180 f5-el c1+c2 2 al+bl a2+c4 240 a2+c2 120 f5-e2 e3+e5 3 a2+b2 a3-c3 100 a3+c1 200 f5-e3 f1+f2 4 a3+b3 a4+c2 220 a4+c2 100 f5-e4 f3+f4 5 a4+b4 a5-c1 130 a5+c5 120 g3+g4 gl+g2 (d) Can…arrow_forwardSolution: Solution: 7.2 2x²+5x-3. Diagram: till sh one The Steps the same technique as in 4 and 5) above to factor the following Show all the Steps. "Diagram, (2) 03) But (be Wha x+2 3arrow_forwardQ/ solving Laplace equation on Rectangular Rejon a xx+uyy = o u (x, 0) = u(x,2) = 0 u (o,y) = y (1,y) = 27arrow_forward
- Q / solving ha place equation a x x + u y y = 0 u (x, 0)=0 u ( x, 2) = 10 u (o,y) = 4 (119)=0 и on Rectangular Rejonarrow_forwardConjecture Let x and y be integers. If x is even and y is odd, then xy is even. Try some examples. Does the conjecture seem to be true or false?arrow_forwardSOLVE ONLY FOR (L) (M) AND (O)arrow_forward
- File Preview A gardener has ten different potted plants, and they are spraying the plants with doses of Tertizers. Plants can receive zero or more doses in a session. In the following, we count each possible number of doses the ten plants can receive (the order of spraying in a session does not matter). (a) How many ways are there if there were twelve total doses of a single type of fertilizer? (b) How many ways are there if there are six total doses of a single type of fertilizer, each plant receives no more than one dose? (c) How many ways are there if is was one dose of each of six types of fertilizers? (d) How many ways are there if there are four doses of fertilizer #1 and eight doses of fertilizer #2? (e) How many ways are there if there are four doses of fertilizer #1 and eight doses of fertilizer #2, and each plant receives no more than one dose of fertilizer #1? (f) How many ways are there to do two sessions of spraying, where each plant receives at most two doses total?arrow_forwarda) x(t) = rect(t − 3) b) x(t) = −3t rect(t) . c) x(t) = 2te 3u1(t) d) x(t) = e−2|t| 2. Sketch the magnitude and phase spectrum for the four signals in Problem (1).arrow_forwardG(x) = dt 1+√t (x > 0). Find G' (9)arrow_forward
- What is the area of this figure? 7 mi 3 mi 8 mi 5 mi 2 mi 6 mi 3 mi 9 miarrow_forwardQ/ Solving Laplace equation on a Rectangular Rejon uxxuyy = o u(x, 0) = f(x) исх, 6) = д(х) b) u Co,y) = u(a,y) = =0arrow_forwardQ/solve the heat equation initial-boundary-value problem- u+= 2uxx 4 (x10) = x+\ u (o,t) = ux (4,t) = 0arrow_forward
- Algebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:CengageTrigonometry (MindTap Course List)TrigonometryISBN:9781337278461Author:Ron LarsonPublisher:Cengage Learning
- College Algebra (MindTap Course List)AlgebraISBN:9781305652231Author:R. David Gustafson, Jeff HughesPublisher:Cengage LearningCollege AlgebraAlgebraISBN:9781305115545Author:James Stewart, Lothar Redlin, Saleem WatsonPublisher:Cengage LearningAlgebra and Trigonometry (MindTap Course List)AlgebraISBN:9781305071742Author:James Stewart, Lothar Redlin, Saleem WatsonPublisher:Cengage Learning




