Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

Practice

  • All Subjects
  • Algebra Flashcards
  • SAT Math Practice Tests
  • Math Question of the Day
  • Live Classes
  • On-Demand Courses

Varsity Tutors

  • Find a Tutor
  • Test Prep
  • Online Classes
  • K-12 Learning
  • College Search
  • VarsityTutors.com

© 2026 Varsity Tutors. All rights reserved.

← Back to quizzes

AP Calculus BC Quiz

AP Calculus BC Quiz: Finding Taylor Polynomial Approximations Of Functions

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

Question 1 / 20

0 of 20 answered

Find the degree 3 Taylor polynomial for f(x)=1+xf(x)=\sqrt{1+x}f(x)=1+x​ centered at x=0x=0x=0.

Select an answer to continue

What this quiz covers

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

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

Find the degree 3 Taylor polynomial for f(x)=1+xf(x)=\sqrt{1+x}f(x)=1+x​ centered at x=0x=0x=0.

  1. 1+12x−18x2+116x31+\frac{1}{2}x-\frac{1}{8}x^2+\frac{1}{16}x^31+21​x−81​x2+161​x3 (correct answer)
  2. 1+12x+18x2+116x31+\frac{1}{2}x+\frac{1}{8}x^2+\frac{1}{16}x^31+21​x+81​x2+161​x3
  3. 1+x−12x2+12x31+x-\frac{1}{2}x^2+\frac{1}{2}x^31+x−21​x2+21​x3
  4. 1+12x−14x2+18x31+\frac{1}{2}x-\frac{1}{4}x^2+\frac{1}{8}x^31+21​x−41​x2+81​x3
  5. 1−12x−18x2−116x31-\frac{1}{2}x-\frac{1}{8}x^2-\frac{1}{16}x^31−21​x−81​x2−161​x3

Explanation: Constructing Taylor polynomials involves approximating a function using its derivatives at a center point. For f(x) = √(1+x) centered at x=0, the constant term is f(0) = 1, the linear coefficient is f'(0)/1! = 1/2, the quadratic coefficient is f''(0)/2! = -1/4 / 2 = -1/8, and the cubic coefficient is f'''(0)/3! = 3/8 / 6 = 1/16. These derivatives are f'(x) = (1/2)(1+x)^{-1/2}, f''(x) = (1/2)(-1/2)(1+x)^{-3/2} = -1/4 (1+x)^{-3/2}, and f'''(x) = -1/4 (-3/2)(1+x)^{-5/2} = 3/8 (1+x)^{-5/2}, evaluated at x=0. This results in 1 + (1/2)x - (1/8)x^2 + (1/16)x^3. A tempting distractor like choice D fails by using incorrect coefficients, such as -1/4 for quadratic instead of -1/8 after dividing by 2!. Always compute successive derivatives and divide by the appropriate factorial to build accurate Taylor polynomials for any function.

Question 2

A damping coefficient is modeled by f(x)=excos⁡xf(x)=e^{x}\cos xf(x)=excosx. What is the degree 4 Taylor polynomial about x=0x=0x=0?

  1. 1+x−x33−x461+x-\dfrac{x^3}{3}-\dfrac{x^4}{6}1+x−3x3​−6x4​ (correct answer)
  2. 1+x−x22−x33−x461+x-\dfrac{x^2}{2}-\dfrac{x^3}{3}-\dfrac{x^4}{6}1+x−2x2​−3x3​−6x4​
  3. 1+x−x33+x461+x-\dfrac{x^3}{3}+\dfrac{x^4}{6}1+x−3x3​+6x4​
  4. 1+x−x22+x33−x461+x-\dfrac{x^2}{2}+\dfrac{x^3}{3}-\dfrac{x^4}{6}1+x−2x2​+3x3​−6x4​
  5. 1+x−x22−x36−x4241+x-\dfrac{x^2}{2}-\dfrac{x^3}{6}-\dfrac{x^4}{24}1+x−2x2​−6x3​−24x4​

Explanation: Constructing Taylor polynomials involves approximating a function using its derivatives at a specific point, here x=0 for e^x cos x up to degree 4. The function value f(0)=1*1=1. Derivatives combine product rule: f'(x)=e^x cos x - e^x sin x, f'(0)=1; f''(0)=0 after calculation; f'''(0)=-2, coefficient -2/6=-1/3 for x³; f^{(4)}(0)=-4, coefficient -4/24=-1/6 for x⁴. This merges exp and cos series, eliminating x² term. A tempting distractor like choice D includes an x² term from cos x alone, ignoring the product cancellation. To construct Taylor polynomials in general, evaluate the function and its derivatives at the center point and use the formula P_n(x) = sum_{k=0}^n f^{(k)}(a) / k! (x-a)^k.

Question 3

Let f(x)=ln⁡(1+x)f(x)=\ln(1+x)f(x)=ln(1+x). What is the degree 555 Taylor polynomial centered at x=0x=0x=0?​

  1. x−x22+x33−x44+x55x-\frac{x^2}{2}+\frac{x^3}{3}-\frac{x^4}{4}+\frac{x^5}{5}x−2x2​+3x3​−4x4​+5x5​ (correct answer)
  2. x+x22+x33+x44+x55x+\frac{x^2}{2}+\frac{x^3}{3}+\frac{x^4}{4}+\frac{x^5}{5}x+2x2​+3x3​+4x4​+5x5​
  3. x−x22−x33−x44−x55x-\frac{x^2}{2}-\frac{x^3}{3}-\frac{x^4}{4}-\frac{x^5}{5}x−2x2​−3x3​−4x4​−5x5​
  4. x−x22+x36−x424+x5120x-\frac{x^2}{2}+\frac{x^3}{6}-\frac{x^4}{24}+\frac{x^5}{120}x−2x2​+6x3​−24x4​+120x5​
  5. x−x23+x34−x45+x56x-\frac{x^2}{3}+\frac{x^3}{4}-\frac{x^4}{5}+\frac{x^5}{6}x−3x2​+4x3​−5x4​+6x5​

Explanation: This problem asks for the Taylor polynomial of f(x) = ln(1+x) centered at x = 0. Using the Taylor formula, we need derivatives: f(0) = ln(1) = 0, f'(x) = 1/(1+x) so f'(0) = 1, f''(x) = -1/(1+x)² so f''(0) = -1, f'''(x) = 2/(1+x)³ so f'''(0) = 2, f^(4)(x) = -6/(1+x)⁴ so f^(4)(0) = -6, and f^(5)(x) = 24/(1+x)⁵ so f^(5)(0) = 24. Therefore, P_5(x) = 0 + x - x²/2! + 2x³/3! - 6x⁴/4! + 24x⁵/5! = x - x²/2 + x³/3 - x⁴/4 + x⁵/5. Choice D incorrectly divides by factorials in both numerator and denominator, showing confusion about the Taylor formula. The pattern here reveals the alternating series x - x²/2 + x³/3 - x⁴/4 + ..., which matches the known series for ln(1+x).

Question 4

For f(x)=11−xf(x)=\frac{1}{1-x}f(x)=1−x1​, what is the degree 4 Taylor polynomial centered at x=0x=0x=0?

  1. 1+x+x2+x3+x41+x+x^2+x^3+x^41+x+x2+x3+x4 (correct answer)
  2. 1−x+x2−x3+x41-x+x^2-x^3+x^41−x+x2−x3+x4
  3. 1+x+2x2+3x3+4x41+x+2x^2+3x^3+4x^41+x+2x2+3x3+4x4
  4. 1+x+x2+x31+x+x^2+x^31+x+x2+x3
  5. 1−x−x2−x3−x41-x-x^2-x^3-x^41−x−x2−x3−x4

Explanation: Constructing Taylor polynomials involves approximating a function using its derivatives at a center point. For f(x) = 1/(1-x) centered at x=0, the constant term is f(0) = 1, the linear coefficient is f'(0)/1! = 1, the quadratic coefficient is f''(0)/2! = 2/2 = 1, the cubic coefficient is f'''(0)/3! = 6/6 = 1, and the quartic coefficient is f''''(0)/4! = 24/24 = 1. These derivatives increase factorially as f'(x) = 1/(1-x)^2, f''(x) = 2/(1-x)^3, f'''(x) = 6/(1-x)^4, and f''''(x) = 24/(1-x)^5, evaluated at x=0. This yields 1 + x + x^2 + x^3 + x^4. A tempting distractor like choice B fails by alternating signs, which applies to 1/(1+x) instead of 1/(1-x). Always compute successive derivatives and divide by the appropriate factorial to build accurate Taylor polynomials for any function.

Question 5

Find the degree 4 Taylor polynomial for f(x)=cos⁡xf(x)=\cos xf(x)=cosx centered at x=0x=0x=0.

  1. 1−x22+x4241-\frac{x^2}{2}+\frac{x^4}{24}1−2x2​+24x4​ (correct answer)
  2. 1+x22+x4241+\frac{x^2}{2}+\frac{x^4}{24}1+2x2​+24x4​
  3. x−x36+x5120x-\frac{x^3}{6}+\frac{x^5}{120}x−6x3​+120x5​
  4. 1−x22−x4241-\frac{x^2}{2}-\frac{x^4}{24}1−2x2​−24x4​
  5. 1−x24+x4481-\frac{x^2}{4}+\frac{x^4}{48}1−4x2​+48x4​

Explanation: Constructing Taylor polynomials involves approximating a function using its derivatives at a center point. For f(x) = cos x centered at x=0, the constant term is f(0) = 1, the linear coefficient is f'(0)/1! = 0, the quadratic coefficient is f''(0)/2! = -1/2, the cubic coefficient is f'''(0)/3! = 0, and the quartic coefficient is f''''(0)/4! = 1/24. These derivatives are f'(x) = -sin x, f''(x) = -cos x, f'''(x) = sin x, and f''''(x) = cos x, evaluated at x=0. This results in 1 - (x^2)/2 + (x^4)/24. A tempting distractor like choice D fails by incorrectly making the quartic term negative, ignoring the positive fourth derivative. Always compute successive derivatives and divide by the appropriate factorial to build accurate Taylor polynomials for any function.

Question 6

Find the degree 3 Taylor polynomial for f(x)=ln⁡xf(x)=\ln xf(x)=lnx centered at x=1x=1x=1.

  1. (x−1)−(x−1)22+(x−1)33(x-1)-\frac{(x-1)^2}{2}+\frac{(x-1)^3}{3}(x−1)−2(x−1)2​+3(x−1)3​ (correct answer)
  2. 1+(x−1)−(x−1)22+(x−1)331+(x-1)-\frac{(x-1)^2}{2}+\frac{(x-1)^3}{3}1+(x−1)−2(x−1)2​+3(x−1)3​
  3. (x−1)+(x−1)22+(x−1)33(x-1)+\frac{(x-1)^2}{2}+\frac{(x-1)^3}{3}(x−1)+2(x−1)2​+3(x−1)3​
  4. (x−1)−(x−1)22−(x−1)33(x-1)-\frac{(x-1)^2}{2}-\frac{(x-1)^3}{3}(x−1)−2(x−1)2​−3(x−1)3​
  5. (x−1)−(x−1)2+(x−1)3(x-1)- (x-1)^2+ (x-1)^3(x−1)−(x−1)2+(x−1)3

Explanation: Constructing Taylor polynomials involves approximating a function using its derivatives at a center point. For f(x) = ln x centered at x=1, the constant term is f(1) = 0, the linear coefficient is f'(1)/1! = 1, the quadratic coefficient is f''(1)/2! = -1/2, and the cubic coefficient is f'''(1)/3! = 2/6 = 1/3. These derivatives are f'(x) = 1/x, f''(x) = -1/x^2, and f'''(x) = 2/x^3, evaluated at x=1, with terms in powers of (x-1). This yields (x-1) - (1/2)(x-1)^2 + (1/3)(x-1)^3. A tempting distractor like choice B fails by including an unnecessary constant term of 1, which contradicts f(1)=0. Always compute successive derivatives and divide by the appropriate factorial to build accurate Taylor polynomials for any function.

Question 7

For f(x)=arctan⁡xf(x)=\arctan xf(x)=arctanx, find the fifth-degree Taylor polynomial centered at x=0x=0x=0.

  1. x−x33+x55x-\frac{x^3}{3}+\frac{x^5}{5}x−3x3​+5x5​ (correct answer)
  2. x+x33+x55x+\frac{x^3}{3}+\frac{x^5}{5}x+3x3​+5x5​
  3. x−x33−x55x-\frac{x^3}{3}-\frac{x^5}{5}x−3x3​−5x5​
  4. 1−x+x33−x551-x+\frac{x^3}{3}-\frac{x^5}{5}1−x+3x3​−5x5​
  5. x−x23+x35x-\frac{x^2}{3}+\frac{x^3}{5}x−3x2​+5x3​

Explanation: We need to find the fifth-degree Taylor polynomial for f(x) = arctan x centered at x = 0. The derivative f'(x) = 1/(1+x²) can be expanded as a geometric series 1 - x² + x⁴ - x⁶ + ..., and integrating term by term gives arctan x = x - x³/3 + x⁵/5 - x⁷/7 + .... Therefore, the fifth-degree Taylor polynomial is P₅(x) = x - x³/3 + x⁵/5. Choice B incorrectly has all positive signs, missing the alternating pattern that comes from the geometric series expansion of 1/(1+x²). The key strategy is recognizing that arctan x integrates from the geometric series of its derivative.

Question 8

For f(x)=11−xf(x)=\frac{1}{1-x}f(x)=1−x1​, what is the degree-4 Taylor polynomial centered at x=0x=0x=0?

  1. 1+x+x2+x3+x41+x+x^2+x^3+x^41+x+x2+x3+x4 (correct answer)
  2. 1−x+x2−x3+x41-x+x^2-x^3+x^41−x+x2−x3+x4
  3. 1+x+2x2+3x3+4x41+x+2x^2+3x^3+4x^41+x+2x2+3x3+4x4
  4. 1+x+x2+x3−x41+x+x^2+x^3-x^41+x+x2+x3−x4
  5. 1−x−x2−x3−x41-x-x^2-x^3-x^41−x−x2−x3−x4

Explanation: This problem requires finding the degree-4 Taylor polynomial for f(x) = 1/(1-x) centered at x = 0. We can recognize this as the sum of a geometric series: 1/(1-x) = 1 + x + x² + x³ + x⁴ + ... for |x| < 1. Therefore, the degree-4 Taylor polynomial is simply the first five terms: P₄(x) = 1 + x + x² + x³ + x⁴. We can verify by derivatives: f(0) = 1, f'(x) = 1/(1-x)² gives f'(0) = 1, f''(x) = 2/(1-x)³ gives f''(0) = 2, and so on, yielding coefficients 1, 1, 2/2!, 6/3!, 24/4! = 1, 1, 1, 1, 1. Choice B incorrectly alternates signs, confusing this with 1/(1+x). Remember that 1/(1-x) generates all positive coefficients equal to 1, while 1/(1+x) alternates signs.

Question 9

For g(x)=ln⁡(1+x)g(x)=\ln(1+x)g(x)=ln(1+x), find the degree-4 Taylor polynomial centered at x=0x=0x=0.

  1. x−x22+x33−x44x-\frac{x^2}{2}+\frac{x^3}{3}-\frac{x^4}{4}x−2x2​+3x3​−4x4​ (correct answer)
  2. x+x22+x33+x44x+\frac{x^2}{2}+\frac{x^3}{3}+\frac{x^4}{4}x+2x2​+3x3​+4x4​
  3. x−x22−x33−x44x-\frac{x^2}{2}-\frac{x^3}{3}-\frac{x^4}{4}x−2x2​−3x3​−4x4​
  4. x−x23+x33−x44x-\frac{x^2}{3}+\frac{x^3}{3}-\frac{x^4}{4}x−3x2​+3x3​−4x4​
  5. x−x22+x36−x424x-\frac{x^2}{2}+\frac{x^3}{6}-\frac{x^4}{24}x−2x2​+6x3​−24x4​

Explanation: This problem asks for the degree-4 Taylor polynomial of g(x)=ln⁡(1+x)g(x) = \ln(1+x)g(x)=ln(1+x) centered at x=0x = 0x=0. The Taylor polynomial requires computing derivatives at x=0x = 0x=0: g(0)=ln⁡(1)=0g(0) = \ln(1) = 0g(0)=ln(1)=0, g′(x)=11+xg'(x) = \frac{1}{1+x}g′(x)=1+x1​ gives g′(0)=1g'(0) = 1g′(0)=1, g′′(x)=−1(1+x)2g''(x) = -\frac{1}{(1+x)^2}g′′(x)=−(1+x)21​ gives g′′(0)=−1g''(0) = -1g′′(0)=−1, g′′′(x)=2(1+x)3g'''(x) = \frac{2}{(1+x)^3}g′′′(x)=(1+x)32​ gives g′′′(0)=2g'''(0) = 2g′′′(0)=2, and g(4)(x)=−6(1+x)4g^{(4)}(x) = -\frac{6}{(1+x)^4}g(4)(x)=−(1+x)46​ gives g(4)(0)=−6g^{(4)}(0) = -6g(4)(0)=−6. Applying the Taylor formula: P4(x)=0+1⋅x+(−1)x22!+2x33!+(−6)x44!=x−x22+x33−x44P_4(x) = 0 + 1 \cdot x + (-1) \frac{x^2}{2!} + 2 \frac{x^3}{3!} + (-6) \frac{x^4}{4!} = x - \frac{x^2}{2} + \frac{x^3}{3} - \frac{x^4}{4}P4​(x)=0+1⋅x+(−1)2!x2​+23!x3​+(−6)4!x4​=x−2x2​+3x3​−4x4​. Choice B incorrectly has all positive terms, missing the alternating sign pattern that comes from the derivatives of ln⁡(1+x)\ln(1+x)ln(1+x). The key insight is that ln⁡(1+x)\ln(1+x)ln(1+x) generates an alternating series with coefficients (−1)n+1/n(-1)^{n+1}/n(−1)n+1/n for the xnx^nxn term.

Question 10

For f(x)=e2xf(x)=e^{2x}f(x)=e2x, what is the degree-3 Taylor polynomial centered at x=0x=0x=0?

  1. 1+2x+2x2+43x31+2x+2x^2+\frac{4}{3}x^31+2x+2x2+34​x3 (correct answer)
  2. 1+2x+4x2+43x31+2x+4x^2+\frac{4}{3}x^31+2x+4x2+34​x3
  3. 1+2x+2x2+83x31+2x+2x^2+\frac{8}{3}x^31+2x+2x2+38​x3
  4. 1+x+2x2+43x31+x+2x^2+\frac{4}{3}x^31+x+2x2+34​x3
  5. 1+2x+x2+43x31+2x+x^2+\frac{4}{3}x^31+2x+x2+34​x3

Explanation: This problem requires finding the degree-3 Taylor polynomial for f(x) = e^(2x) centered at x = 0. The Taylor polynomial formula uses P₃(x) = f(0) + f'(0)x + f''(0)x²/2! + f'''(0)x³/3!. Computing derivatives: f(x) = e^(2x) gives f(0) = 1, f'(x) = 2e^(2x) gives f'(0) = 2, f''(x) = 4e^(2x) gives f''(0) = 4, and f'''(x) = 8e^(2x) gives f'''(0) = 8. Substituting these values yields P₃(x) = 1 + 2x + 4x²/2 + 8x³/6 = 1 + 2x + 2x² + (4/3)x³. Choice B incorrectly uses 4x² instead of 2x², likely forgetting to divide by 2!. Remember that the Taylor polynomial coefficient for x^n is f^(n)(a)/n!, where you must divide the nth derivative by n factorial.

Question 11

For a spring model, f(x)=sin⁡xf(x)=\sin xf(x)=sinx (radians). What is the degree 5 Taylor polynomial about x=0x=0x=0?

  1. x−x33!+x55!x-\dfrac{x^3}{3!}+\dfrac{x^5}{5!}x−3!x3​+5!x5​ (correct answer)
  2. x+x33!+x55!x+\dfrac{x^3}{3!}+\dfrac{x^5}{5!}x+3!x3​+5!x5​
  3. 1−x22!+x44!1-\dfrac{x^2}{2!}+\dfrac{x^4}{4!}1−2!x2​+4!x4​
  4. x−x33+x55x-\dfrac{x^3}{3}+\dfrac{x^5}{5}x−3x3​+5x5​
  5. x−x33!−x55!x-\dfrac{x^3}{3!}-\dfrac{x^5}{5!}x−3!x3​−5!x5​

Explanation: Constructing Taylor polynomials involves approximating a function using its derivatives at a specific point, here x=0 for sin x up to degree 5. The constant term is f(0)=sin(0)=0, so no constant. The first derivative f'(x)=cos x, f'(0)=1, giving coefficient 1 for x; second f''(x)=-sin x, f''(0)=0; third f'''(x)=-cos x, f'''(0)=-1, coefficient -1/3! for x³; fourth f^{(4)}(x)=sin x=0 at 0; fifth f^{(5)}(x)=cos x=1 at 0, coefficient 1/5! for x⁵. This pattern shows odd powers with alternating signs divided by factorials. A tempting distractor like choice D omits factorials, using 1/3 and 1/5 instead of 1/3! and 1/5!, which underestimates the denominator and fails to match the series. To construct Taylor polynomials in general, evaluate the function and its derivatives at the center point and use the formula P_n(x) = sum_{k=0}^n f^{(k)}(a) / k! (x-a)^k.

Question 12

For f(x)=exf(x)=e^{x}f(x)=ex, find the degree-4 Taylor polynomial centered at x=1x=1x=1.

  1. e[1+(x−1)+(x−1)22+(x−1)36+(x−1)424]e\left[1+(x-1)+\frac{(x-1)^2}{2}+\frac{(x-1)^3}{6}+\frac{(x-1)^4}{24}\right]e[1+(x−1)+2(x−1)2​+6(x−1)3​+24(x−1)4​] (correct answer)
  2. e[1−(x−1)+(x−1)22−(x−1)36+(x−1)424]e\left[1-(x-1)+\frac{(x-1)^2}{2}-\frac{(x-1)^3}{6}+\frac{(x-1)^4}{24}\right]e[1−(x−1)+2(x−1)2​−6(x−1)3​+24(x−1)4​]
  3. e[1+(x−1)+(x−1)22+(x−1)33+(x−1)424]e\left[1+(x-1)+\frac{(x-1)^2}{2}+\frac{(x-1)^3}{3}+\frac{(x-1)^4}{24}\right]e[1+(x−1)+2(x−1)2​+3(x−1)3​+24(x−1)4​]
  4. e[1+(x−1)+(x−1)24+(x−1)36+(x−1)424]e\left[1+(x-1)+\frac{(x-1)^2}{4}+\frac{(x-1)^3}{6}+\frac{(x-1)^4}{24}\right]e[1+(x−1)+4(x−1)2​+6(x−1)3​+24(x−1)4​]
  5. [1+(x−1)+(x−1)22+(x−1)36+(x−1)424]\left[1+(x-1)+\frac{(x-1)^2}{2}+\frac{(x-1)^3}{6}+\frac{(x-1)^4}{24}\right][1+(x−1)+2(x−1)2​+6(x−1)3​+24(x−1)4​]

Explanation: This problem asks for the degree-4 Taylor polynomial of f(x)=exf(x) = e^xf(x)=ex centered at x=1x = 1x=1. For exponential functions, all derivatives equal exe^xex, so f(1)=f′(1)=f′′(1)=f′′′(1)=f(4)(1)=ef(1) = f'(1) = f''(1) = f'''(1) = f^{(4)}(1) = ef(1)=f′(1)=f′′(1)=f′′′(1)=f(4)(1)=e. The Taylor polynomial centered at x=1x = 1x=1 uses powers of (x−1)(x-1)(x−1): P4(x)=e+e(x−1)+e(x−1)22!+e(x−1)33!+e(x−1)44!P_4(x) = e + e(x-1) + \frac{e(x-1)^2}{2!} + \frac{e(x-1)^3}{3!} + \frac{e(x-1)^4}{4!}P4​(x)=e+e(x−1)+2!e(x−1)2​+3!e(x−1)3​+4!e(x−1)4​. Factoring out e: P4(x)=e[1+(x−1)+(x−1)22+(x−1)36+(x−1)424]P_4(x) = e[1 + (x-1) + \frac{(x-1)^2}{2} + \frac{(x-1)^3}{6} + \frac{(x-1)^4}{24}]P4​(x)=e[1+(x−1)+2(x−1)2​+6(x−1)3​+24(x−1)4​]. Choice E incorrectly omits the factor of e, forgetting that all derivatives of exe^xex evaluated at x=1x = 1x=1 equal e, not 1. Remember that when the center is not zero, you must evaluate the function and its derivatives at the center point.

Question 13

For f(x)=11+xf(x)=\frac{1}{1+x}f(x)=1+x1​, what is the degree 4 Taylor polynomial centered at x=0x=0x=0?

  1. 1−x+x2−x3+x41-x+x^2-x^3+x^41−x+x2−x3+x4 (correct answer)
  2. 1+x+x2+x3+x41+x+x^2+x^3+x^41+x+x2+x3+x4
  3. 1−x−x2−x3−x41-x-x^2-x^3-x^41−x−x2−x3−x4
  4. 1−2x+3x2−4x3+5x41-2x+3x^2-4x^3+5x^41−2x+3x2−4x3+5x4
  5. 1−x+x22−x36+x4241-x+\frac{x^2}{2}-\frac{x^3}{6}+\frac{x^4}{24}1−x+2x2​−6x3​+24x4​

Explanation: Constructing Taylor polynomials involves approximating a function using its derivatives at a center point. For f(x) = 1/(1+x) centered at x=0, the constant term is f(0) = 1, the linear coefficient is f'(0)/1! = -1, the quadratic coefficient is f''(0)/2! = 2/2 = 1, the cubic coefficient is f'''(0)/3! = -6/6 = -1, and the quartic coefficient is f''''(0)/4! = 24/24 = 1. These derivatives are f'(x) = -1/(1+x)^2, f''(x) = 2/(1+x)^3, f'''(x) = -6/(1+x)^4, and f''''(x) = 24/(1+x)^5, evaluated at x=0, producing alternating signs. This yields 1 - x + x^2 - x^3 + x^4. A tempting distractor like choice B fails by using all positive signs, which applies to 1/(1-x) instead. Always compute successive derivatives and divide by the appropriate factorial to build accurate Taylor polynomials for any function.

Question 14

What is the degree 5 Taylor polynomial for f(x)=sin⁡xf(x)=\sin xf(x)=sinx centered at x=0x=0x=0?

  1. x−x36+x5120x-\frac{x^3}{6}+\frac{x^5}{120}x−6x3​+120x5​ (correct answer)
  2. x+x36+x5120x+\frac{x^3}{6}+\frac{x^5}{120}x+6x3​+120x5​
  3. x−x36−x5120x-\frac{x^3}{6}-\frac{x^5}{120}x−6x3​−120x5​
  4. 1−x22+x4241-\frac{x^2}{2}+\frac{x^4}{24}1−2x2​+24x4​
  5. x−x33+x560x-\frac{x^3}{3}+\frac{x^5}{60}x−3x3​+60x5​

Explanation: Constructing Taylor polynomials involves approximating a function using its derivatives at a center point. For f(x) = sin x centered at x=0, the constant term is f(0) = 0, the linear coefficient is f'(0)/1! = 1, the quadratic coefficient is f''(0)/2! = 0, the cubic coefficient is f'''(0)/3! = -1/6, the quartic coefficient is f''''(0)/4! = 0, and the quintic coefficient is f'''''(0)/5! = 1/120. These derivatives cycle as f'(x) = cos x, f''(x) = -sin x, f'''(x) = -cos x, f''''(x) = sin x, and f'''''(x) = cos x, evaluated at x=0. This yields x - (x^3)/6 + (x^5)/120. A tempting distractor like choice C fails by incorrectly making the quintic term negative, which contradicts the positive fifth derivative at zero. Always compute successive derivatives and divide by the appropriate factorial to build accurate Taylor polynomials for any function.

Question 15

A lens approximation uses f(x)=cos⁡xf(x)=\cos xf(x)=cosx. What is the degree 6 Taylor polynomial about x=0x=0x=0?

  1. 1−x22!+x44!−x66!1-\dfrac{x^2}{2!}+\dfrac{x^4}{4!}-\dfrac{x^6}{6!}1−2!x2​+4!x4​−6!x6​ (correct answer)
  2. 1+x22!+x44!+x66!1+\dfrac{x^2}{2!}+\dfrac{x^4}{4!}+\dfrac{x^6}{6!}1+2!x2​+4!x4​+6!x6​
  3. x−x33!+x55!x-\dfrac{x^3}{3!}+\dfrac{x^5}{5!}x−3!x3​+5!x5​
  4. 1−x22+x424−x61201-\dfrac{x^2}{2}+\dfrac{x^4}{24}-\dfrac{x^6}{120}1−2x2​+24x4​−120x6​
  5. 1−x22!−x44!−x66!1-\dfrac{x^2}{2!}-\dfrac{x^4}{4!}-\dfrac{x^6}{6!}1−2!x2​−4!x4​−6!x6​

Explanation: Constructing Taylor polynomials involves approximating a function using its derivatives at a specific point, here x=0x=0x=0 for cos⁡x\cos xcosx up to degree 6. The constant term is f(0)=cos⁡(0)=1f(0)=\cos(0)=1f(0)=cos(0)=1. The first derivative f′(x)=−sin⁡xf'(x)=-\sin xf′(x)=−sinx, f′(0)=0f'(0)=0f′(0)=0; second f′′(x)=−cos⁡xf''(x)=-\cos xf′′(x)=−cosx, f′′(0)=−1f''(0)=-1f′′(0)=−1, coefficient −1/2!-1/2!−1/2! for x2x^2x2; third f′′′(0)=0f'''(0)=0f′′′(0)=0; fourth f(4)(0)=1f^{(4)}(0)=1f(4)(0)=1, coefficient 1/241/241/24 for x4x^4x4; fifth=0=0=0; sixth f(6)(0)=−1f^{(6)}(0)=-1f(6)(0)=−1, coefficient −1/720-1/720−1/720 for x6x^6x6. This yields even powers with alternating signs and factorial denominators. A tempting distractor like choice D omits factorials, using simplified fractions that don't account for the full derivative scaling. To construct Taylor polynomials in general, evaluate the function and its derivatives at the center point and use the formula Pn(x)=∑k=0nf(k)(a)/k!(x−a)kP_n(x) = \sum_{k=0}^n f^{(k)}(a) / k! (x-a)^kPn​(x)=∑k=0n​f(k)(a)/k!(x−a)k.

Question 16

In a statistics model, f(x)=ln⁡xf(x)=\ln xf(x)=lnx near x=1x=1x=1. What is the degree 3 Taylor polynomial about x=1x=1x=1?

  1. (x−1)−(x−1)22+(x−1)33(x-1)-\dfrac{(x-1)^2}{2}+\dfrac{(x-1)^3}{3}(x−1)−2(x−1)2​+3(x−1)3​ (correct answer)
  2. ln⁡(1)+(x−1)−(x−1)22+(x−1)33\ln(1)+(x-1)-\dfrac{(x-1)^2}{2}+\dfrac{(x-1)^3}{3}ln(1)+(x−1)−2(x−1)2​+3(x−1)3​
  3. (x−1)+(x−1)22+(x−1)33(x-1)+\dfrac{(x-1)^2}{2}+\dfrac{(x-1)^3}{3}(x−1)+2(x−1)2​+3(x−1)3​
  4. (x−1)−(x−1)22−(x−1)33(x-1)-\dfrac{(x-1)^2}{2}-\dfrac{(x-1)^3}{3}(x−1)−2(x−1)2​−3(x−1)3​
  5. (x−1)−(x−1)24+(x−1)39(x-1)-\dfrac{(x-1)^2}{4}+\dfrac{(x-1)^3}{9}(x−1)−4(x−1)2​+9(x−1)3​

Explanation: Constructing Taylor polynomials involves approximating a function using its derivatives at a specific point, here x=1x=1x=1 for ln⁡x\ln xlnx up to degree 3. The constant term is f(1)=ln⁡1=0f(1) = \ln 1 = 0f(1)=ln1=0. The first derivative f′(x)=1/xf'(x) = 1/xf′(x)=1/x, f′(1)=1f'(1) = 1f′(1)=1 for (x−1)(x-1)(x−1); second f′′(x)=−1/x2f''(x) = -1/x^2f′′(x)=−1/x2, f′′(1)=−1f''(1) = -1f′′(1)=−1, coefficient −1/2-1/2−1/2 for (x−1)2(x-1)^2(x−1)2; third f′′′(x)=2/x3f'''(x) = 2/x^3f′′′(x)=2/x3, f′′′(1)=2f'''(1) = 2f′′′(1)=2, coefficient 2/6=1/32/6 = 1/32/6=1/3 for (x−1)3(x-1)^3(x−1)3. Note the center is x=1x=1x=1, so terms are in (x−1)(x-1)(x−1). A tempting distractor like choice B adds ln⁡(1)=0\ln(1)=0ln(1)=0 unnecessarily as a constant, but it's zero and omitted. To construct Taylor polynomials in general, evaluate the function and its derivatives at the center point and use the formula Pn(x)=∑k=0nf(k)(a)k!(x−a)kP_n(x) = \sum_{k=0}^n \frac{f^{(k)}(a)}{k!} (x-a)^kPn​(x)=∑k=0n​k!f(k)(a)​(x−a)k.

Question 17

For f(x)=e2xf(x)=e^{2x}f(x)=e2x, what is the third-degree Taylor polynomial centered at x=0x=0x=0?

  1. 1+2x+2x2+43x31+2x+2x^2+\frac{4}{3}x^31+2x+2x2+34​x3 (correct answer)
  2. 1+2x+4x2+83x31+2x+4x^2+\frac{8}{3}x^31+2x+4x2+38​x3
  3. 1+x+x22+x361+x+\frac{x^2}{2}+\frac{x^3}{6}1+x+2x2​+6x3​
  4. 1+2x+(2x)22!−(2x)33!1+2x+\frac{(2x)^2}{2!}-\frac{(2x)^3}{3!}1+2x+2!(2x)2​−3!(2x)3​
  5. 1+2x+2x2+83x31+2x+2x^2+\frac{8}{3}x^31+2x+2x2+38​x3

Explanation: This problem asks us to find the third-degree Taylor polynomial for f(x) = e^(2x) centered at x = 0. The Taylor polynomial formula requires us to compute f(0), f'(0), f''(0), and f'''(0), then use P₃(x) = f(0) + f'(0)x + f''(0)x²/2! + f'''(0)x³/3!. Since f(x) = e^(2x), we have f'(x) = 2e^(2x), f''(x) = 4e^(2x), and f'''(x) = 8e^(2x), giving us f(0) = 1, f'(0) = 2, f''(0) = 4, and f'''(0) = 8. Substituting into the formula: P₃(x) = 1 + 2x + 4x²/2 + 8x³/6 = 1 + 2x + 2x² + 4x³/3. Choice D incorrectly substitutes 2x into the standard e^x series instead of finding derivatives. The key strategy is to always compute derivatives at the center point before applying the Taylor formula.

Question 18

Let f(x)=cos⁡xf(x)=\cos xf(x)=cosx. What is the sixth-degree Taylor polynomial centered at x=0x=0x=0?

  1. 1−x22!+x44!−x66!1-\frac{x^2}{2!}+\frac{x^4}{4!}-\frac{x^6}{6!}1−2!x2​+4!x4​−6!x6​ (correct answer)
  2. 1+x22!+x44!+x66!1+\frac{x^2}{2!}+\frac{x^4}{4!}+\frac{x^6}{6!}1+2!x2​+4!x4​+6!x6​
  3. 1−x22+x424+x67201-\frac{x^2}{2}+\frac{x^4}{24}+\frac{x^6}{720}1−2x2​+24x4​+720x6​
  4. x−x33!+x55!x-\frac{x^3}{3!}+\frac{x^5}{5!}x−3!x3​+5!x5​
  5. 1−x22!−x44!−x66!1-\frac{x^2}{2!}-\frac{x^4}{4!}-\frac{x^6}{6!}1−2!x2​−4!x4​−6!x6​

Explanation: This problem asks for the sixth-degree Taylor polynomial of f(x)=cos⁡xf(x) = \cos xf(x)=cosx centered at x=0x = 0x=0. The derivatives of cos⁡x\cos xcosx cycle as cos⁡x\cos xcosx, −sin⁡x-\sin x−sinx, −cos⁡x-\cos x−cosx, sin⁡x\sin xsinx, repeating this pattern, so at x=0x = 0x=0 we get: f(0)=1f(0) = 1f(0)=1, f′(0)=0f'(0) = 0f′(0)=0, f′′(0)=−1f''(0) = -1f′′(0)=−1, f′′′(0)=0f'''(0) = 0f′′′(0)=0, f(4)(0)=1f^{(4)}(0) = 1f(4)(0)=1, f(5)(0)=0f^{(5)}(0) = 0f(5)(0)=0, and f(6)(0)=−1f^{(6)}(0) = -1f(6)(0)=−1. Since odd derivatives are zero, the polynomial contains only even powers: P6(x)=1−x22!+x44!−x66!=1−x22+x424−x6720P_6(x) = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \frac{x^6}{6!} = 1 - \frac{x^2}{2} + \frac{x^4}{24} - \frac{x^6}{720}P6​(x)=1−2!x2​+4!x4​−6!x6​=1−2x2​+24x4​−720x6​. Choice C incorrectly has a positive x6x^6x6 term when it should be negative due to the alternating pattern. Remember that cos⁡x\cos xcosx has only even powers with alternating signs in its Taylor series.

Question 19

For f(x)=1+xf(x)=\sqrt{1+x}f(x)=1+x​, find the degree-3 Taylor polynomial centered at x=0x=0x=0.

  1. 1+12x−18x2+116x31+\frac{1}{2}x-\frac{1}{8}x^2+\frac{1}{16}x^31+21​x−81​x2+161​x3 (correct answer)
  2. 1+12x+18x2+116x31+\frac{1}{2}x+\frac{1}{8}x^2+\frac{1}{16}x^31+21​x+81​x2+161​x3
  3. 1+x−18x2+116x31+x-\frac{1}{8}x^2+\frac{1}{16}x^31+x−81​x2+161​x3
  4. 1+12x−14x2+116x31+\frac{1}{2}x-\frac{1}{4}x^2+\frac{1}{16}x^31+21​x−41​x2+161​x3
  5. 1+12x−18x2−116x31+\frac{1}{2}x-\frac{1}{8}x^2-\frac{1}{16}x^31+21​x−81​x2−161​x3

Explanation: This problem asks for the degree-3 Taylor polynomial of f(x) = √(1+x) = (1+x)^(1/2) centered at x = 0. Using the binomial series or computing derivatives: f(0) = 1, f'(x) = (1/2)(1+x)^(-1/2) gives f'(0) = 1/2, f''(x) = (-1/4)(1+x)^(-3/2) gives f''(0) = -1/4, and f'''(x) = (3/8)(1+x)^(-5/2) gives f'''(0) = 3/8. The Taylor polynomial is P₃(x) = 1 + (1/2)x + (-1/4)x²/2! + (3/8)x³/3! = 1 + (1/2)x - (1/8)x² + (1/16)x³. Choice B incorrectly has +(1/8)x² instead of -(1/8)x², missing the negative sign from the second derivative. The pattern for (1+x)^(1/2) alternates signs after the first two terms, following the binomial coefficient pattern.

Question 20

Let f(x)=1+xf(x)=\sqrt{1+x}f(x)=1+x​. Find the degree-3 Taylor polynomial centered at x=0x=0x=0.​

  1. 1+12x−18x2+116x31+\frac{1}{2}x-\frac{1}{8}x^2+\frac{1}{16}x^31+21​x−81​x2+161​x3 (correct answer)
  2. 1+12x+18x2−116x31+\frac{1}{2}x+\frac{1}{8}x^2-\frac{1}{16}x^31+21​x+81​x2−161​x3
  3. 1−12x−18x2+116x31-\frac{1}{2}x-\frac{1}{8}x^2+\frac{1}{16}x^31−21​x−81​x2+161​x3
  4. 1+12x−14x2+18x31+\frac{1}{2}x-\frac{1}{4}x^2+\frac{1}{8}x^31+21​x−41​x2+81​x3
  5. 1+12x−18x2−116x31+\frac{1}{2}x-\frac{1}{8}x^2-\frac{1}{16}x^31+21​x−81​x2−161​x3

Explanation: This problem asks for the degree-3 Taylor polynomial of f(x) = √(1+x) = (1+x)^(1/2) centered at x = 0. Using the binomial series or computing derivatives: f(0) = 1, f'(x) = (1/2)(1+x)^(-1/2) gives f'(0) = 1/2, f''(x) = (-1/4)(1+x)^(-3/2) gives f''(0) = -1/4, and f'''(x) = (3/8)(1+x)^(-5/2) gives f'''(0) = 3/8. Therefore P₃(x) = 1 + (1/2)x + (-1/4)x²/2 + (3/8)x³/6 = 1 + x/2 - x²/8 + x³/16. Choice D has -x²/4 instead of -x²/8, doubling the second derivative's contribution. Remember: (1+x)^r follows the generalized binomial theorem with coefficients r(r-1)...(r-n+1)/n!.