Credits: The below is basically all based on the notes by my professor for Calc 2 with some theorems and stuff copied directly.

Appendix E: Summation

Let m and n be positive integers with nm

am,am+1,am+2,,anR

Summation Notation

i=mnai=am+am+1+am+am+1+am+2++an

Examples

t=131t=11+12+13=116

Properties of Summation

Let m and n be positive integers, where nm. Let cR.

Let am,am+1,am+2,anR
Let bm,bm+1,bm+2,bnR

  1. i=mn(cai)=ci=mn(ai)

  2. i=mn(ai+bi)=i=mn(ai)+i=mn(bi)

  3. i=mn(aibi)=i=mn(ai)i=mn(bi)

  4. i=1nc=cn
    i=mnc=c(nm+1)

  5. m, n, c, and k are all constants.
    i=mnc=i=mk1+kn

Common Summation Formulas

1.

i=1ni=n(n+1)2

Proof:
First note that 
2i=1n=i=1n+i=1n
=(1+2+3+4+(n1)+n)+(n+(n1)+(n2)+4+3+2+1)
=(n+1)+(n+1)+(n+1)(n+1)n times

2. Telescoping Sum Formula

i=1n(ai+1ai)
=(a2a1)+(a3a2)+(a4a3)(anan1)+(an+1an)
=a1+an+1=an+1a1

Similarly:
i=1n(aiai1)=ana0

3.

i=1ni2=n(n+1)(2n+1)6

Proof :
Use telescoping formula to get the following:
i=1n((i+1)3i3)=(n+1)313=n3+3n2+3n
But also:
i=1n((i+1)3i3)=i=1n(i3+3i2+3i+1i3)=i=1n(3i2+3i+1)
=i=1n(3i2)+i=1n(3i)+i=1n1
=3i=1n(i2)+3i=1n(i)+n
=3i=1n(i2)+3n(n+1)2+n

3i=1n(i2)=(n3+3n2+3n)n3n2+3n2
3i=1n(i2)=(2n3+23n2+23n)22n23n2+3n2
3i=1n(i2)=(2n3+6n2+6n)22n23n2+3n2
3i=1n(i2)=(2n3+3n2+n)2
i=1n(i2)=n(2n+1)(n+1)6

4.

i=1ni3=[n(n+1)2]2

Examples Using Sum Formula

  1. Evaluate
    i=15(4i+2)
    i=15(4i+2)=i=15(4i)+i=15(2)
    =4i=15i+i=152=45(6)2+5(2)

  2. Evaluate using telescoping sum formula
    i=15(2i2i1)=2520

  3. More Complicated Example
    limni=1n8ni3n3
    =limni=1n8i3n4
    =limn8n4i=1ni3
    =limn8n4n2(n+1)24
    =limn2(n2+2n+1)n2

5.1: Sums

Riemann Sums

xi=a+iΔx
ci[xi1,xi]
Cn=c1,c2,c3,cn

Divide [a, b] into n equal subintervals with endpoints a = x0<x1<x2<<xn=b. Each subinterval has length ban=Δx

Rn(f,Cn)=i=1nf(ci)Δx

If limn(Rn(f,Cn)) exists and is the same regardless of how Cn is chosen, f is integrable on [a, b] and we define the following:
abf(x),dx=limn(Rn(f,Cn))

Special Riemann Sums

The n-th Right-Endpoint Sum

Choose ci to be the right-endpoint
Set ci=xi
Rn=i=1nf(xi)Δx

The n-th Left-Endpoint Sum

Choose ci to be the left-endpoint
Set ci=xi1
Rn=i=1nf(xi1)Δx

The n-th Left-Endpoint Sum

Choose ci to be the midpoint
Set ci=xi1+xi2
Rn=i=1nf(xi1+xi2)Δx

Examples

Example 1

f(x)=cos(x4)+2
Interval [0,8π]
Let n = 4

Δx=8π04=2π
x0=0, x1=2π, x2=4π, x3=6π, x4=8π

R4=i=14f(xi)Δx=i=14f(xi)2π=2πi=14f(xi)=2π[f(x1)+f(x2)+f(x3)+f(x4)]

L4=i=14f(xi1)Δx=i=14f(xi1)2π=2πi=14f(xi1)=2π[f(x0)+f(x1)+f(x2)+f(x3)]

Example 2

f(x)=2x+1
n=5
Δx=ban=1005=2
x0=0, x1=2, x2=4, x3=6, x4=8, x5=10
Note: mi is the midpoint
m1=1, m2=3, m3=5, m4=7, m5=9

M5=i=15f(xi1+xi2)Δx=i=15f(mi)Δx=i=15f(mi)2

Remarks

A = area under the graph of f on [a, b]

  1. If f is increasing, then RnA
  2. If f is increasing, then LnA

If f is decreasing, you get the opposite of the above

More Examples

Example 1

Find a region where area is given by
limn(i=1n[(5n)(3+i(5n))3])

Δx=(5n)
a=3
f(x)=x3
ban=5n and a=3 , so b3n=5nb=8
[a,b]=[3,8]

5.3: Fundamental Theorem of Calculus Pt 2

Let f be continuous on [a,b]. Let F be an antiderivative of f on [a,b] (i.e. F(x)=f(x) x[a,b]). Then the following is true:

abf(x) dx=F(b)F(a)

Proof: f(x) is continuous on [a,b]. Use riemann sums and get a telescoping sum. Use Mean Value Theorem

Fundamental Theorem of Calculus Pt 1

Let f be continuous on [a,b]

5.5: The Substitution Rule

If f is even, then
bbf(x) dx=20bf(x) dx

If f is odd, then
bbf(x) dx=0

6.1: Area between Two Curves

A=ab(g(x)f(x)) dx
where x g(x)>f(x)

6.2: Volume of Solid

V=abA(x) dx
where A(x) is the area of cross section at x.

For the volume of a solid of revolution (disk method):
V=abf(x)2π dx

A more general formula for a solid of revolution (washer method):
V=abπ(R(x)2r(x)2) dx
where R(x) is the distance between the axis of revolution and the upper curve (farther from axis of revolution) and r(x) is the distance between the axis of revolution and the curve that’s closer to the axis of revolution.

6.5: Average Value of Function

Average value from a to b:
favg=1baabf(x) dx

7.1: Integration by Parts

Formula

Let u and v be differentiable functions
u(x)v(x) dx=u(x) v(x)v(x)u(x) dx
or
udv=uvv du

Derivation

Use Product rule
ddx(u(x)v(x))=u(x)v(x)+u(x)v(x)
u(x)v(x)=u(x)v(x)+u(x)v(x)

Notes on using Integration by Parts

Note: Integration by parts is useful when vdu is easier to compute than the udv. So choosing u is very important. You want du to be “simpler” than u.

How to choose u in Integration by Parts (Ranked from best to worst)

  1. Logarithmic Functions
  2. Inverse Trig Functions
  3. Polynomials
  4. Exponential Functions (Just leads to the same exponential and a constant)
  5. Trigonometric Functions (Often just leads to another trig function)

Examples

Example 1

u=ln(x), du=1dx
du=1xdx, v=x
1e3ln(x)1 dx=uv|1e31e3vdu
=xln(x)|1e31e3x(1x)dx

7.2: Trigonometric Functions Integration Techniques

Integrating Odd powers of Sin/Cos

If m is odd, then m=2k+1,kZ
sinm(x)cosn(x)dx=sin2k+1(x)cosn(x)dx
=sin2k(x)cosn(x)sin(x)dx=(sin2(x))kcosn(x)sin(x)dx
=(1cos2(x))cosn(x)sin(x)

Use u substitution to solve

Integrating Even Powers of Sin/Cos

Helpful Identities and Formulas

sin(qx) dx=cos(qx)q+C
cos(qx) dx=sin(qx)q+C
where q is a integer

sin2(x)=1cos(2x)2
cos2(x)=1+cos(2x)2

Solving Technique

If mn and they’re both even:
sinm(x)cosn(x)dx=sin2k(x)cosn(x)dx=(sin2(x))kcosn(x)dx
=(1cos2(x))kcosn(x)dx
After this just use the half-angle formulas and integrate

if nm then just make everything in terms of sin and do the same thing.

Integral of Tan

tan(x)dx=ln(|sec(x)|)+C
Derivation: Use u substitution and use the fact that tan(x)=sin(x)cos(x)

Integral of Sec

sec(x)dx=ln(|sec(x)+tan(x)|)+C

Integrating Odd Powers of Tan and Sec

Example:
tan5(x)sec3(x) dx
tan4(x)sec2(x)sec(x)tan(x) dx
(sec2(x)1)2sec2(x)sec(x)tan(x) dx
u=sec(x), du=sec(x)tan(x)dx
=(u21)2u2du
Solve now

Integrating Even Powers of Tan and Sec

secm(x)tann(x)dx=sec2j(x)tann(x)dx
=sec2j2(x)tann(x)sec2(x)dx=(sec2(x)j1tann(x)sec2(x)dx)
=(tan2(x)+1)j1tann(x)sec2(x)dx
u=tan(x), du=sec2(x)dx
=(u2+1)j1undu

Integral of Tan

cotan(x)dx=ln(|sin(x)|)+C
Derivation: Use u substitution and use the fact that cotan(x)=cos(x)sin(x)

Integral of Sec

csc(x)dx=ln(|csc(x)cotan(x)|)+C

Integrating Powers of Cotan and Cosec

Same as tan and sec (above) except use the following
csc2(x)=cotan2(x)+1
d(cotan(x))dx=csc2(x)
d(csc(x))dx=csc(x)cotan(x)

7.4 Integrating with Partial Fractions

If we want to integrate the following, where P(x) and Q(x) are polynomials,
P(x)Q(x)

If degree(P(x))deg(Q(x)) then just do long division to simplify.

Case I: Q(x) is the Product of Distinct Linear Factors

Once we have deg(Q(x))>deg(P(x)), then we can say the following:

P(x)Q(x)=i=1nAiaixbi
where
A1, A2, A3, An are constants.

Then we can integrate more easily since the following is true
Aiaixbi=Aiailn(|aixbi|)+C

Case II: Q(x) has Repeated Linear Factors

P(x)Q(x)=i=1nAi(aixbi)n
where A1, A2, A3, An are constants.

Example:

1x3(x1) dx
1x3(x1)=Ax+Bx2+Cx3+Dx1
x3(x1)1x3(x1)=(Ax+Bx2+Cx3+Dx1)(x3(x1))
1=Ax2(x1)+Bx(x1)+C(x1)+Dx3
1=(A+D)x3+(BA)x2+(CB)x+(C)
0x3+0x2+0x+1=(A+D)x3+(BA)x2+(CB)x+(C)

0=A+D
0=BA
0=CB
1=C
Solve for the other stuff and integrate

Case III: Q(x) with a Prime Quadratic Factor

Q(x) has a prime quadratic factor in
P(x)Q(x) dx

The prime quadratic factor ax2+bx+c of Q(x) will contribute a partial fraction decomposition of
Dx+Eax2+bx+c

Example

3x2+xx(x1)(x2+1)
Here x2+1 is the irreducible prime quadratic factor.
3x2+xx(x1)(x2+1)=Ax+Bx1+Cx+Dx2+1

Solve for A, B, and D.

Case IV: Q(x) has Repeated Prime Quadratic Factors

Q(x) has repeated prime quadratic factors in
P(x)Q(x) dx

The prime quadratic factor (ax2+bx+c)n of Q(x) will contribute a partial fraction decomposition of
D1x+E1ax2+bx+c+D2x+E2ax2+bx+c+D3x+E3ax2+bx+c+Dnx+Enax2+bx+c

Example

3x1x3(x2+9)2=Ax+Bx2+Cx3+Dx+Ex2+9+Fx+G(x2+9)2

7.8: Improper Integrals

Type I: Infinite Integrals

If the following is true:
ta, atf(x) dx
then,
af(x) dx=limtatf(x) dx
If it converges, then the limit exists.
If it diverges, then the limit does not exist and the limit is infinity or -infinity.

If both of the improper integrals on the right side of the equation converge, the following is true:
g(x) dx=ag(x) dx+ag(x) dx

Example

Evaluate 0xex dx
If the antiderivative is not obvious, perhaps compute it first.
xex dx=xex(ex) dx
=xex+ex dx=xexex+C
u=x, du=dx
v=ex, dv=exdx

0xex dx=limr0r(xex) dx=limr(xexex)|0r=limr(rerer+1)
=limr((er)(r1)+1)=limr(r+1er)+1=limr(1er)+1=1

Type II: Discontinuous Integrands

Example

Evaluate the following
031(x1)2
Since f(x) has a VA at x=1, this integral is improper.

031(x1)2dx=011(x1)2+131(x1)2

011(x1)2=limr1(0r1(x1)2dx)=limr1(1x1|0r)=limr1(1r1+1)=+

We found 011(x1)2dx diverges, so we can say the whole integral diverges.

The Comparison Test

Suppose f and g are continuous functions on [a,] and that g(x)f(x)0 for all xa

  1. If ag(x)dx converges, then af(x)dx also converges.

  2. If af(x)dx diverges, then ag(x)dx also diverges.

However, if we know ag(x)dx diverges, we cannot use C.T.

If we know ag(x)dx converges, we can’t use C.T. as well.

Example

Determine if the integral 21xsin2(x)dx converges or diverges.

Use the Comparison Test.

Let the new function be the ratio of the leading terms (term with most rapid growth) of the numerator and denominator.

f(x)=1xsin2(x)
g(x)=1x
since sin2(x) is just bounded to [0,1].

Notice then that 1xsin2(x)1x0

1xsin2(x)1x0

21xdx=limr(2r1x)=limr(ln(|x|)|2r)
=limr(ln(r)ln(2))=

Since 1xsin2(x)dx1xx2 and 21xdx also diverges, we can say that 21xsin2(x)dx also diverges by the Comparison Test.

The Comparison Test also works on Type II Improper Integrals.

11.1: Sequences

Sequence

Definition: A sequence of real numbers whose domain is (some infinite number of the non negative integers)

Customary to write an instead of a(n)

Can also be represented by recursion.

Limits of a Sequence

Definition: Let {an} be a sequence. We say that limnan=L if we can make the value of an arbitrarily close to L by choosing n sufficiently large.

Theorem: Let f be a function from [1,] to R. Define a sequence an by the formula an=f(n). If limxf(x)=L, then limnan=L.

Examples

limn(ln(n)n2)
limn(ln(n)n2)=limx(ln(x)x2)
Now you can use L’Hopital’s rule
limx1/x2x=0

Squeeze Theorem also applies as well as Limit Laws

Limit of Sequence DNE

If an>0 for all n and limn0, then limn(1)nan Does not exist.

Example

limn((1)nnn+3)
Limits does not exist

Increasing, Decreasing, Monotone

Let an|n=1 be a sequence

  1. We say that the sequence is increasing if anan+1n
  2. We say that the sequence is decreasing if anan+1n
  3. We say that the sequence is monotone if an is increasing or decreasing for all n

Find if sequence is monotone

  • You can substitute an+1 and see if a sequence is increasing or decreasing compared to an
  • Find the derivative of an

Upper and Lower Bounds

If S is a subset of R

  1. S is bounded above if there is a number, B, so that xS,xB. B is called an upper bound of S.
  2. S is bounded below if there is a number, B, so that xS,xB. B is called a lower bound of S.

Example

S=[2,9)
12 is an upper bound of S

9 is the least upper bound

Axiom of Completeness

  1. Any nonempty subset of R which is bounded above has a least upper bound.
  2. Any nonempty subset of R which is bounded below has a greatest upper bound.

Real numbers include rational numbers + everything else to keep the number line continuous (irrational numbers)

Monotone Convergence Theorem

Every bounded monotone sequence converges.

Proof: way too long

Limit of Factorial Sequences

Limit of Factorial over Factorial

Just express the larger factorial as the smaller one

Limit of Exponential and Factorial

limnrnn!=0
for any real number r
Proof: Use squeeze theorem for all the cases: r<1, r>0, r<0, etc.

limnn!rn=

11.2: Series

Geometric Series

If r is a real number and r1, a geometric sum is as follows
n=0rn

Nth partial sum of the series
Sn=n=0Nrn=1+r+r2+r3rN

n=0rn=11r
if |r|<1

Geometric Sum Formula

n=krn=rk1r
if |r|<1

Divergence Test

If limaan0, then n=1an diverges.
The converse is not true.

11.3: The Integral Test

Assuming an can be a continuous function, is positive, and decreasing:
n=1an converges iff 1f(x)dx also converges.

You can use the integral test for divergence as well, if an can be a continuous, positive, and decreasing function.

The P-Test

p is a real number
n=11np
converges iff p>1

Proof: Use Divergence Test for p0 and Integral Test

11.4: Comparison Tests

Direct Comparison Test

0anbn

  1. If n=1bn converges, then n=1an also converges
  2. If n=1an diverges, then n=1bn also diverges

Proof: For convergence use the Monotone Convergence Theorem by showing an is bounded and monotone (increasing). For divergence, if we know that anbn, we also know that n=1ann=1bn.

Limit Comparison Test

If an and bn are positive for all n and
limn(anbn)=L>0
and L is finite.
Then n=1an converges iff n=1bn converges

If n=1bn diverges iff n=1an diverges.

Example

Determine if n=11n1+(1/n) converges or diverges.

an=1n1+(1/n), bn=1n

limn(anbn)=limn(1n1+(1/n)n1)=limn(1n1/n)=limneln(n1/n)
=e(limnln(n)/n)=e(limn(1/n)/n)=e0=1

bn=1n diverges with the P-test with p=1
Since bn diverges and limn(anbn)=L>0, an also diverges.

11.5: The Alternating Series Test

If the sequence an is a decreasing sequence with non-negative terms, and limnan=0, then n=1(1)n+1an converges.

The test does not tell us whether a series diverges. It is inconclusive if the above is not true.

Proof:

  • Prove using the Monotone Convergence Theorem
  • Find that the sequence is bounded and monotone for odd indexes and even indexes separately

11.6: Absolute Convergence, and the Ratio Test & Root Test

Absolute Convergence

n=1|an| converges.
Lets you rearrange the terms without messing up the sum.

Conditional Convergence

n=1an converges, but
n=1|an| diverges.

Proposition

If n=1|an| converges, then n=1an also converges.

Suggested Steps to Find if Series is Absolutely Convergent, Conditionally Convergent, or Neither

  1. Check for Absolute Convergence (since this might also imply convergence of the regular series)
  2. If the series is not absolutely convergent, then test for conditional convergence with the alternating series test.
  3. Try the divergence Test

d’Alembert’s Ratio Test

If limn|an+1an|=L, where an has nonzero terms

  1. If L < 1, then n=1an converges absolutely.
  2. If L > 1, then n=1an diverges.
  3. If L = 1 or nonexistent (not infinity tho), the ratio test is inconclusive.

Use for factorials or where e to the power of n is in the denominator

Proof:
Compare an with geometric series

Cauchy’s Root Test

If limn|an|n=L then

  1. If L<1, then n=1an converges absolutely.
  2. If L>1, then n=1an diverges.
  3. If L=1 or L is nonexistent (not infinity tho), the Root Test is inconclusive (series can be absolutely convergent, convergent, or divergent. This is what will happen if n=1an happens to be conditionally convergent.

Useful for terms with functions that vary with n in both numerator and denominator.

Proof: Similar to above.

11.7: Convergence Testing Strategy

How to find if n=1an is convergent:

  1. If we can easily see that limnan0, use the Divergence Test. Otherwise continue down the list.
  2. If nan is a P-series or a geometric series, or a constant multiple of either, use the P-Test or the Geometric Series Formula.
  3. If an is an algebraic function of n (function using entirely algebraic operations), try the Limit Comparison Test, so that bn. is the ratio of leading terms from the denominator and numerator of an.
  4. If n=1 is similar to, but not actually a geometric series (e.g. an=2nn35n+1), we should consider the Comparison Tests.
  5. If an=(1)ncn or similar, where cn is non-negative, try the Alternating Series Test.
  6. If an contains a factorial or other product, we should consider the Ratio Test.
  7. If an=(cn)n for some sequence cn (that is, our terms are exponential form with varying base), we should try the Root Test.
  8. Use the Integral Test if an=1n(ln(n))p.

Helpful Notes

  • limn(1+An)n=eA
  • For Comparison Test
    • 1nln(en+n) since 1ln(en)ln(en+n) for large enough values of n
    • The above also works of n on the right side is replaced with any positive power of n (e.g. n).
    • 1cos(n)1 for all n

Helpful Limit Formulas

  • limnln(n)nc=0 if c>0
  • limn|P(n)|n=1 for any nonzero polynomial P(n)
  • limnncen=0 for all cR
  • limnbnn!=0 for all bR
  • limn((1+bn)n)=eb for all bR

11.8: Power Series

Theorem

Let the following be a power series with a center, c.
F(x)=n=0an(xc)n

  1. F(x) converges only when x=c.
  2. F(x) converges for all xR
  3. There is a positive number R such that F(x) converges absolutely whenever |xc|<R but F(x) diverges whenever |xc|>R
  • The number R is the radius of convergence of the power series.

For case 3, we must manually check F(xR) and F(c+R) for convergence when |xc|=R using 11.3-11.6 techniques.

To get the radius of convergence:

Theorem A

Let F(x)=n=0an(xc)n be a power series. Suppose that limn|an|n=ρ. Then the radius of convergence of F(x) is R=1ρ

Theorem B

Let F(x)=n=0an(xc)n be a power series. Suppose that limn|an+1an|=ρ. Then the radius of convergence of F(x) is R=1ρ

Finding Interval of Convergence

The domain of the function F(x)=n=0an(xc)n is the interval of convergence of a power series. To find the interval:

  1. Make note of c
  2. Find the radius of convergence of F, R denotes the radius of convergence
  • If R=0, then F only converges at c, so the interval is just the set containing c: {c}
  • If R is infinite, then F converges everywhere and the interval is (,)
  1. If R is positive and finite, the interior of the radius of convergence is (cR,c+R).
  • Evaluate F(cR) and F(c+R) and test for convergence. If one of them converges, change the bracket of the interval to a square bracket.

11.9: Representation of Functions By Power Series

Geometric Series Formula:
If |x|<1 then 11x=n=0xn

We are given some function, f, which we can rewrite in the form
f(x)=kxm1g(x)
where k and m are constants, and g(x) is some function of x. g(x) will generally be a constant power of x.
The power series expansion of f, will be correct when |g(x)|<1

Example

f(x)=13x=13(113x)=1311(13x)

f(x)=13n=0(13x)n=n=0(13)n+1(xn)
f(x)=n=0xn3n+1

The above expansion is correct when |g(x)|<1 so
|13x|<1
1<13x<1
3<x<3

Example

f(x)=35x2=315(115x2)=3511(15x2)
f(x)=35n=0(15x2)n=35n=0(15)nx2n

f(x)=n=035n+1x2n

Holds when the following is true:

|15x2|<1
|x2|<5
|x|2<5|x|<5
x(5,5)

Theorem

Let F(x)=n=0an(xc)n be a power series with radius of convergence R0. Then F is differentiable on the interval (cR,c+R), and
F(x)=n=1nan(xc)n1
F(x)dx=K+n=0ann+1(xc)n+1
where K is a constant.

Notice in the F(x) example, the bound starts at 1, to ensure we don’t get a negative power.

The theorem basically says we can move around the differention/integration symbols and swap around the place of them with the summation sign.

Example

Find a power series formula for f(x)=ln(1+x)
f(x)=11+x=11(x)=n=0(x)n=(1)nxn
f(x)n=0(1)nxndx=n=0((1)nxndx)=K+n=0((1)nn+1xn+1)

For which K will we have
K+n=0((1)nn+1xn+1)=ln(1+x)
Evaluate both sides at the center of the power series.

K+n=0((1)nn+10n+1)=ln(1+0)
K+0=ln(1+0)
K=0
Thus

0+n=0((1)nn+1xn+1)=ln(1+x)

11.10: Taylor and Maclaurin Series

If f is representable by a power series on the interval (cR,c+R) with R>0. Let’s say that f(x)=n=0an(xc)n throughout the interval. Since power series are infinitely differentiable in the interval of convergence, f is infinitely differentiable at c.

f(x)=ddxn=0an(xc)n=n=0nan(xc)n1f(1)(c)=1a1
f(x)=ddxn=0nan(xc)n1=n=0n(n1)an(xc)n2f(2)(c)=21a2
f(3)(x)=ddxn=0n(n1)an(xc)n2=n=0n(n1)(n2)an(xc)n3f(3)(c)=321a2

Generally,
f(n)(c)=n!an

Theorem: Is the Power Expansion of f Unique?

If f is representable by a power series on the interval (cR,c+R) for some positive number R such that f(x)=n=0an(xc)n throughout the interval, then

an=f(n)(c)n!

Hence, the power series expansion of f with a given center is unique.

Definitions of Taylor & Maclaurin

Let f be a function which is infinitely differentiable at the number c.

  1. The Taylor series for f centered at c is T(x)=n=0f(n)(c)n!(xc)n
  2. The Maclaurin series for f is just its Taylor series centered at 0. M(x)=n=0f(n)(0)n!(x)n
  3. The Nth Taylor coefficient for f at c is f(n)(c)n!
  4. The Nth Maclaurin coefficient for f at c is f(n)(0)n!

Theorem: When does a Taylor Series of a Function equal that Function?

If cR and R>0 and f is infinitely differentiable on (cR,c+R) and the following condition is met
n>0,x(cR,c+R) K:|f(n)(x)K|
then we can say that f(x) is equal to its Taylor series centered at c in that interval.

The Maclaurin expansion of any polynomial is just the function.