Numerical Analysis
10th Edition
ISBN: 9781305253667
Author: Richard L. Burden, J. Douglas Faires, Annette M. Burden
Publisher: Cengage Learning
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 3.1, Problem 8ES
The data for Exercise 6 were generated using the following functions. Use the error formula to find a bound for the error and compare the bound to the actual error for the cases n = 1 and n = 2.
- a. f (x) = e2x
- b. f (x) = x4 − x3 + x2 − x + 1
- c. f (x) = x2 cos x − 3x
- d. f (x) = ln(ex + 2)
6. Use appropriate Lagrange interpolating polynomials of degrees one, two, and three to approximate each of the following:
- a. f(0.43) if f(0) = 1, f (0.25) = 1.64872, f(0.5) = 2.71828, f(0.75) = 4.48169
- b. f(0) if f(−0.5) = 1.93750, f(−0.25) = 1.33203, f(0.25) = 0.800781, f(0.5) = 0.687500
- c. f(0.18) if f (0.1) = −0.29004986, f (0.2) = −0.56079734, f (0.3) = −0.81401972, f (0.4) = −1.0526302
- d. f (0.25) if f (−1) = 0.86199480, f (−0.5) = 0.95802009, f (0) = 1.0986123, f (0.5) = 1.2943767
Expert Solution & Answer
Trending nowThis is a popular solution!
Students have asked these similar questions
>tt 1:32
> trend.1m 1m (sales
> summary(trend.1m)
-
tt) #3###23 (i) ####
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 2107.220
57.997 36.332e-16 ***
tt
-43.500
3.067 -14.18 7.72e-15 ***
> trend = ts (fitted (trend.1m), start-start (sales), freq-frequency (sales))
sales trend ###23%23 (ii) ####
as.numeric((1:32 %% 4)
> X
> q1
> q2
> q3
> 94
=
=
=
=
-
as.numeric((1:32 %% 4)
as.numeric((1:32 %% 4)
as.numeric((1:32 %% 4)
== 1)
2)
==
== 3)
==
0)
> season.lm = 1m (resid (trend.1m) 0+q1 + q2 + q3 + q4) #3##23%23 (iii) ####
> summary(season.1m)
Coefficients:
Estimate Std. Error t value Pr(>|t|)
q1
-38.41
43.27 -0.888 0.38232
92
18.80
43.27
0.435 0.66719
q3
-134.78
43.27
-3.115 0.00422 **
94
154.38
43.27 3.568
0.00132 **
> season = ts (fitted (season.lm), start=start (sales), freq=frequency (sales))
> Y X season %23%23%23%23 (iv) ####
>ar (Y, aic=FALSE, order.max=1) #23%23%23%23 (v) ####
Coefficients:
1
0.5704
Order selected 1 sigma 2 estimated as 9431
> ar(Y, aic=FALSE,…
Please sketch questions 1, 2 and 6
QUESTION 18 - 1 POINT
Jessie is playing a dice game and bets $9 on her first roll. If a 10, 7, or 4 is rolled, she wins $9. This happens with a probability of . If an 8 or 2 is rolled, she loses her $9. This has a probability of J. If any other number is rolled, she does not win or lose, and the game continues. Find the expected value for Jessie on her first roll.
Round to the nearest cent if necessary. Do not round until the final calculation.
Provide your answer below:
Chapter 3 Solutions
Numerical Analysis
Ch. 3.1 - For the given functions f(x), let x0 = 0, x1 =...Ch. 3.1 - Use Theorem 3.3 to find an error bound for the...Ch. 3.1 - Prob. 4ESCh. 3.1 - The data for Exercise 6 were generated using the...Ch. 3.1 - Prob. 9ESCh. 3.1 - Prob. 10ESCh. 3.1 - Prob. 11ESCh. 3.1 - Prob. 12ESCh. 3.1 - Prob. 15ESCh. 3.1 - Prob. 17ES
Ch. 3.1 - It is suspected that the high amounts of tannin in...Ch. 3.1 - Prob. 21ESCh. 3.1 - Prove Taylors Theorem 1.14 by following the...Ch. 3.1 - Prob. 1DQCh. 3.1 - If we decide to increase the degree of the...Ch. 3.2 - Let P3(x) be the interpolating polynomial for the...Ch. 3.2 - Nevilles method is used to approximate f(0.4),...Ch. 3.2 - Nevilles method is used to approximate f(0.5),...Ch. 3.2 - Suppose xj = j, for j = 0, 1, 2, 3, and it is...Ch. 3.2 - Nevilles Algorithm is used to approximate f(0)...Ch. 3.2 - Prob. 11ESCh. 3.2 - Prob. 13ESCh. 3.2 - Can Nevilles method be used to obtain the...Ch. 3.3 - Use Eq. (3.10) or Algorithm 3.2 to construct...Ch. 3.3 - Use Eq. (3.10) or Algorithm 3.2 to construct...Ch. 3.3 - Use the Newton forward-difference formula to...Ch. 3.3 - Use the Newton forward-difference formula to...Ch. 3.3 - Use the Newton backward-difference formula to...Ch. 3.3 - Use the Newton backward-difference formula to...Ch. 3.3 - a. Use Algorithm 3.2 to construct the...Ch. 3.3 - a. Use Algorithm 3.2 to construct the...Ch. 3.3 - a. Approximate f(0.05) using the following data...Ch. 3.3 - The following data are given for a polynomial P(x)...Ch. 3.3 - The following data are given for a polynomial P(x)...Ch. 3.3 - The Newton forward-difference formula is used to...Ch. 3.3 - Prob. 14ESCh. 3.3 - Prob. 16ESCh. 3.3 - Prob. 17ESCh. 3.3 - Show that the polynomial interpolating the...Ch. 3.3 - Prob. 20ESCh. 3.3 - Prob. 21ESCh. 3.3 - Prob. 22ESCh. 3.3 - Prob. 23ESCh. 3.3 - Compare and contrast the various...Ch. 3.3 - Is it easier to add a new data pair using...Ch. 3.3 - Prob. 3DQCh. 3.4 - Use Theorem 3.9 or Algorithm 3.3 to construct an...Ch. 3.4 - Use Theorem 3.9 or Algorithm 3.3 to construct an...Ch. 3.4 - The data in Exercise 1 were generated using the...Ch. 3.4 - The data in Exercise 2 were generated using the...Ch. 3.4 - Let f (x) = 3xex e2x. a. Approximate f (1.03) by...Ch. 3.4 - The following table lists data for the function...Ch. 3.4 - a. Show that H2n + 1 (x) is the unique polynomial...Ch. 3.4 - Prob. 1DQCh. 3.4 - Prob. 2DQCh. 3.4 - Prob. 3DQCh. 3.5 - Determine the natural cubic spline S that...Ch. 3.5 - Determine the clamped cubic spline s that...Ch. 3.5 - Construct the natural cubic spline for the...Ch. 3.5 - Construct the natural cubic spline for the...Ch. 3.5 - The data in Exercise 3 were generated using the...Ch. 3.5 - Prob. 6ESCh. 3.5 - Prob. 8ESCh. 3.5 - Prob. 11ESCh. 3.5 - Prob. 12ESCh. 3.5 - Prob. 13ESCh. 3.5 - Prob. 14ESCh. 3.5 - Given the partition x0 = 0, x1 = 0.05, and x2 =...Ch. 3.5 - Prob. 16ESCh. 3.5 - Prob. 21ESCh. 3.5 - Prob. 22ESCh. 3.5 - Prob. 23ESCh. 3.5 - It is suspected that the high amounts of tannin in...Ch. 3.5 - Prob. 29ESCh. 3.5 - Prob. 30ESCh. 3.5 - Prob. 31ESCh. 3.5 - Prob. 32ESCh. 3.5 - Let f C2[a, b] and let the nodes a = x0 x1 xn...Ch. 3.5 - Prob. 34ESCh. 3.5 - Prob. 35ESCh. 3.6 - Let (x0, y0) = (0,0) and (x1, y1) = (5, 2) be the...Ch. 3.6 - Prob. 2ESCh. 3.6 - Prob. 5ESCh. 3.6 - Prob. 1DQ
Additional Math Textbook Solutions
Find more solutions based on key concepts
Provide an example of a qualitative variable and an example of a quantitative variable.
Elementary Statistics ( 3rd International Edition ) Isbn:9781260092561
Find all solutions of each equation in the interval .
Precalculus: A Unit Circle Approach (3rd Edition)
In Exercises 5-36, express all probabilities as fractions.
23. Combination Lock The typical combination lock us...
Elementary Statistics
In Exercises 9-20, use the data in the following table, which lists drive-thru order accuracy at popular fast f...
Elementary Statistics (13th Edition)
For Problems 23-28, write in simpler form, as in Example 4. logbFG
Finite Mathematics for Business, Economics, Life Sciences and Social Sciences
Find how many SDs above the mean price would be predicted to cost.
Intro Stats, Books a la Carte Edition (5th Edition)
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
- solve questions 3, 4,5, 7, 8, and 9arrow_forwardFind the perimeter and areaarrow_forward4. Please solve this for me and show every single step. I am studying and got stuck on this practice question, and need help in solving it. Please be very specific and show every step. Thanks. I WANT A HUMAN TO SOLVE THIS PLEASE.arrow_forward
- 3. Please solve this for me and show every single step. I am studying and got stuck on this practice question, and need help in solving it. Please be very specific and show every step. Thanks.arrow_forward5. Please solve this for me and show every single step. I am studying and got stuck on this practice question, and need help in solving it. Please be very specific and show every step. Thanks. I WANT A HUMAN TO SOLVE THIS PLEASE.arrow_forward2. Please solve this for me and show every single step. I am studying and got stuck on this practice question, and need help in solving it. Please be very specific and show every step. Thanks.arrow_forward
- 1. Please solve this for me and show every single step. I am studying and got stuck on this practice question, and need help in solving it. Please be very specific and show every step. Thanks.arrow_forwardAssume {u1, U2, us} spans R³. Select the best statement. A. {U1, U2, us, u4} spans R³ unless u is the zero vector. B. {U1, U2, us, u4} always spans R³. C. {U1, U2, us, u4} spans R³ unless u is a scalar multiple of another vector in the set. D. We do not have sufficient information to determine if {u₁, u2, 43, 114} spans R³. OE. {U1, U2, 3, 4} never spans R³. F. none of the abovearrow_forwardQ1/Details of square footing are as follows: DL = 800 KN, LL = 500 kN, Fy=414 MPa, Fc = 20 MPa Footing, qa = 120 kPa, Column (400x400) mm. Determine the dimensions of footing and thickness? Q2/ For the footing system shown in Figure below, find the suitable size (BxL) for: 1. Non uniform pressure, 2. Uniform pressure, 3.Uniform pressure with moment in clockwise direction. (Use qmax=qall =200kPa). Property, line M=200KN.m 1m P-1000KNarrow_forward
- Refer to page 52 for solving the heat equation using separation of variables. Instructions: • • • Write the heat equation in its standard form and apply boundary and initial conditions. Use the method of separation of variables to derive the solution. Clearly show the derivation of eigenfunctions and coefficients. Provide a detailed solution, step- by-step. Link: [https://drive.google.com/file/d/1wKSrun-GlxirS31Z9qo Hazb9tC440AZF/view?usp=sharing]arrow_forwardAssume {u1, U2, 13, 14} spans R³. Select the best statement. A. {U1, U2, u3} never spans R³ since it is a proper subset of a spanning set. B. {U1, U2, u3} spans R³ unless one of the vectors is the zero vector. C. {u1, U2, us} spans R³ unless one of the vectors is a scalar multiple of another vector in the set. D. {U1, U2, us} always spans R³. E. {U1, U2, u3} may, but does not have to, span R³. F. none of the abovearrow_forwardLet H = span {u, v}. For each of the following sets of vectors determine whether H is a line or a plane. Select an Answer u = 3 1. -10 8-8 -2 ,v= 5 Select an Answer -2 u = 3 4 2. + 9 ,v= 6arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Algebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:CengageMathematics For Machine TechnologyAdvanced MathISBN:9781337798310Author:Peterson, John.Publisher:Cengage Learning,
- Trigonometry (MindTap Course List)TrigonometryISBN:9781337278461Author:Ron LarsonPublisher:Cengage Learning
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,
Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781337278461
Author:Ron Larson
Publisher:Cengage Learning
03a: Numerical Differentiation Review; Author: Jaisohn Kim;https://www.youtube.com/watch?v=IMYsqbV4CEg;License: Standard YouTube License, CC-BY