Calculus 2 Quiz: Taylor Polynomial Approximations
7 questions · exam conditions
0:00
Taylor Polynomial ApproximationsQuestion 1 of 7

If P2(x)P_2(x) is the second-degree Taylor polynomial for f(x)=ln(1+x)f(x) = \ln(1 + x) centered at x=0x = 0, and Q2(x)Q_2(x) is the second-degree Taylor polynomial for g(x)=ln(1+2x)g(x) = \ln(1 + 2x) centered at x=0x = 0, which relationship between P2(x)P_2(x) and Q2(x)Q_2(x) is correct?

Q2(x)=2P2(x)Q_2(x) = 2P_2(x) for all values of xx
Q2(x)=P2(2x)Q_2(x) = P_2(2x) for all values of xx
Q2(x)=P2(x)+P2(x)Q_2(x) = P_2(x) + P_2(x) for small values of xx
Q2(x)=P2(2x)2x33Q_2(x) = P_2(2x) - \frac{2x^3}{3} for all values of xx
← Back to quizzes

Calculus 2 Quiz

Calculus 2 Quiz: Taylor Polynomial Approximations

Practice Taylor Polynomial Approximations in Calculus 2 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Taylor Polynomial Approximations, giving you a quick way to practice the rules, question types, and explanations that matter most for Calculus 2.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

If P2(x)P_2(x) is the second-degree Taylor polynomial for f(x)=ln(1+x)f(x) = \ln(1 + x) centered at x=0x = 0, and Q2(x)Q_2(x) is the second-degree Taylor polynomial for g(x)=ln(1+2x)g(x) = \ln(1 + 2x) centered at x=0x = 0, which relationship between P2(x)P_2(x) and Q2(x)Q_2(x) is correct?

  1. Q2(x)=2P2(x)Q_2(x) = 2P_2(x) for all values of xx
  2. Q2(x)=P2(2x)Q_2(x) = P_2(2x) for all values of xx (correct answer)
  3. Q2(x)=P2(x)+P2(x)Q_2(x) = P_2(x) + P_2(x) for small values of xx
  4. Q2(x)=P2(2x)2x33Q_2(x) = P_2(2x) - \frac{2x^3}{3} for all values of xx
Explanation: For ln(1+x)\ln(1+x): P2(x)=xx22P_2(x) = x - \frac{x^2}{2}. For ln(1+2x)\ln(1+2x): the derivatives at x=0x=0 are f(0)=2f'(0) = 2, f(0)=4f''(0) = -4, so Q2(x)=2x4x22=2x2x2Q_2(x) = 2x - \frac{4x^2}{2} = 2x - 2x^2. Note that P2(2x)=2x(2x)22=2x2x2=Q2(x)P_2(2x) = 2x - \frac{(2x)^2}{2} = 2x - 2x^2 = Q_2(x). Choice A gives 2P2(x)=2xx2Q2(x)2P_2(x) = 2x - x^2 \neq Q_2(x). Choice C is the same as A. Choice D adds an incorrect correction term.

Question 2

The third-degree Taylor polynomial for f(x)=e2xf(x) = e^{2x} centered at x=0x = 0 is used to approximate f(0.1)f(0.1). If the actual value is e0.21.2214e^{0.2} \approx 1.2214, what is the absolute error in this approximation?

  1. Approximately 0.0001
  2. Approximately 0.0014 (correct answer)
  3. Approximately 0.0081
  4. Approximately 0.0214
Explanation: The third-degree Taylor polynomial for e2xe^{2x} at x=0x = 0 is P3(x)=1+2x+(2x)22!+(2x)33!=1+2x+2x2+4x33P_3(x) = 1 + 2x + \frac{(2x)^2}{2!} + \frac{(2x)^3}{3!} = 1 + 2x + 2x^2 + \frac{4x^3}{3}. At x=0.1x = 0.1: P3(0.1)=1+0.2+0.02+0.00431.2200P_3(0.1) = 1 + 0.2 + 0.02 + \frac{0.004}{3} \approx 1.2200. The absolute error is 1.22141.22000.0014|1.2214 - 1.2200| \approx 0.0014. Choice A uses only terms up to x2x^2, choice C incorrectly computes the third derivative term, and choice D subtracts the linear approximation from the actual value.

Question 3

The third-degree Taylor polynomial for f(x)=1+xf(x) = \sqrt{1 + x} centered at x=0x = 0 is used to approximate 1.08\sqrt{1.08}. Which calculation setup is correct for finding this approximation?

  1. P3(0.08)=1+12(0.08)18(0.08)2+116(0.08)3P_3(0.08) = 1 + \frac{1}{2}(0.08) - \frac{1}{8}(0.08)^2 + \frac{1}{16}(0.08)^3 (correct answer)
  2. P3(0.08)=1+12(0.08)18(0.08)2116(0.08)3P_3(0.08) = 1 + \frac{1}{2}(0.08) - \frac{1}{8}(0.08)^2 - \frac{1}{16}(0.08)^3
  3. P3(0.08)=1+(0.08)12(0.08)2+16(0.08)3P_3(0.08) = 1 + (0.08) - \frac{1}{2}(0.08)^2 + \frac{1}{6}(0.08)^3
  4. P3(0.08)=1+12(0.08)+18(0.08)2+116(0.08)3P_3(0.08) = 1 + \frac{1}{2}(0.08) + \frac{1}{8}(0.08)^2 + \frac{1}{16}(0.08)^3
Explanation: For f(x)=(1+x)1/2f(x) = (1+x)^{1/2}, we need: f(0)=1f(0) = 1, f(x)=12(1+x)1/2f(0)=12f'(x) = \frac{1}{2}(1+x)^{-1/2} \Rightarrow f'(0) = \frac{1}{2}, f(x)=14(1+x)3/2f(0)=14f''(x) = -\frac{1}{4}(1+x)^{-3/2} \Rightarrow f''(0) = -\frac{1}{4}, f(x)=38(1+x)5/2f(0)=38f'''(x) = \frac{3}{8}(1+x)^{-5/2} \Rightarrow f'''(0) = \frac{3}{8}. So P3(x)=1+12x+1/42!x2+3/83!x3=1+12x18x2+116x3P_3(x) = 1 + \frac{1}{2}x + \frac{-1/4}{2!}x^2 + \frac{3/8}{3!}x^3 = 1 + \frac{1}{2}x - \frac{1}{8}x^2 + \frac{1}{16}x^3. Choice B has wrong sign on the cubic term. Choice C uses wrong coefficients. Choice D has wrong signs on the quadratic and cubic terms.

Question 4

Two functions f(x)f(x) and g(x)g(x) have the same second-degree Taylor polynomial P2(x)=2+3xx2P_2(x) = 2 + 3x - x^2 centered at x=0x = 0. If f(0.1)=2.29f(0.1) = 2.29 and the second-degree Taylor polynomial approximation gives P2(0.1)=2.29P_2(0.1) = 2.29, what can be concluded about f(0)f'''(0)?

  1. f(0)=0f'''(0) = 0 because the approximation is exact
  2. f(0)f'''(0) cannot be determined from the given information (correct answer)
  3. f(0)0f'''(0) \neq 0 but the third-order error is negligible
  4. f(0)=0f'''(0) = 0 because f(x)f(x) must be a quadratic polynomial
Explanation: The fact that f(0.1)=P2(0.1)f(0.1) = P_2(0.1) is a coincidence at this particular point and doesn't imply anything about f(0)f'''(0). The Taylor remainder theorem shows that f(0.1)P2(0.1)=f(c)3!(0.1)3f(0.1) - P_2(0.1) = \frac{f'''(c)}{3!}(0.1)^3 for some cc between 0 and 0.1. Since this equals zero, we know f(c)=0f'''(c) = 0 for some cc, but this doesn't determine f(0)f'''(0). Choice A incorrectly assumes the derivative at 0 equals the derivative at the intermediate point. Choice C assumes f(0)0f'''(0) \neq 0 without justification. Choice D incorrectly concludes the function must be polynomial.

Question 5

If Pn(x)P_n(x) represents the nnth-degree Taylor polynomial for sin(x)\sin(x) centered at x=0x = 0, which statement about P4(x)P_4(x) and P5(x)P_5(x) is correct?

  1. P4(x)=P5(x)P_4(x) = P_5(x) because sin(x)\sin(x) has no x4x^4 term in its series
  2. P4(x)=P5(x)P_4(x) = P_5(x) because sin(x)\sin(x) has no x5x^5 term in its series
  3. P5(x)=P4(x)+x55!P_5(x) = P_4(x) + \frac{x^5}{5!} with the additional term being positive (correct answer)
  4. P5(x)=P4(x)x55!P_5(x) = P_4(x) - \frac{x^5}{5!} with the additional term being negative
Explanation: The Taylor series for sin(x)\sin(x) is xx33!+x55!x77!+x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} + \cdots. Since there is no x4x^4 term, P4(x)=xx36P_4(x) = x - \frac{x^3}{6}. The x5x^5 term has coefficient +15!+\frac{1}{5!} (positive in the alternating series), so P5(x)=xx36+x5120=P4(x)+x55!P_5(x) = x - \frac{x^3}{6} + \frac{x^5}{120} = P_4(x) + \frac{x^5}{5!}. Choice A incorrectly identifies which term is missing. Choice B is wrong about both the reasoning and which polynomial has the missing term. Choice D has the wrong sign for the x5x^5 coefficient.

Question 6

The function k(x)=ln(cos(x))k(x) = \ln(\cos(x)) is approximated by its second-degree Taylor polynomial centered at x=0x = 0. Which expression represents this polynomial?

  1. P2(x)=x22P_2(x) = -\frac{x^2}{2} since ln(1)=0\ln(1) = 0 and odd derivatives vanish (correct answer)
  2. P2(x)=1x22P_2(x) = 1 - \frac{x^2}{2} using the standard logarithm and cosine series
  3. P2(x)=xx22P_2(x) = x - \frac{x^2}{2} from the chain rule applied to known series
  4. P2(x)=x22x412P_2(x) = -\frac{x^2}{2} - \frac{x^4}{12} including the next non-zero term
Explanation: We have k(0)=ln(cos(0))=ln(1)=0k(0) = \ln(\cos(0)) = \ln(1) = 0. For the derivatives: k(x)=sin(x)cos(x)=tan(x)k'(x) = \frac{-\sin(x)}{\cos(x)} = -\tan(x), so k(0)=0k'(0) = 0. k(x)=sec2(x)k''(x) = -\sec^2(x), so k(0)=1k''(0) = -1. Therefore P2(x)=0+0x+12!x2=x22P_2(x) = 0 + 0 \cdot x + \frac{-1}{2!}x^2 = -\frac{x^2}{2}. Choice B incorrectly starts with 1 instead of 0. Choice C uses wrong derivative calculations. Choice D includes a fourth-degree term which exceeds the requested degree, and the coefficient is incorrect anyway.

Question 7

Consider the function h(x)=excos(x)h(x) = e^x \cos(x). If the second-degree Taylor polynomial for h(x)h(x) centered at x=0x = 0 is P2(x)=a0+a1x+a2x2P_2(x) = a_0 + a_1 x + a_2 x^2, what is the value of a2a_2?

  1. a2=0a_2 = 0 because the second derivatives of exe^x and cos(x)\cos(x) cancel
  2. a2=1a_2 = 1 from the product rule applied to the series
  3. a2=12a_2 = -\frac{1}{2} from the second derivative evaluation
  4. a2=0a_2 = 0 from the second derivative evaluation at x=0x = 0 (correct answer)
Explanation: Using the product rule: h(x)=excos(x)exsin(x)h'(x) = e^x \cos(x) - e^x \sin(x) and h(x)=excos(x)exsin(x)exsin(x)excos(x)=2exsin(x)h''(x) = e^x \cos(x) - e^x \sin(x) - e^x \sin(x) - e^x \cos(x) = -2e^x \sin(x). At x=0x = 0: h(0)=1h(0) = 1, h(0)=1h'(0) = 1, and h(0)=2e0sin(0)=0h''(0) = -2e^0 \sin(0) = 0. Therefore a2=h(0)2!=0a_2 = \frac{h''(0)}{2!} = 0. Choice A gives the right answer but wrong reasoning. Choice B incorrectly applies the product rule. Choice C assumes h(0)=1h''(0) = -1 which is incorrect.