Fiveable
Fiveable
pep
Fiveable
Fiveable

or

Log in

Find what you need to study


Light

10.12 Lagrange Error Bound

1 min readjune 7, 2020

Attend a live cram event

Review all units live with expert teachers & students

At this point in your Calculus journey, you should have learned what exactly a Maclaurin and Taylor polynomial is, how to write one, and how to use them to approximate non-algebraic functions. If you’ve ever wondered just how good these approximations are, and by what value this approximation is wrong by, this lesson is for you.

This guide will discuss the Lagrange Error Bound and how this can be used to determine the largest, or maximum, number of error your Taylor polynomial is.

🟥Review: Taylor Polynomials

In case you’re not familiar with them, or would like to gain further proficiency in writing them, we will touch up on our knowledge of Taylor Polynomials. To generalize what they are, Taylor polynomials are approximations of functions using polynomial expressions by finding derivatives. All Taylor series are centered at a certain point, which is what’s used to estimate the functions behavior. Here’s the general formula for the Taylor Polynomial:

f(x)=f(a)+f(a)(xa)+f(a)2!(xa)2+f(a)3!(xa)3+...+f(n)(a)n!(xa)nf(x)=f(a)+f'(a)(x-a)+\frac{f''(a)}{2!}(x-a)^2+\frac{f'''(a)}{3!}(x-a)^3+...+\frac{f^{(n)}(a)}{n!}(x-a)^n

There are some series that are frequently asked about on the AP exam which are helpful to have memorized, but nonetheless all Taylor series can be derived by taking the derivative of the function centered at wherever you’re given. Here are some common series centered at 0:

Untitled

Image Courtesy of Calcworkshop

To further review Taylor polynomials, check out 10.11 Finding Taylor Polynomial Approximations of Functions.


🔷 Lagrange Error Bound

Another way to look at the definition of the Taylor polynomial is to see it as being an approximation. Knowing this, you can determine that your approximation plus an unknown remainder will equal your original function:

f(x)=Pn(x)+Rn(x)f(x)=P_n(x)+R_n(x)
Rn(x)=f(x)Pn(x)R_n(x)=f(x)-P_n(x)

If we rewrote the right side of the equation in accordance to Taylor’s theorem, you can get a clearer image on what exactly Rn(x)R_n(x) is:

Rn(x)=f(n+1)(c)(n+1)!(xa)n+1R_n(x) = \dfrac{f^{(n+1)}(c)}{(n+1)!}(x-a)^{n+1}

In simple terms, the remainder of a Taylor polynomial is the term following the degree of the polynomial, or “n+1”. So, when calculating your error bound, simply calculate the next term in the sequence.

Example 1: Lagrange Error Bound

Using the Maclaurin polynomial of exe^x to the 3rd degree to approximate 1e\frac{1}{e}, what is the Lagrange Error bound?

To begin answering this problem, we must first write out the 3rd degree Maclaurin polynomial of exe^x

P3(x)=1+x+x22!+x33!P_3(x)= 1+x+\frac{x^2}{2!}+\frac{x^3}{3!}

Plugging in -1 for x, we get:

P3(1)=11+1216=130.33333333333P_3(-1)=1-1+\frac{1}{2}-\frac{1}{6}=\frac{1}{3}≈0.33333333333

Now, lets find our error bound (the remainder):

R3(1)=f4(z)(1)44!R_3(-1)=\frac{f^4(z)(-1)^4}{4!}

To find what exactly f4(z)f^4(z) is, we must determine what number in the interval [-1,0] will give us the maximum number of error. Since the 4th derivative of exe^x is exe^x, the largest possible number is 1. So, we can say that our f4(z)=1f^4(z)=1.

R3(1)=1240.04166666666R_3(-1)=\frac{1}{24}≈0.04166666666

Awesome work! 🤗


⭐Practice AP FRQ 2008 #3

The following free-response question (FRQ) is Question 3 from the 2008 AP Calculus BC examination administered by College Board. All credit to College Board.

xxh(x)h(x)h(x)h’(x)h’’(x)h’’(x)h’’’(x)h’’’(x)h4(x)h^4(x)
1111113030424299991818
2280801281284883\frac{488}{3}4483\frac{448}{3}5849\frac{584}{9}
333173177532\frac{753}{2}13834\frac{1383}{4}348316\frac{3483}{16}112516\frac{1125}{16}

Let h be a function having derivatives of all orders for x>0x>0. Selected values of h and its first four derivatives are indicated in the table above. The function h and these four derivatives are increasing on the interval 1x31≤x≤3.

b) Write the third-degree Taylor polynomial for h about x=2 and use it to approximate h(1.9).

Using the table given, you can construct the polynomial by using the general formula for any Taylor series:

P3(x)=80+128(x2)+488(x2)26+448(x2)318P_3(x)=80+128(x-2)+\frac{488(x-2)^2}{6}+\frac{448(x-2)^3}{18}
P3(1.9)=80+128(0.1)+488(0.1)26+448(0.1)318=67.988P_3(1.9)=80+128(-0.1)+\frac{488(-0.1)^2}{6}+\frac{448(-0.1)^3}{18}=67.988

c) Use the Lagrange error bound to show that the third-degree Taylor polynomial for h about x=2 approximates h(1.9) with error less than 3 x 10410^{-4}.

Using the given f4(z)max=5849|f^4(z)_{max}|=\frac{584}{9} on the interval 1x31≤x≤3, we can find our remainder to be:

R3(1.9)=584(0.1)494!=2.7104<3104R_3(1.9)=\frac{584(-0.1)^4}{9*4!}=2.7*10^{-4}<3*10^{-4}

🚀Closing

Great job! You have just learned to calculate the Lagrange Error Bound of Maclaurin and Taylor polynomials. This is a frequently asked question on FRQs for the BC exam, so make sure to practice what you’ve just learned. 🎉

Key Terms to Review (3)

Alternating Series Error Bound

: The alternating series error bound provides an upper bound on the absolute error when approximating an alternating series using only a finite number of terms. It helps determine how close our partial sum is to the actual value of the series.

Lagrange Error Bound

: The Lagrange error bound gives an upper bound on the absolute error between an actual value and its approximation using a Taylor polynomial. It helps determine how close our estimation is to the true value.

Taylor Polynomial

: A Taylor polynomial is a polynomial approximation of a function centered around a specific point. It is used to estimate the value of the function at nearby points.

10.12 Lagrange Error Bound

1 min readjune 7, 2020

Attend a live cram event

Review all units live with expert teachers & students

At this point in your Calculus journey, you should have learned what exactly a Maclaurin and Taylor polynomial is, how to write one, and how to use them to approximate non-algebraic functions. If you’ve ever wondered just how good these approximations are, and by what value this approximation is wrong by, this lesson is for you.

This guide will discuss the Lagrange Error Bound and how this can be used to determine the largest, or maximum, number of error your Taylor polynomial is.

🟥Review: Taylor Polynomials

In case you’re not familiar with them, or would like to gain further proficiency in writing them, we will touch up on our knowledge of Taylor Polynomials. To generalize what they are, Taylor polynomials are approximations of functions using polynomial expressions by finding derivatives. All Taylor series are centered at a certain point, which is what’s used to estimate the functions behavior. Here’s the general formula for the Taylor Polynomial:

f(x)=f(a)+f(a)(xa)+f(a)2!(xa)2+f(a)3!(xa)3+...+f(n)(a)n!(xa)nf(x)=f(a)+f'(a)(x-a)+\frac{f''(a)}{2!}(x-a)^2+\frac{f'''(a)}{3!}(x-a)^3+...+\frac{f^{(n)}(a)}{n!}(x-a)^n

There are some series that are frequently asked about on the AP exam which are helpful to have memorized, but nonetheless all Taylor series can be derived by taking the derivative of the function centered at wherever you’re given. Here are some common series centered at 0:

Untitled

Image Courtesy of Calcworkshop

To further review Taylor polynomials, check out 10.11 Finding Taylor Polynomial Approximations of Functions.


🔷 Lagrange Error Bound

Another way to look at the definition of the Taylor polynomial is to see it as being an approximation. Knowing this, you can determine that your approximation plus an unknown remainder will equal your original function:

f(x)=Pn(x)+Rn(x)f(x)=P_n(x)+R_n(x)
Rn(x)=f(x)Pn(x)R_n(x)=f(x)-P_n(x)

If we rewrote the right side of the equation in accordance to Taylor’s theorem, you can get a clearer image on what exactly Rn(x)R_n(x) is:

Rn(x)=f(n+1)(c)(n+1)!(xa)n+1R_n(x) = \dfrac{f^{(n+1)}(c)}{(n+1)!}(x-a)^{n+1}

In simple terms, the remainder of a Taylor polynomial is the term following the degree of the polynomial, or “n+1”. So, when calculating your error bound, simply calculate the next term in the sequence.

Example 1: Lagrange Error Bound

Using the Maclaurin polynomial of exe^x to the 3rd degree to approximate 1e\frac{1}{e}, what is the Lagrange Error bound?

To begin answering this problem, we must first write out the 3rd degree Maclaurin polynomial of exe^x

P3(x)=1+x+x22!+x33!P_3(x)= 1+x+\frac{x^2}{2!}+\frac{x^3}{3!}

Plugging in -1 for x, we get:

P3(1)=11+1216=130.33333333333P_3(-1)=1-1+\frac{1}{2}-\frac{1}{6}=\frac{1}{3}≈0.33333333333

Now, lets find our error bound (the remainder):

R3(1)=f4(z)(1)44!R_3(-1)=\frac{f^4(z)(-1)^4}{4!}

To find what exactly f4(z)f^4(z) is, we must determine what number in the interval [-1,0] will give us the maximum number of error. Since the 4th derivative of exe^x is exe^x, the largest possible number is 1. So, we can say that our f4(z)=1f^4(z)=1.

R3(1)=1240.04166666666R_3(-1)=\frac{1}{24}≈0.04166666666

Awesome work! 🤗


⭐Practice AP FRQ 2008 #3

The following free-response question (FRQ) is Question 3 from the 2008 AP Calculus BC examination administered by College Board. All credit to College Board.

xxh(x)h(x)h(x)h’(x)h’’(x)h’’(x)h’’’(x)h’’’(x)h4(x)h^4(x)
1111113030424299991818
2280801281284883\frac{488}{3}4483\frac{448}{3}5849\frac{584}{9}
333173177532\frac{753}{2}13834\frac{1383}{4}348316\frac{3483}{16}112516\frac{1125}{16}

Let h be a function having derivatives of all orders for x>0x>0. Selected values of h and its first four derivatives are indicated in the table above. The function h and these four derivatives are increasing on the interval 1x31≤x≤3.

b) Write the third-degree Taylor polynomial for h about x=2 and use it to approximate h(1.9).

Using the table given, you can construct the polynomial by using the general formula for any Taylor series:

P3(x)=80+128(x2)+488(x2)26+448(x2)318P_3(x)=80+128(x-2)+\frac{488(x-2)^2}{6}+\frac{448(x-2)^3}{18}
P3(1.9)=80+128(0.1)+488(0.1)26+448(0.1)318=67.988P_3(1.9)=80+128(-0.1)+\frac{488(-0.1)^2}{6}+\frac{448(-0.1)^3}{18}=67.988

c) Use the Lagrange error bound to show that the third-degree Taylor polynomial for h about x=2 approximates h(1.9) with error less than 3 x 10410^{-4}.

Using the given f4(z)max=5849|f^4(z)_{max}|=\frac{584}{9} on the interval 1x31≤x≤3, we can find our remainder to be:

R3(1.9)=584(0.1)494!=2.7104<3104R_3(1.9)=\frac{584(-0.1)^4}{9*4!}=2.7*10^{-4}<3*10^{-4}

🚀Closing

Great job! You have just learned to calculate the Lagrange Error Bound of Maclaurin and Taylor polynomials. This is a frequently asked question on FRQs for the BC exam, so make sure to practice what you’ve just learned. 🎉

Key Terms to Review (3)

Alternating Series Error Bound

: The alternating series error bound provides an upper bound on the absolute error when approximating an alternating series using only a finite number of terms. It helps determine how close our partial sum is to the actual value of the series.

Lagrange Error Bound

: The Lagrange error bound gives an upper bound on the absolute error between an actual value and its approximation using a Taylor polynomial. It helps determine how close our estimation is to the true value.

Taylor Polynomial

: A Taylor polynomial is a polynomial approximation of a function centered around a specific point. It is used to estimate the value of the function at nearby points.


© 2024 Fiveable Inc. All rights reserved.

AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.

AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.