zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy GuideQuestion BankQuestion BankGlossaryGlossary

Glossary

C

Center of Approximation

Criticality: 2

The specific point, denoted by 'a', around which a Taylor series or polynomial is expanded, determining where the approximation is most accurate.

Example:

When finding a Taylor polynomial for ln⁡(x)\ln(x)ln(x) about x=1x=1x=1, the center of approximation is a=1a=1a=1.

F

Factorial ($n!$)

Criticality: 2

The product of all positive integers from 1 up to $n$, used in the denominator of each term in a Taylor series.

Example:

The third term in a Taylor polynomial has 3!3!3! in its denominator, which equals 666.

M

Maclaurin Series

Criticality: 3

A specific type of Taylor series where the series is centered at $x=0$.

Example:

The Maclaurin series for exe^xex is 1+x+x22!+x33!+…1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \dots1+x+2!x2​+3!x3​+….

P

Power Term ($(x-a)^n$)

Criticality: 2

The part of each Taylor series term that includes the variable $x$ and the center of approximation $a$, raised to the power of $n$.

Example:

In a Taylor polynomial centered at a=2a=2a=2, the power term for n=3n=3n=3 would be (x−2)3(x-2)^3(x−2)3.

T

Taylor Polynomial

Criticality: 3

A finite partial sum of a Taylor series, used to approximate the value of a function near a specific point.

Example:

To estimate 4.1\sqrt{4.1}4.1​, you might use a first-degree Taylor polynomial for x\sqrt{x}x​ centered at x=4x=4x=4.

Taylor Series

Criticality: 3

An infinite series that represents a function as a sum of terms derived from the function's derivatives evaluated at a single point.

Example:

The Taylor Series for cos⁡(x)\cos(x)cos(x) centered at x=0x=0x=0 is 1−x22!+x44!−…1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \dots1−2!x2​+4!x4​−….

n

nth Derivative at a Point ($f^{(n)}(a)$)

Criticality: 2

The value of the $n^{\text{th}}$ derivative of a function $f(x)$ evaluated at the center of approximation, $x=a$.

Example:

For f(x)=sin⁡(x)f(x) = \sin(x)f(x)=sin(x) and a=0a=0a=0, the f(1)(0)f^{(1)}(0)f(1)(0) is cos⁡(0)=1\cos(0) = 1cos(0)=1.