Goal: identify centre, coefficients, and the objects in the formula. No heavy computation.
Recall Solution L1.1
(a) Every power is (x−3)n, so the displacement from the centre is (x−3). That means a=3.
(b) The coefficient sitting on (x−3)2 is c2=7.
(c) Rearrange c2=2!f′′(a) into f′′(a)=2!c2=2⋅7=14.
Why:2!=2, and the coefficient already had the factorial divided out, so we multiply it back to recover the raw derivative.
Recall Solution L1.2
A Maclaurin series is a Taylor series with centre a=0. Series A has powers xn=(x−0)n, so a=0 — that is the Maclaurin one.
Series B has (x+2)n=(x−(−2))n, so its centre is a=−2. Careful: (x+2) hides a minus a negative.
Goal: run "derive n times, divide by n!, plug in a" end to end.
Recall Solution L2.1
Differentiate repeatedly; each derivative pulls down a factor of 2 (chain rule):
f=e2x,f′=2e2x,f′′=4e2x,f′′′=8e2x.
Plug in a=0 (so e0=1): f(0)=1,f′(0)=2,f′′(0)=4,f′′′(0)=8.
Apply cn=f(n)(0)/n!:
c0=11=1,c1=1!2=2,c2=2!4=2,c3=3!8=34.e2x=1+2x+2x2+34x3+⋯Check against the shortcut: replacing x→2x in ex=∑xn/n! gives ∑(2x)n/n!=∑2nxn/n!, i.e. cn=2n/n! — matching 1,2,2,34. ✓
Recall Solution L2.2
Derivatives cycle every four steps: cos,−sin,−cos,sin,cos,…
At x=0: cos0=1,−sin0=0,−cos0=−1,sin0=0,cos0=1.
So f(0),f′(0),f′′(0),f′′′(0),f(4)(0)=1,0,−1,0,1. Divide by n!:
c0=1,c1=0,c2=2!−1=−21,c3=0,c4=4!1=241.cosx=1−2x2+24x4−⋯
Only even powers survive because the odd-order derivatives all pass through sin0=0.
Recall Solution L2.3
f=x−1,f′=−x−2,f′′=2x−3.
At a=2: f(2)=21,f′(2)=−41,f′′(2)=82=41.
Coefficients: c0=21,c1=−41,c2=2!1/4=81.
x1=21−41(x−2)+81(x−2)2−⋯Why powers of (x−2)? The centre is a=2, so the natural building block is the displacement (x−2), notx.
Goal: reason about structure, symmetry, and degenerate inputs.
Recall Solution L3.1
Suppose cosx=∑cnxn. Replace x→−x: the left side is unchanged (even function), while xn→(−1)nxn. Matching:
∑cnxn=∑cn(−1)nxn⇒cn=(−1)ncn for every n.
If n is odd, (−1)n=−1, forcing cn=−cn, i.e. 2cn=0, so cn=0.
Thus all odd coefficients vanish — only even powers remain. This matches L2.2 without any calculus, just symmetry.
Recall Solution L3.2
About a=0:f is already a polynomial in x, so its Maclaurin series is itself: 3x2−x+4. Check: f(0)=4,f′(0)=−1,f′′(0)=6⇒c2=6/2=3. ✓ All coefficients cn=0 for n≥3 because f′′′≡0.
About a=1: compute f(1)=3−1+4=6; f′(x)=6x−1⇒f′(1)=5; f′′(x)=6⇒f′′(1)=6, so c2=6/2=3; f′′′=0.
f(x)=6+5(x−1)+3(x−1)2.Special feature: the series terminates — a degree-d polynomial has a Taylor series with at most d+1 terms about any centre, because all derivatives beyond order d are zero. No convergence worries; equality is exact everywhere.
Recall Solution L3.3
f′=(1−x)−2, f′′=2(1−x)−3, …, f(n)(0)=n!. So cn=n!/n!=1:
1−x1=∑n=0∞xn=1+x+x2+⋯
This is exactly a geometric series with ratio x; it converges only for ∣x∣<1.
At x=2, say, the true value is 1−21=−1, but 1+2+4+⋯ diverges — the coefficients are still "correct," yet the series fails to equal f outside the interval. See Power series — radius & interval of convergence.
Goal: combine Taylor series with other operations — multiply, substitute, differentiate, take limits.
Recall Solution L4.1
Start from eu=1+u+2!u2+⋯ and substitute u=−x2:
e−x2=1+(−x2)+2(−x2)2+⋯=1−x2+2x4−⋯e−x2=1−x2+21x4−⋯Why this is legal: substitution into a convergent power series just relabels the variable; it reproduces exactly what repeated differentiation would give, far more cheaply. (Differentiating e−x2 four times by hand is painful — this is the payoff.)
Recall Solution L4.2
Use ex=1+x+2x2+6x3+⋯ and sinx=x−6x3+⋯. Multiply, keeping terms up to x3:
(1+x+2x2+6x3)(x−6x3).
Collect by power:
x1: 1⋅x=x.
x2: x⋅x=x2.
x3: 2x2⋅x=2x3, plus 1⋅(−6x3)=−6x3. Sum =63−61=62=31.
exsinx=x+x2+31x3+⋯
Recall Solution L4.3
Expand the numerator: ex−1−x=(1+x+2x2+⋯)−1−x=2x2+6x3+⋯
Divide by x2:
x2ex−1−x=21+6x+⋯x→021.Why series beat L'Hôpital here: the 00 form would need L'Hôpital twice; the series shows the answer is just the coefficient of x2 in the numerator, read off in one step. See Linear approximation & differentials for why the leading surviving term controls the limit.
Goal: derive general formulas and prove structural facts.
Recall Solution L5.1
Differentiate: f′(x)=1+x1. This is a geometric series (ratio −x):
1+x1=∑k=0∞(−x)k=1−x+x2−x3+⋯,∣x∣<1.
Since f(0)=ln1=0, integrate term by term from 0 to x:
ln(1+x)=∫0x(1−t+t2−⋯)dt=x−2x2+3x3−⋯=∑n=1∞n(−1)n−1xn.
This matches parent Example 3 with the substitution x→x−1 (i.e. lnx about 1). Convergence: ∣x∣<1 (and, as a bonus, x=1 gives the alternating harmonic series =ln2).
Recall Solution L5.2
From cosx=∑k=0∞(2k)!(−1)kx2k, the coefficient of x6 (take 2k=6⇒k=3) is
c6=6!(−1)3=−7201.
Reverse the coefficient rule c6=f(6)(0)/6!:
f(6)(0)=6!c6=720⋅(−7201)=−1.Idea: the series is an encyclopedia of all derivatives at the centre — reading off a coefficient and multiplying by n! recovers any derivative instantly.
Recall Solution L5.3
Let h(x)=∑(bn−dn)(x−a)n, which equals 0 for all x near a. Set en=bn−dn.
Put x=a: every term with (x−a)k, k≥1, dies, leaving e0=0.
Differentiate once and put x=a: the same "killer move" from the parent note leaves 1!e1=0, so e1=0.
Differentiate n times and set x=a: n!en=h(n)(a)=0, so en=0.
Since n!=0, each en=0, hence bn=dn for all n. This is exactly why the Taylor derivation gives THE series, not one of many — the representation is unique.
Recall Self-test checklist
Read the centre off any series (find a)? ::: Force into (x−a)n; the number subtracted is a.
Recover a raw derivative from a coefficient? ::: f(n)(a)=n!cn.
Get a series without differentiating? ::: Substitute or multiply known series (L4).
Know when a correct series still fails to equal f? ::: Outside the radius of convergence, or if Rn→0.