Unit 10 Notes: Taylor & Maclaurin Series (AP Calculus BC)

0.0(0)
Studied by 7 people
0%Unit 10 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceAP Practice
Supplemental Materials
call kaiCall Kai
Card Sorting

1/24

Last updated 3:08 PM on 3/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Taylor polynomial

A polynomial approximation of a function near a point x=a that matches the function’s value and derivatives at a up through a chosen order.

2
New cards

Center (a) of a Taylor polynomial/series

The x-value a about which the approximation is built; powers appear as (x−a)^k, and the polynomial is tuned to the function at x=a.

3
New cards

Degree-n Taylor polynomial (Pn or Tn)

The Taylor polynomial that includes terms through (x−a)^n, matching f(a), f'(a), …, f^(n)(a).

4
New cards

Taylor polynomial formula

Pn(x)=∑{k=0}^{n} f^(k)(a)/k!^k.

5
New cards

Maclaurin polynomial

A Taylor polynomial centered at a=0 (so terms are in powers of x^k).

6
New cards

Factorial (k!) in Taylor coefficients

The normalization factor in Taylor terms; the k-th term uses f^(k)(a)/k!, and forgetting k! is a common error.

7
New cards

Taylor series

The infinite extension of Taylor polynomials: ∑_{n=0}^{∞} f^(n)(a)/n!^n (when it converges and represents the function).

8
New cards

Maclaurin series

A Taylor series centered at 0: ∑_{n=0}^{∞} [f^(n)(0)/n!] x^n.

9
New cards

Remainder (error) term R_n(x)

The difference between the function and its degree-n Taylor polynomial: Rn(x)=f(x)−Pn(x).

10
New cards

Lagrange Error Bound

A guaranteed upper bound on Taylor approximation error: |R_n(x)| ≤ [M/(n+1)!] |x−a|^(n+1), where M bounds |f^(n+1)(t)| on the interval from a to x.

11
New cards

M in the Lagrange Error Bound

A number satisfying |f^(n+1)(t)| ≤ M for all t between a and the target x; it must be chosen as a valid maximum bound on that interval.

12
New cards

“Next derivative” in error bounds (f^(n+1))

For a degree-n Taylor polynomial, the Lagrange bound uses the (n+1)th derivative, not the nth derivative.

13
New cards

“Safe zone” for a Taylor approximation

The idea that Taylor polynomials approximate best near the center a; using them far from a without error reasoning can be unreliable.

14
New cards

Power series

An infinite series of the form ∑{n=0}^{∞} cn (x−a)^n, which may converge for some x-values and diverge for others.

15
New cards

Radius of convergence (R)

A number R such that a power series converges for |x−a|R; endpoints |x−a|=R require separate checks.

16
New cards

Interval of convergence

The set of x-values where a power series converges, typically (a−R, a+R) plus any endpoints that also converge after testing.

17
New cards

Endpoint check

The required step of testing convergence separately at x=a±R because behavior at endpoints can differ from interior points.

18
New cards

Ratio Test

A convergence test using L=lim{n→∞} |u{n+1}/u_n|: converges if L

19
New cards

Harmonic series

The series ∑_{n=1}^{∞} 1/n, which diverges (often used in endpoint comparisons).

20
New cards

Alternating harmonic series

The series ∑_{n=1}^{∞} (-1)^n/n (or equivalent form), which converges (a common endpoint result).

21
New cards

Geometric series (standard form)

1/(1−x)=∑_{n=0}^{∞} x^n, valid for |x|<1; many other series come from substitution into this.

22
New cards

Term-by-term differentiation of a power series

If f(x)=∑{n=0}^{∞} cn x^n, then f'(x)=∑{n=1}^{∞} n cn x^(n−1) (valid on the interval of convergence; same radius of convergence).

23
New cards

Term-by-term integration of a power series

If f(x)=∑{n=0}^{∞} cn x^n, then ∫f(x)dx = C + ∑{n=0}^{∞} [cn/(n+1)] x^(n+1) (valid on the interval of convergence; same radius of convergence).

24
New cards

Standard Maclaurin series for ln(1+x)

ln(1+x)=∑_{n=1}^{∞} (-1)^{n+1} x^n/n, with convergence on −1 < x ≤ 1.

25
New cards

Standard Maclaurin series for arctan(x)

arctan(x)=∑_{n=0}^{∞} (-1)^n x^(2n+1)/(2n+1), valid for |x| ≤ 1 (endpoints included).