Exercises — Maclaurin series of eˣ, sin x, cos x, ln(1+x), (1+x)ⁿ — derive all
The five series we lean on the whole way (memorise these — everything below is a re-arrangement of them):
Level 1 — Recognition
Exercise 1.1
Write the first four non-zero terms of , and state — with a reason you can see — where the series is valid.
Recall Solution
WHAT: just read off . WHY these values: every derivative of is , and , so all numerators are . WHY it's valid for all — the ratio test, made concrete. Look at how big each term is compared to the one before it. Term is , term is , so the step ratio is Fix any . As grows, . So eventually each new term is a tiny fraction of the previous one — the terms crash toward no matter how big is. That is the "factorial beats power" statement, now as an honest inequality, not a slogan. The figure below shows the terms of rising at first (while ) then collapsing once .

Exercise 1.2
Which of these is the correct Maclaurin series for ? Explain the giveaway.
Recall Solution
Answer: (B). WHY: is an odd function (), so only odd powers of may appear. That kills (C) immediately (it has even powers — it is ). (A) has odd and even powers (), and its denominators are plain integers, not factorials — that is the pattern with a wrong sign. So (A) is wrong twice over. The correct series has factorial denominators and alternating signs:
Level 2 — Application
Exercise 2.1
Estimate using terms up to . Compare with the true value.
Recall Solution
WHAT: plug into . WHY it works: the term is about , far below the accuracy we need. True: ✓ The figure below shows how fast the truncated cosine polynomial locks onto the true curve as you add the then term.

Exercise 2.2
Find the Maclaurin series of up to .
Recall Solution
WHAT / WHY: don't differentiate from scratch — substitute into the known series. This is legal because converges for all inputs, so is always a valid input.
Exercise 2.3
Write the first three terms of using the binomial series.
Recall Solution
WHAT: use with . Check at : ✓
Level 3 — Analysis
Exercise 3.1
Show, from the series alone, that .
Recall Solution
WHAT: differentiate term by term. WHY the denominators collapse: and — the numerator cancels the top factor of the factorial. This is why under differentiation even at the level of the polynomials.
Exercise 3.2
The series for converges for but not at . Explain both facts using the series itself.
Recall Solution
At : the series becomes , the alternating harmonic series, which converges (to ). Its terms shrink to and alternate — that is enough for convergence. At : substitute : This is (the harmonic series diverges). WHY it matches the function: . The series honestly reports the singularity by diverging. What the figure shows. The figure below plots the true curve (white) against the partial sums using , and terms (blue, yellow, green). Watch two things: (1) inside every partial sum hugs the white curve, and the more terms you add the tighter the hug; (2) as the true curve dives to , and the partial sums fail to follow smoothly near that wall — no finite number of terms can reach , which is the visual signature of the series diverging exactly at the singularity marked by the red dashed line. At the right edge (blue dotted line) the sums instead settle onto , the visual signature of convergence.

Exercise 3.3
Is defined at ? Use the series to give it a sensible value and find its series.
Recall Solution
WHAT: the raw expression is at — undefined by plain arithmetic. But divide the series by : WHY this is legal: every term of has at least one factor of , so dividing by leaves an honest polynomial with no division by zero. Putting now gives . So the removable hole should be filled with .
Level 4 — Synthesis
Exercise 4.1
Derive the first three non-zero terms of by multiplying series.
Recall Solution
WHAT: multiply and collect powers of .
- :
- :
- : WHY multiply and not differentiate the product: matching coefficients from two known series avoids computing derivatives of a product (product rule chains) entirely.
Exercise 4.2
Use Euler's idea to confirm the split from the series. (See Euler's formula.)
Recall Solution
WHAT: put in , where . The powers of cycle: So: WHY it works: the real terms (even powers) exactly assemble ; the imaginary terms (odd powers) exactly assemble . Three series fuse into one identity. ✓
Exercise 4.3
Find the series for up to , then say which known function it integrates to.
Recall Solution
WHAT: . Use binomial with and input . Substitute : WHY the connection: integrating gives , since .
Level 5 — Mastery
Exercise 5.1
Evaluate using series. (Compare L'Hôpital & limits via series.)
Recall Solution
WHAT: substitute the series into the numerator. WHY the low powers cancel: the and are deliberately subtracted, leaving the first survivor at . Answer: . (L'Hôpital would need four differentiations — series does it in one line.)
Exercise 5.2
Find the exact radius of convergence of the binomial series , and analyse both endpoints and . (See Radius & interval of convergence.)
Recall Solution
WHAT — the radius: the coefficients are . Apply the ratio test — compare consecutive terms: WHY the ratio : in magnitude as . Convergence needs this limit , i.e. . Radius . Endpoint — converges. For large the coefficients behave like in size (each new factor shaves the term by an amount that accumulates to a decay), and the signs alternate from some point on. A series whose terms shrink like converges absolutely (since converges, being a -series with ). So at the series converges — to the honest value . Endpoint — converges too. At the alternating signs are removed, so every term has size and they all add with the same sign. But still converges (same -series argument), so the series converges at as well — to , matching . (The function is finite there, and the series behaves.) So the full interval of convergence is . Contrast this with , where the coefficients decay only like and the endpoint diverges — the decay rate of the coefficients is what decides each endpoint. Just past , the step ratio exceeds and terms grow, so the sum diverges even though is a perfectly finite number there.
Exercise 5.3
Prove that the tail of the series is genuinely negligible: show the term for every fixed as .
Recall Solution
WHAT: fix any and pick an integer . For , each new factor multiplying the previous term is . WHY that finishes it: past , every step at least halves the size: A quantity bounded by a shrinking geometric ratio (Geometric series) must go to . Hence the factorial always wins over the power, confirming the "valid for all " claim — the same halving picture you saw in the Exercise 1.1 figure. ✓
Recall Self-test checklist
Can you, from memory: (1) write all five series, (2) get by substitution, (3) explain the endpoint failure, (4) multiply two series for , (5) do the limit, (6) state each radius of convergence and both endpoints of ? If any is shaky, redo that level.
Connections
- Parent topic — the derivations these exercises drill
- Geometric series — used in the tail-shrinking argument (5.3)
- Radius & interval of convergence — the ratio test of 5.2
- Euler's formula — assembled in 4.2
- L'Hôpital & limits via series — contrasted in 5.1
- Binomial theorem (integer n) — 2.3, 4.3, 5.2 generalise it
- Taylor series (general centre a) — the fix when you're far from