
Numerical Analysis
3rd Edition
ISBN: 9780134696454
Author: Sauer, Tim
Publisher: Pearson,
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
Chapter 5.2, Problem 3CP
To determine
To find: the solution and error by using composite trapezoidal rue with given IVP in matlab program.
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
??!!
Can you prove that P(a,b) >= P(a',b) for a >= a' >= b >= 0
Figure 1 Simulation structure diagram for a turbine cold-end system.
approximated by the two fourth degree polynomial equations as follows:
The turbine "cold-and" system generally consists of turbine exhaust and condenser, and cooling tower
(Fig. 1). For a 250 MW unit, the turbine performance data with the maximum steam throttle flow can be
NHR
NEW
NHR
Turbine
and
NHR = −45.19(CP)* + 420(CP)® – 1442(CP)2 + 2248(CP) +6666 (a)
NKW = 4,883(CP)* – 44,890(CP)3 + 152,600(CP)2 – 231,500(CP) + 383,400. (b)
The condenser and mechanical-draft cooling tower have the performance equations, respectively,
CP 1.6302-0.50095 x 10-1 (CWT)
OP
Coupling 1
Condenser
CR
WFR
CWT
Coupling 2
WST
Cooling Tower
CR
System Boundary
2
(The circulating water flow is assumed to flow at the rate of 145,000 gpm.)
In addition to the given performance equations give above, we also need two coupling equations to
complete the mathematical model for this cooling system. The first equation is the coupling between the…
Chapter 5 Solutions
Numerical Analysis
Ch. 5.1 - Use the two-point forward-difference formula to...Ch. 5.1 - Use the three-point centered-difference formula to...Ch. 5.1 - Use the two-point forward-difference formula to...Ch. 5.1 - Carry out the steps of Exercise 3, using the...Ch. 5.1 - Use the three-point centered-difference formula...Ch. 5.1 - Use the three-point centered-difference formula...Ch. 5.1 - Develop a formula for a two-point...Ch. 5.1 - Prove the second-order formula for the first...Ch. 5.1 - Develop a second-order formula for the first...Ch. 5.1 - Find the error term and order formula for the...
Ch. 5.1 - Find a second-order formula for approximating by...Ch. 5.1 - (a) Compute the two-point forward-difference...Ch. 5.1 - Develop a second-order method for approximating ...Ch. 5.1 - Extrapolate the formula developed in Exercise...Ch. 5.1 - Develop a first-order method for approximating ...Ch. 5.1 - Apply extrapolation to the formula developed in...Ch. 5.1 - Develop a second-order method for approximating ...Ch. 5.1 - Find, an upper bound for the error of the machine...Ch. 5.1 - Prove the second-order formula for the third...Ch. 5.1 - Prove the second-order formula for the third...Ch. 5.1 - Prob. 21ECh. 5.1 - This exercise justifies the beam equations (2.33)...Ch. 5.1 - Use Taylor expansions to prove that (5.16) is a...Ch. 5.1 - Prob. 24ECh. 5.1 - Investigate the reason for the name extrapolation....Ch. 5.1 - Make a table of the error of the three-point...Ch. 5.1 - Make a table and plot of the error of the...Ch. 5.1 - Make a table and plot of the error of the...Ch. 5.1 - Prob. 4CPCh. 5.1 - Prob. 5CPCh. 5.2 - Apply the composite Trapezoid Rule with , , and 4...Ch. 5.2 - Apply the Composite Midpoint Rule with, , and 4...Ch. 5.2 - Apply the composite Simpson’s Rule with, 2, and 4...Ch. 5.2 - Apply the composite Simpson’s Rule with, 2, and 4...Ch. 5.2 - Apply the Composite Midpoint Rule with, 2, and 4...Ch. 5.2 - Apply the Composite Midpoint Rule with, 2, and 4...Ch. 5.2 - Prob. 7ECh. 5.2 - Apply the open Newton-Cotes Rule (5.28) to...Ch. 5.2 - Apply Simpson’s Rule approximation to, and show...Ch. 5.2 - Integrate Newton’s divided-difference...Ch. 5.2 - Find the degree of precision of the following...Ch. 5.2 - Prob. 12ECh. 5.2 - Develop a composite version of the rule (5.28),...Ch. 5.2 - Prove the Composite Midpoint Rule (5.27).
Ch. 5.2 - Find the degree of precision of the degree four...Ch. 5.2 - Use the fact that the error term of Boole’s Rule...Ch. 5.2 - Prob. 17ECh. 5.2 - Prob. 1CPCh. 5.2 - Prob. 2CPCh. 5.2 - Prob. 3CPCh. 5.2 - Prob. 4CPCh. 5.2 - Prob. 5CPCh. 5.2 - Prob. 6CPCh. 5.2 - Apply the Composite Midpoint Rule to the improper...Ch. 5.2 - The arc length of the curve defined by from to ...Ch. 5.2 - Prob. 9CPCh. 5.2 - Prob. 10CPCh. 5.3 - Apply Romberg Integration to find for the...Ch. 5.3 - Apply Romberg Integration to find for the...Ch. 5.3 - Prob. 3ECh. 5.3 - Prob. 4ECh. 5.3 - Prove formula (5.31).
Ch. 5.3 - Prove formula (5.35).
Ch. 5.3 - Use Romberg Integration approximation to...Ch. 5.3 - Use Romberg Integration to approximate the...Ch. 5.3 - (a) Test the order of the second column of Romberg...Ch. 5.4 - Apply Adaptive Quadrature by hand, using the...Ch. 5.4 - Apply Adaptive Quadrature by hand, using Simpson’s...Ch. 5.4 - Prob. 3ECh. 5.4 - Develop an Adaptive Quadrature method for rule...Ch. 5.4 - Use Adaptive Trapezoid Quadrature to approximate...Ch. 5.4 - Modify the MATLAB code for Adaptive Trapezoid Rule...Ch. 5.4 - Carry out the steps of Computer Problem 1 for...Ch. 5.4 - Carry out the steps of Computer Problem 1 for the...Ch. 5.4 - Carry out the steps of Computer Problem 1 for the...Ch. 5.4 - Use Adaptive Trapezoid Quadrature to approximate...Ch. 5.4 - Carry out the steps of Problem 6, using Adaptive...Ch. 5.4 - The probability within standard deviations of the...Ch. 5.4 - Write a MATLAB function called myerf.m that uses...Ch. 5.5 - Approximate the integrals, using Gaussian...Ch. 5.5 - Prob. 2ECh. 5.5 - Approximate the integrals in Exercise 1, using ...Ch. 5.5 - Change variables, using the substitution (5.46) to...Ch. 5.5 - Approximate the integrals in Exercise 4, using ...Ch. 5.5 - Approximate the integrals, using Gaussian...Ch. 5.5 - Prob. 7ECh. 5.5 - Find the Legendre polynomials up to degree 3 and...Ch. 5.5 - Prob. 9ECh. 5.5 - Verify the coefficients and in Table 5.1 for...Ch. 5.5 - Write a MATLAB function that uses Adaptive...Ch. 5.5 - Write a program that, for any input between 0 and...Ch. 5.5 - Equipartition the path of Figure 5.6 into ...Ch. 5.5 - Prob. 4SACh. 5.5 - Prob. 5SACh. 5.5 - Prob. 6SACh. 5.5 - Write a program that traverses the path according...
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, subject and related others by exploring similar questions and additional content below.Similar questions
- A helicopter pilot needs to travel to a regional airport 25 miles away. She flies at an actual heading of N16.26°E with an airspeed of 110 mph, and there is a wind blowing directly east at 20 mph. (a) Determine the compass heading that the pilot needs to reach her destination. (b) How long will it take her to reach her destination?arrow_forwardhelp me with ab please. please handwrite if possible. please don't use AI tools to answerarrow_forwardQuestion 3. the given integral is convergent or divergent: Use the comparison test to determine whether or not * sin*(x + 1) 7x3 (a) |. d.x g8 + x4 + 1 -dx (b) 2.x4 + x + 1arrow_forward
- help me with abc please. please handwrite if possible. please don't use AI tools to answerarrow_forwardrections: For problem rough 3, read each question carefully and be sure to show all work. 1. Determine if 9(4a²-4ab+b²) = (6a-3b)² is a polynomial identity. 2. Is (2x-y) (8x3+ y³) equivalent to 16x4-y4? 3. Find an expression that is equivalent to (a - b)³. Directions: For problems 4 and 5, algebraically prove that the following equations are polynomial identities. Show all of your work and explain each step. 4. (2x+5)² = 4x(x+5)+25 5. (4x+6y)(x-2y)=2(2x²-xy-6y²)arrow_forwardhelp me with abc please. please handwrite if possible. please don't use AI tools to answerarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Trigonometry (MindTap Course List)TrigonometryISBN:9781337278461Author:Ron LarsonPublisher:Cengage LearningElementary Linear Algebra (MindTap Course List)AlgebraISBN:9781305658004Author:Ron LarsonPublisher:Cengage Learning

Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781337278461
Author:Ron Larson
Publisher:Cengage Learning

Elementary Linear Algebra (MindTap Course List)
Algebra
ISBN:9781305658004
Author:Ron Larson
Publisher:Cengage Learning
Numerical Integration Introduction l Trapezoidal Rule Simpson's 1/3 Rule l Simpson's 3/8 l GATE 2021; Author: GATE Lectures by Dishank;https://www.youtube.com/watch?v=zadUB3NwFtQ;License: Standard YouTube License, CC-BY