PrepGo

AP Calculus BC Practice Quiz: Finding Taylor Polynomial Approximations of Functions

Written by AP Content Team, Verified for 2026 AP Exams, Last updated: May 2026

Test your understanding with short quizzes. This quiz has 14 questions to check your progress.

Question 1 of 14

Let $P_n(x)$ be the $n^{th}$ degree Taylor polynomial for a function $f$ centered at $x=2$. If $f(2)=1$, $f'(2)=-3$, and $f''(2)=8$, what is the coefficient of the $(x-2)^2$ term in $P_n(x)$ for $n \ge 2$?

All Questions (14)

Let $P_n(x)$ be the $n^{th}$ degree Taylor polynomial for a function $f$ centered at $x=2$. If $f(2)=1$, $f'(2)=-3$, and $f''(2)=8$, what is the coefficient of the $(x-2)^2$ term in $P_n(x)$ for $n \ge 2$?

A) 8

B) 4

C) -3

D) 1

Correct Answer: B

The coefficient of the $n^{th}$ degree term in a Taylor polynomial for a function $f$ centered at $x=a$ is $\frac{f^{(n)}(a)}{n!}$. For the $(x-2)^2$ term, $a=2$ and $n=2$. The coefficient is $\frac{f''(2)}{2!} = \frac{8}{2} = 4$. [cite: 3216]

Let $f$ be a function with derivatives of all orders. The third-degree Taylor polynomial for $f$ centered at $x=0$ is given by $P_3(x) = 5 - \frac{x}{2} + 6x^2 - 4x^3$. What is the value of $f'''(0)$?

A) -4

B) -24

C) 6

D) -4/3

Correct Answer: B

The coefficient of the $x^3$ term in the Taylor polynomial is $\frac{f'''(0)}{3!}$. We are given that this coefficient is -4. Therefore, $\frac{f'''(0)}{3!} = -4$, which implies $f'''(0) = -4 \cdot 3! = -4 \cdot 6 = -24$. [cite: 3216]

The function $f$ has a second-degree Taylor polynomial about $x=1$ given by $P_2(x) = 3 + 5(x-1) - 2(x-1)^2$. What is the approximation for $f(1.1)$ using this polynomial?

A) 3.0

B) 3.48

C) 3.5

D) 3.52

Correct Answer: B

To approximate $f(1.1)$, we substitute $x=1.1$ into the polynomial $P_2(x)$. $P_2(1.1) = 3 + 5(1.1-1) - 2(1.1-1)^2 = 3 + 5(0.1) - 2(0.1)^2 = 3 + 0.5 - 2(0.01) = 3.5 - 0.02 = 3.48$. [cite: 3218]

For which of the following values of $x$ would the fourth-degree Taylor polynomial for a function $f$ centered at $x=5$ provide the best approximation of $f(x)$?

A) x=0

B) x=4.9

C) x=7

D) x=10

Correct Answer: B

Taylor polynomials for a function $f$ centered at $x=a$ can be used to approximate function values of $f$ near $x=a$. Since the polynomial is centered at $x=5$, the value closest to 5, which is $x=4.9$, will yield the best approximation. [cite: 3218]

Let $f$ be a function such that $f(0)=4$, $f'(0)=0$, and $f''(0)=-8$. Which of the following is the second-degree Taylor polynomial for $f$ centered at $x=0$?

A) $P_2(x) = 4 - 8x^2$

B) $P_2(x) = 4 - 4x^2$

C) $P_2(x) = 4 - 8x + 4x^2$

D) $P_2(x) = 4 - 4x$

Correct Answer: B

The general form of the second-degree Taylor polynomial centered at $x=0$ is $P_2(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2$. Substituting the given values: $P_2(x) = 4 + (0)x + \frac{-8}{2}x^2 = 4 - 4x^2$. [cite: 3215, 3216]

What is the general formula for the coefficient of the $(x-a)^n$ term in the Taylor polynomial for a function $f$ centered at $x=a$?

A) $\frac{f^{(n)}(a)}{n}$

B) $f^{(n)}(a)$

C) $f^{(n)}(a) \cdot n!$

D) $\frac{f^{(n)}(a)}{n!}$

Correct Answer: D

This is the definition of the coefficient for the $n^{th}$ degree term in a Taylor polynomial for a function $f$ centered at $x=a$. [cite: 3216]

Let $g$ be a function with $g(3)=2$, $g'(3)=-1$, and $g''(3)=6$. Use the second-degree Taylor polynomial for $g$ centered at $x=3$ to approximate $g(2.9)$.

A) 2.1

B) 2.13

C) 1.9

D) 1.87

Correct Answer: B

First, construct the polynomial: $P_2(x) = g(3) + g'(3)(x-3) + \frac{g''(3)}{2!}(x-3)^2 = 2 - 1(x-3) + \frac{6}{2}(x-3)^2 = 2 - (x-3) + 3(x-3)^2$. Now, approximate $g(2.9)$ by calculating $P_2(2.9)$: $P_2(2.9) = 2 - (2.9-3) + 3(2.9-3)^2 = 2 - (-0.1) + 3(-0.1)^2 = 2 + 0.1 + 3(0.01) = 2.1 + 0.03 = 2.13$. [cite: 3215, 3218]

Let $P_2(x)$ and $P_4(x)$ be the second-degree and fourth-degree Taylor polynomials, respectively, for a function $f$ centered at $x=0$. For a value $x$ near 0, but not equal to 0, which of the following statements is generally true?

A) The approximation of $f(x)$ by $P_2(x)$ is more accurate than by $P_4(x)$.

B) The approximation of $f(x)$ by $P_4(x)$ is more accurate than by $P_2(x)$.

C) Both polynomials provide the exact value of $f(x)$.

D) The accuracy of the two approximations is identical.

Correct Answer: B

In many cases, as the degree of the Taylor polynomial increases, the polynomial becomes a better approximation of the original function over some interval around the center. Therefore, the fourth-degree polynomial generally provides a more accurate approximation than the second-degree one. [cite: 3217]

The Taylor polynomial of degree 3 for a function $f$ about $x=2$ is given by $P_3(x) = 7 + (x-2) - 5(x-2)^2 + 8(x-2)^3$. What are the values of $f'(2)$ and $f''(2)$?

A) $f'(2)=1$ and $f''(2)=-5$

B) $f'(2)=1$ and $f''(2)=-10$

C) $f'(2)=0$ and $f''(2)=-5$

D) $f'(2)=7$ and $f''(2)=-10$

Correct Answer: B

The coefficient of the $(x-2)$ term is $\frac{f'(2)}{1!} = 1$, so $f'(2)=1$. The coefficient of the $(x-2)^2$ term is $\frac{f''(2)}{2!} = -5$, so $f''(2) = -5 \cdot 2! = -10$. [cite: 3216]

The fourth-degree Taylor polynomial for a function $h$ about $x=0$ is $P_4(x) = 1 - x + \frac{x^2}{2} - \frac{x^3}{6} + \frac{x^4}{24}$. What is the value of $h^{(4)}(0)$?

A) 1

B) 24

C) 1/24

D) 4

Correct Answer: A

The coefficient of the $x^4$ term is $\frac{h^{(4)}(0)}{4!}$. From the polynomial, this coefficient is $\frac{1}{24}$. So, $\frac{h^{(4)}(0)}{4!} = \frac{1}{24}$. Since $4! = 24$, we have $\frac{h^{(4)}(0)}{24} = \frac{1}{24}$, which implies $h^{(4)}(0) = 1$. [cite: 3216]

If a fifth-degree Taylor polynomial $P_5(x)$ is used to approximate a function $f(x)$ centered at $x=a$, what value is known to be exactly equal to $f(a)$?

A) $P_5(a)$

B) $P_5(a+1)$

C) $P_5'(a)$

D) $P_5(0)$

Correct Answer: A

A Taylor polynomial is constructed to match the function's value and the values of its derivatives at the center $x=a$. The first term of the polynomial is $f(a)$. When $x=a$ is substituted into the polynomial, all other terms become zero, so $P_n(a) = f(a)$. [cite: 3215]

Let $P_4(x) = 2 - 3(x+1) + 5(x+1)^3 - (x+1)^4$ be the fourth-degree Taylor polynomial for the function $f$ about $x=-1$. What is $f(-1) + f''(-1) + f'''(-1)$?

A) 32

B) 4

C) 28

D) 30

Correct Answer: A

From the polynomial: The constant term is $f(-1) = 2$. The coefficient of $(x+1)^2$ is $\frac{f''(-1)}{2!}$. Since there is no $(x+1)^2$ term, its coefficient is 0, so $f''(-1) = 0$. The coefficient of $(x+1)^3$ is $\frac{f'''(-1)}{3!} = 5$, so $f'''(-1) = 5 \cdot 3! = 30$. The sum is $f(-1) + f''(-1) + f'''(-1) = 2 + 0 + 30 = 32$. [cite: 3216]

Let $P_n(x)$ be the $n^{th}$-degree Taylor polynomial for $f(x) = \cos(x)$ centered at $x=0$. As $n$ increases, the interval on which $P_n(x)$ provides a good approximation for $\cos(x)$...

A) ...shrinks to a single point.

B) ...remains constant.

C) ...expands.

D) ...becomes the empty set.

Correct Answer: C

In many cases, as the degree of a Taylor polynomial increases, the $n^{th}$ degree polynomial will approach the original function over some interval. For functions like $\cos(x)$, this interval of convergence is $(-\infty, \infty)$, meaning the approximation gets better over a wider and wider range as the degree $n$ increases. [cite: 3217]

A Taylor polynomial is used to represent a function $f$ near a specific point $x=a$. What is this point $x=a$ called?

A) The origin

B) The vertex

C) The center

D) The root

Correct Answer: C

The point $x=a$ around which the Taylor polynomial is constructed is known as the center of the approximation or expansion. [cite: 3215]