Skip to main content
Ch. 11 - Power Series
Briggs - Calculus: Early Transcendentals 3rd Edition
Briggs3rd EditionCalculus: Early TranscendentalsISBN: 9780136847243Not the one you use?Change textbook
Chapter 11, Problem 11.1.85

{Use of Tech} Approximating sin x Let f(x)=sin x, and let pₙ and qₙ be nth−order Taylor polynomials for f centered at 0 and π, respectively.
a. Find p₅ and q₅
b. Graph f, p₅, and q₅ on the interval [−π, 2π]. On what interval is p₅ a better approximation to f than q₅? On what interval is q₅ a better approximation to f than p₅?
c. Complete the following table showing the errors in the approximations given by p₅ and q₅ at selected points.
Table comparing errors of fifth-order Taylor polynomial approximations of sin x at selected x values.
d. At which points in the table is p₅ a better approximation to f than q₅? At which points do p₅ and q₅ give equal approximations to f? Explain your observations.

Verified step by step guidance
1
Step 1: Find the fifth-order Taylor polynomial \(p_5(x)\) for \(f(x) = \sin x\) centered at 0. Recall that the Taylor series for \(\sin x\) at 0 is \(\sin x = \sum_{n=0}^\infty (-1)^n \frac{x^{2n+1}}{(2n+1)!}\). The fifth-order polynomial includes terms up to \(x^5\), so write out \(p_5(x) = x - \frac{x^3}{3!} + \frac{x^5}{5!}\).
Step 2: Find the fifth-order Taylor polynomial \(q_5(x)\) for \(f(x) = \sin x\) centered at \(\pi\). To do this, compute the derivatives of \(\sin x\) at \(x=\pi\) up to the fifth derivative, then use the Taylor polynomial formula centered at \(\pi\): \(q_5(x) = \sum_{n=0}^5 \frac{f^{(n)}(\pi)}{n!} (x - \pi)^n\). Write out the polynomial explicitly by substituting the values of the derivatives.
Step 3: To compare the approximations, graph \(f(x) = \sin x\), \(p_5(x)\), and \(q_5(x)\) on the interval \([-\pi, 2\pi]\). Observe where each polynomial closely follows the sine curve. The polynomial centered at 0 (\(p_5\)) will approximate better near 0, and the polynomial centered at \(\pi\) (\(q_5\)) will approximate better near \(\pi\). Identify the intervals where each polynomial is a better approximation by visually comparing the graphs.
Step 4: Complete the error table by calculating the absolute errors \(|\sin x - p_5(x)|\) and \(|\sin x - q_5(x)|\) at the given points \(x = \frac{\pi}{4}, \frac{\pi}{2}, \frac{3\pi}{4}, \frac{5\pi}{4}, \frac{7\pi}{4}\). For each \(x\), evaluate \(p_5(x)\) and \(q_5(x)\) using the polynomials found in steps 1 and 2, then subtract from \(\sin x\) and take the absolute value.
Step 5: Analyze the completed table to determine at which points \(p_5\) is a better approximation (smaller error) than \(q_5\), and vice versa. Also, identify any points where the errors are equal. Explain these observations in terms of the distance of each \(x\) value from the centers 0 and \(\pi\), since Taylor polynomials approximate best near their center points.

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
2m
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

Taylor Polynomials

Taylor polynomials approximate functions near a specific point using derivatives at that point. The nth-order Taylor polynomial of a function f centered at a point a uses derivatives up to order n to create a polynomial that closely matches f near a. For example, p₅ is the 5th-order Taylor polynomial of sin x centered at 0.
Recommended video:
07:00
Taylor Polynomials

Error in Taylor Polynomial Approximation

The error between a function and its Taylor polynomial approximation measures how closely the polynomial matches the function. It is given by the absolute difference |f(x) - pₙ(x)|. Understanding this error helps determine the interval where the approximation is accurate and which polynomial (p₅ or q₅) better approximates the function at different points.
Recommended video:
07:00
Taylor Polynomials

Interval of Convergence and Approximation Accuracy

Taylor polynomials approximate functions best near their center of expansion. The interval of convergence is where the polynomial closely matches the function. For p₅ centered at 0 and q₅ centered at π, each polynomial will better approximate sin x near its center, and the graph and error table help identify these intervals.
Recommended video:
08:44
Interval of Convergence
Related Practice
Textbook Question

{Use of Tech} A different kind of approximation When approximating a function f using a Taylor polynomial, we use information about f and its derivative at one point. An alternative approach (called interpolation) uses information about f at several different points. Suppose we wish to approximate f(x)=sin x on the interval [0, π].


a. Write the (quadratic) Taylor polynomial p₂ for f centered at π/2.


b. Now consider a quadratic interpolating polynomial q(x) = ax² + bx + c. The coefficients a, b, and c are chosen such that the following conditions are satisfied:

q(0) = f(0), q(π/2) = f(π/2), and q(π) = f(π)


Show that q(x) = −(4/π²)x² + (4/π)x.


c. Graph f, p₂, and q on [0, π].


d. Find the error in approximating f(x) = sin x at the points π/4, π/2, 3π/4, and π using p₂ and q.


e. Which function, p₂ or q, is a better approximation to f on [0, π]? Explain.

52
views
Textbook Question

{Use of Tech} Estimating errors Use the remainder to find a bound on the error in approximating the following quantities with the nth-order Taylor polynomial centered at 0. Estimates are not unique.


ln 1.04, n=3

65
views
Textbook Question

Taylor series Write out the first three nonzero terms of the Taylor series for the following functions centered at the given point a. Then write the series using summation notation.

ƒ(x) = tan⁻¹(4x), a = 0

70
views
Textbook Question

{Use of Tech} Approximating definite integrals Use a Taylor series to approximate the following definite integrals. Retain as many terms as needed to ensure the error is less than 10⁻⁴.

∫₀⁰ᐧ² sin x² dx

68
views
Textbook Question

Derivative trick Here is an alternative way to evaluate higher derivatives of a function f that may save time. Suppose you can find the Taylor series for f centered at the point a without evaluating derivatives (for example, from a known series). Then f⁽ᵏ⁾(a)=k! multiplied by the coefficient of (x−a)ᵏ. Use this idea to evaluate f⁽³⁾(0) and f⁽⁴⁾(0) for the following functions. Use known series and do not evaluate derivatives.


f(x) = eᶜᵒˢ ˣ

107
views
Textbook Question

{Use of Tech} Estimating errors Use the remainder to find a bound on the error in approximating the following quantities with the nth-order Taylor polynomial centered at 0. Estimates are not unique.


sin 0.3, n = 4

72
views