Concept explainers
Many fields of engineering require accurate population estimates. For example, transportation engineers might find it necessary to determine separately the population growth trends of a city and adjacent suburb. The population of the urban area is declining with time according to
while the suburban population is growing, as in
where
(a)

To calculate: The values of the urban and sub-urban population and the corresponding time where the urban population is given by the formula
Answer to Problem 23P
Solution: After 40 years, the suburban population would be 1.2 times the urban population with the populations of the suburban and urban areas being 137482 and 112487, respectively.
Explanation of Solution
Given Information:
The expression,
for the parameters
Calculation:
Substitute 75000 for
Substitute 300000 for
It has been provided that at time t, the suburban population is 20% larger than the urban population, that is, 1.2 times the urban population. Thus, from equation (1) and equation (2),
This equation can be rewritten in the form of a following function whose zero corresponds with the root of the equation,
The desired value of t can be found by plotting the function f with respect to t and then computing the value at which the function crosses the x-axis.
Use the following MATLAB code to plot the function
Execute the above code to obtain the plot as,
From the graph, the curve crosses horizontal axis through the origin at approximately
Substitute 40 for t in the formula for the urban population to get,
Hence, the urban population after 40 years is 112397.
Substitute 40 for t in the formula for the suburban population to get,
Hence, the suburban population after 40 years is 137482.
(b)

To calculate: The values of the urban and sub-urban population and the time where the urban population is given by the formula
Answer to Problem 23P
Solution: After 39.6068 years, the suburban population would be 1.2 times the urban population with the populations of the suburban and urban areas being 13 5142.5 and 112 618.7, respectively.
Explanation of Solution
Given Information:
The expressions,
Formula used:
An equation
Step 1- Compute
Step 2- If
Step 3- Proceed with the same procedure till
Calculation:
Substitute 75000 for
Substitute 300000 for
It has been provided that at time t, the suburban population is 20% larger than the urban population or 1.2 times the urban population. Thus,
The above equation can be rewritten in the form of a following function whose zero corresponds with the root of the equation,
The desired value of t can be found using the false position method.
Let the initial interval be
Then,
As
Now proceed with the first iteration as follows,
Further,
As
Now proceed with the second iteration as follows,
The relative approximate percentage error is,
Continue with the same process till the relative approximate percentage error is less that 0.1%.
Use the following MATLAB code to implement false-position method and solve for the roots iteratively as,
Execute the above code to obtain the solutions tabulated as,
The process is stopped at the fifth iteration where the relative approximate percentage error is less than 0.1%. This gives the value of t as 39.6068 years.
Substitute 39.6068 for t in the formula for the urban population to get,
Hence, the urban population after 39.6068 years is
Substitute 39.6068 for t in the formula for the suburban population to get,
Hence, the suburban population after 39.6068 years is
(c)

To calculate: The values of the urban and sub-urban population and the time where the urban population is given by the formula
Answer to Problem 23P
Solution: After 39.6068 years, the suburban population would be 1.2 times the urban population with the populations of the suburban and urban areas being 13 5142.5 and 112 618.7, respectively.
Explanation of Solution
Given Information:
The expression,
Formula used:
An equation
Step 1: Let
Step 2: Compute
Step 3: Proceed with the same process till
Calculation:
Substitute 75000 for
Substitute 300000 for
It has been provided that at time t, the suburban population is 20% larger than the urban population, that is, 1.2 times the urban population. Thus,
The above equation can be rewritten in the form of a following function whose zero corresponds with the root of the equation.
The desired value of t can be found using the modified secant method.
Let the initial guess be 50 and the value of h be 0.01.
Then,
And,
Now proceed with the first iteration as follows:
Further,
And,
Now proceed with the second iteration as follows:
The relative approximate percentage error is,
Continue with the same process till the relative approximate percentage error is less that 0.1%.
Use the following MATLAB code to implement modified secant method and solve for the roots iteratively as,
Execute the above code to obtain the solutions tabulated as,
The process is stopped at the third iteration where the relative approximate percentage error is less that 0.1%. This gives the value of t as 39.6068 years.
Substitute 39.6068 for t in the formula for the urban population to get,
Hence, the urban population after 39.6068 years is
Substitute 39.6068 for t in the formula for the suburban population to get:
Hence, the suburban population after 39.6068 years is
Want to see more full solutions like this?
Chapter 8 Solutions
EBK NUMERICAL METHODS FOR ENGINEERS
Additional Engineering Textbook Solutions
Elementary & Intermediate Algebra
Calculus for Business, Economics, Life Sciences, and Social Sciences (14th Edition)
APPLIED STAT.IN BUS.+ECONOMICS
Elementary and Intermediate Algebra: Concepts and Applications (7th Edition)
Elementary Algebra For College Students (10th Edition)
Calculus: Early Transcendentals (2nd Edition)
- Let v₁ = (2,-3,7,8), v2 = (3, 10, -6, 14), v3 = (0, 19, -2, 16), and v₁ = (9, -2, 1, 10). Is the set {V1, V2, V3, V4} a basis for R4? Of the two sets S = {(3x-5y, 4x + 7y, x+9y): x, y = R} and T = {2x-3y+z, -7x-3y²+z, 4x + 3z): x, y, z = R} which is a subspace of R3? (S, T, both, neither) Justify.arrow_forwardFind a basis and dimension for the null space of the following matrix: 3 -2 0 7 -2 1-1 1 5 3 19-2 8 06 1 -2 -4 -5-6 -9 4-6 11 6 Find a basis and dimension for the column space of the same matrix (above).arrow_forwardNo chatgpt pls will upvotearrow_forward
- please answer the questions below ands provide the required codes in PYTHON. alsp provide explanation of how the codes were executed. Also make sure you provide codes that will be able to run even with different parameters as long as the output will be the same with any parameters given. these questions are not graded. provide accurate codes pleasearrow_forwardCould you please help me answer the follwoing questionsarrow_forwardWhat is Poisson probability? What are 3 characteristics of Poisson probability? What are 2 business applications of Poisson probability? Calculate the Poisson probability for the following data. x = 3, lambda = 2 x = 2, lambda = 1.5 x = 12, lambda = 10 For the problem statements starting from question 6 onward, exercise caution when entering data into Microsoft Excel. It's essential to carefully evaluate which value represents x and which represents λ. A call center receives an average of 3 calls per minute. What is the probability that exactly 5 calls are received in a given minute? On average, 4 patients arrive at an emergency room every hour. What is the probability that exactly 7 patients will arrive in the next hour? A production line produces an average of 2 defective items per hour. What is the probability that exactly 3 defective items will be produced in the next hour? An intersection experiences an average of 1.5 accidents per month. What is the probability that…arrow_forward
- (Nondiagonal Jordan form) Consider a linear system with a Jordan form that is non-diagonal. (a) Prove Proposition 6.3 by showing that if the system contains a real eigenvalue 入 = O with a nontrivial Jordan block, then there exists an initial condition with a solution that grows in time. (b) Extend this argument to the case of complex eigenvalues with Reλ = 0 by using the block Jordan form Ji = 0 W 0 0 3000 1 0 0 1 0 ω 31 0arrow_forwardYou manage a chemical company with 2 warehouses. The following quantities of Important Chemical A have arrived from an international supplier at 3 different ports: Chemical Available (L) Port 1 400 Port 2 110 Port 3 100 The following amounts of Important Chemical A are required at your warehouses: Warehouse 1 Warehouse 2 Chemical Required (L) 380 230 The cost in£to ship 1L of chemical from each port to each warehouse is as follows: Warehouse 1 Warehouse 2 Port 1 £10 Port 2 £20 Port 3 £13 £45 £28 £11 (a) You want to know how to send these shipments as cheaply as possible. For- mulate this as a linear program (you do not need to formulate it in standard inequality form) indicating what each variable represents. (b) Suppose now that all is as in the previous question but that only 320L of Important Chemical A are now required at Warehouse 1. Any excess chemical can be transported to either Warehouse 1 or 2 for storage, in which case the company must pay only the relevant transportation…arrow_forwardSuppose we have a linear program in standard equation form maximize cx subject to Ax = b, x > 0. and suppose u, v, and w are all optimal solutions to this linear program. (a) Prove that z = u+v+w is an optimal solution. (b) If you try to adapt your proof from part (a) to prove that that u+v+w is an optimal solution, say exactly which part(s) of the proof go wrong. (c) If you try to adapt your proof from part (a) to prove that u+v-w is an optimal solution, say exactly which part(s) of the proof go wrong.arrow_forward
- Algebra and Trigonometry (MindTap Course List)AlgebraISBN:9781305071742Author:James Stewart, Lothar Redlin, Saleem WatsonPublisher:Cengage LearningAlgebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:Cengage
- Linear Algebra: A Modern IntroductionAlgebraISBN:9781285463247Author:David PoolePublisher:Cengage LearningCollege Algebra (MindTap Course List)AlgebraISBN:9781305652231Author:R. David Gustafson, Jeff HughesPublisher:Cengage Learning




