
Numerical Analysis
3rd Edition
ISBN: 9780134696454
Author: Sauer, Tim
Publisher: Pearson,
expand_more
expand_more
format_list_bulleted
Concept explainers
Textbook Question
Chapter 5.5, Problem 5E
Approximate the
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
2. Show that
8
xa
S
-dx
(b² + 12) dr = 2 cos(π2)
пра-1
a, b real and
-1 0
Your solution should clearly explain the closed contour you are using, and state clearly any
vanishing properties of integrals over contours that are being used. You are free to quote
from the lectures, the appropriate results on such vanishing properties, without deriving
these properties. Any residue calculations involved should be explained clearly.
Could you please answer this question using excel.Thanks
1. Calculate the integral
500
x sin x
(a² +x2)20
dx
by using the residue theorem. You may assume that a is real and a > 0. Your solution should
clearly explain the closed contour you are using, and state clearly any vanishing properties
of integrals over contours that are being used.
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
- Questions An insurance company's cumulative incurred claims for the last 5 accident years are given in the following table: Development Year Accident Year 0 2018 1 2 3 4 245 267 274 289 292 2019 255 276 288 294 2020 265 283 292 2021 263 278 2022 271 It can be assumed that claims are fully run off after 4 years. The premiums received for each year are: Accident Year Premium 2018 306 2019 312 2020 318 2021 326 2022 330 You do not need to make any allowance for inflation. 1. (a) Calculate the reserve at the end of 2022 using the basic chain ladder method. (b) Calculate the reserve at the end of 2022 using the Bornhuetter-Ferguson method. 2. Comment on the differences in the reserves produced by the methods in Part 1.arrow_forwardCalculate the correlation coefficient r, letting Row 1 represent the x-values and Row 2 the y-values. Then calculate it again, letting Row 2 represent the x-values and Row 1 the y-values. What effect does switching the variables have on r? Row 1 Row 2 13 149 25 36 41 60 62 78 S 205 122 195 173 133 197 24 Calculate the correlation coefficient r, letting Row 1 represent the x-values and Row 2 the y-values. r=0.164 (Round to three decimal places as needed.) S 24arrow_forwardThe number of initial public offerings of stock issued in a 10-year period and the total proceeds of these offerings (in millions) are shown in the table. The equation of the regression line is y = 47.109x+18,628.54. Complete parts a and b. 455 679 499 496 378 68 157 58 200 17,942|29,215 43,338 30,221 67,266 67,461 22,066 11,190 30,707| 27,569 Issues, x Proceeds, 421 y (a) Find the coefficient of determination and interpret the result. (Round to three decimal places as needed.)arrow_forward
- Questions An insurance company's cumulative incurred claims for the last 5 accident years are given in the following table: Development Year Accident Year 0 2018 1 2 3 4 245 267 274 289 292 2019 255 276 288 294 2020 265 283 292 2021 263 278 2022 271 It can be assumed that claims are fully run off after 4 years. The premiums received for each year are: Accident Year Premium 2018 306 2019 312 2020 318 2021 326 2022 330 You do not need to make any allowance for inflation. 1. (a) Calculate the reserve at the end of 2022 using the basic chain ladder method. (b) Calculate the reserve at the end of 2022 using the Bornhuetter-Ferguson method. 2. Comment on the differences in the reserves produced by the methods in Part 1.arrow_forwardSteel Production Planning: Let S represent the amount of steel produced (in tons). Steel Production is related to the amount of labor used(L) and the amount of capital used ( C ) by the following function:S = 20L⁰˙³⁰C⁰˙⁷⁰In this formula L represents the units of Labor input and C the units of Capital input. Each unit of Labor costs $50, and each unit of Capital costs $100. a:Formulate an optimization problem that will determine how much labor and capital are needed to produce 50,000 tons of steel at minimum cost. Q#3B: Solve the optimization problem you formulated in part (a). (Hint: When using Excel Solver, start with an initial L>0 and C>0.)…arrow_forwardUse the accompanying Grade Point Averages data to find 80%,85%, and 99%confidence intervals for the mean GPA. view the Grade Point Averages data. Gender College GPAFemale Arts and Sciences 3.21Male Engineering 3.87Female Health Science 3.85Male Engineering 3.20Female Nursing 3.40Male Engineering 3.01Female Nursing 3.48Female Nursing 3.26Female Arts and Sciences 3.50Male Engineering 3.00Female Arts and Sciences 3.13Female Nursing 3.34Female Nursing 3.67Female Education 3.45Female Engineering 3.17Female Health Science 3.28Female Nursing 3.25Male Engineering 3.72Female Arts and Sciences 2.68Female Nursing 3.40Female Health Science 3.76Female Arts and Sciences 3.72Female Education 3.44Female Arts and Sciences 3.61Female Education 3.29Female Nursing 3.20Female Education 3.80Female Business 3.26Male…arrow_forward
- (3) (20 points) Let F(x, y, z) = (y, z, x²z). Define E = {(x, y, z) | x² + y² ≤ z ≤ 1, x ≤ 0}. (a) (2 points) Calculate the divergence V. F. (b) (4 points) Let D = {(x, y) | x² + y² ≤ 1, x ≤ 0} Without calculation, show that the triple integral √ (V · F) dV = √ 2²(1. = x²(1 − x² - y²) dA. Earrow_forwardBusiness Discussarrow_forward(2) (22 points) Let F(x, y, z) = (x sin y, cos y, ―xy). (a) (2 points) Calculate V. F. (b) (6 points) Given a vector field is everywhere defined with V G₁(x, y, z) = * G2(x, y, z) = − G3(x, y, z) = 0. 0 0 F(x, y, z) = (F₁(x, y, z), F₂(x, y, z), F(x, y, z)) that F = 0, let G = (G1, G2, G3) where F₂(x, y, y, t) dt - √ F³(x, t, 0) dt, * F1(x, y, t) dt, t) dt - √ F Calculate G for the vector field F(x, y, z) = (x sin y, cos y, -xy).arrow_forward
- 5) Solve the triangle. 2 95° 4 B с A) c=3.63, A=59.5°, B = 25.5° C) c = 4.63, A = 59.5°, B = 25.5° A B) c 4.63, A 25.5°, B = 59.5° = = D) c 5.63, A = 25.5°, B = 59.5°arrow_forwardFind zw. Leave your answer in polar form. = လ 3π 2 z = 6 cos 6 cos 37 3π + i sin 2 57 W = 12 cos + i sin 6 6 ༠།ལྦ་arrow_forward10 Write the expression (1 – i) i)in the standard form a + bi.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Algebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:CengageLinear Algebra: A Modern IntroductionAlgebraISBN:9781285463247Author:David PoolePublisher:Cengage Learning
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage

Linear Algebra: A Modern Introduction
Algebra
ISBN:9781285463247
Author:David Poole
Publisher:Cengage Learning
Definite Integral Calculus Examples, Integration - Basic Introduction, Practice Problems; Author: The Organic Chemistry Tutor;https://www.youtube.com/watch?v=rCWOdfQ3cwQ;License: Standard YouTube License, CC-BY