chapter four Flashcards

(17 cards)

1
Q

nth-degree Taylor polynomial of f(x) about x = x0

A

Pn(x) = f(x0) + f′(x0)(x − x0) + f′′(x0)/2! (x − x0)^2 + · · · +f(n)(x0)/n! (x − x0)^n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

nth-degree Taylor remainder

A

f(x) = Pn(x) + Rn(x)
Rn(x) = f(x) − Pn(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

error associated with the approximation

A

|Rn(x)|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the conditions for Taylor’s Theorem?

A

f(x) must be continuous

f(x) must have n+1 derivatives on interval I containing x0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the general statement of Taylor’s Theorem?

A

For all x in I, there exists c between x0 and x such that: f(x) = Pn(x) + Rn(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the Taylor polynomial Pn(x)?

A

Pn(x) = f(x0) + f’(x0)(x - x0) + f’‘(x0)/2! (x - x0)^2 + … + f^(n)(x0)/n! (x - x0)^n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the remainder term Rn(x)?

A

Rn(x) = f^(n+1)(c)/(n+1)! (x - x0)^(n+1) where c lies between x0 and x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the remainder term Rn(x) represent?

A

The error between the actual function f(x) and the Taylor polynomial Pn(x)

Shows how well the polynomial approximates f(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the Maclaurin series?

A

The Taylor series when x0 = 0: f(x) = f(0) + f’(0)x + f’‘(0)/2! x^2 + … + f^(n)(0)/n! x^n + …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the difference between Taylor and Maclaurin series?

A

Taylor series: expansion about any point x0

Maclaurin series: special case when x0 = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the Taylor/Maclaurin series represent?

A

An infinite polynomial expansion that approximates f(x) near x0 (or near 0 for Maclaurin).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the general form of a power series about x = x0?

A

Σ (n=0 to ∞) an (x - x0)^n = a0 + a1(x - x0) + a2(x - x0)^2 + … + an(x - x0)^n + …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the Ratio Test

A

For series Σ bn, compute L = lim (n→∞) (bn+1 / bn).

If L < 1 → converges

If L > 1 → diverges

If L = 1 → inconclusive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do we find the radius of convergence of a Taylor series

A

Radius R = lim (n→∞) (an / an+1). Series converges for |x - x0| < R. (where an = f^(n)(x0)/n!)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

When does a Taylor series equal the original function

A

f(x) = Σ (n=0 to ∞) f^(n)(x0)/n! (x - x0)^n if and only if lim (n→∞) Rn(x) = 0. That is, the remainder tends to zero as n → ∞.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the binomial expansion

A

(1 + x)^α = 1 + αx + α(α - 1)/2! x^2 + … + α(α - 1)…(α - n + 1)/n! x^n + … Valid for |x| < 1

17
Q

What is the Taylor series for a function of two variables

A

f(x, y) = f(x0, y0) + (x - x0)(∂f/∂x) + (y - y0)(∂f/∂y) + 1/2! [ (x - x0)^2 (∂²f/∂x²) + 2(x - x0)(y - y0)(∂²f/∂x∂y) + (y - y0)^2 (∂²f/∂y²) ] + … (All derivatives evaluated at (x0, y0))