4.3.19 · D1Calculus III — Sequences & Series

Foundations — Applications — approximation, evaluating limits

1,884 words9 min readBack to topic

This page assumes nothing. Every symbol the parent Applications note uses is unpacked here, one at a time, each resting on the one before. If a symbol below still feels shaky, that is exactly the symbol to slow down on.


1. A power — repeated multiplication

The picture. Think of as area/volume growing: is a line of length , a square, a cube. For a small (say ), each higher power is a shrinking sliver: — every step is ten times tinier.

Figure — Applications — approximation, evaluating limits

Why the topic needs it. A Taylor series is built entirely out of powers of . The whole trick — "far-away terms are negligible" — only works because for small inputs, higher powers vanish fast. Look at the figure: by the bar is invisible.


2. Factorial — the shrinking denominator

The picture. Factorials explode upward — but in a Taylor series they sit underneath as denominators, so they crush each term downward. Powers grow, factorials grow faster, so the ratio collapses toward zero.

Figure — Applications — approximation, evaluating limits

Why the topic needs it. Every coefficient in the four standard series carries a . That is why Taylor series converge so beautifully: the factorial denominator eventually beats any fixed power in the numerator. It is the engine behind "the leftover error is tiny."


3. The summation sign — a compact "add up" instruction

The picture. Imagine a conveyor belt. is the item counter; for each you drop the term into a growing pile, and is the total in the pile. When the top is , the belt never stops — that is an infinite series.

Why the topic needs it. The parent's master formula is unreadable until is a friend. It's shorthand for "add up infinitely many polynomial pieces."


4. Function and its value at a point — ,

The picture. is the height of the curve directly above the point on the horizontal axis. That height is the very first ingredient of the polynomial twin: before matching slope or curve, we match height.

Why the topic needs it. Taylor series are built near a chosen point (the "centre"). Everything is measured by how far you drift, , from that home base. When the series gets the special name Maclaurin.


5. The derivative and higher derivatives

The picture. Three readings of the curve at the point :

  • = height (where you are),
  • = tilt (which way and how steeply you're heading),
  • = bend (how sharply the road curves).
Figure — Applications — approximation, evaluating limits

Why the topic needs it. The coefficient is literally built from these derivatives. Each derivative supplies one more piece of information — height, then tilt, then bend, then finer wiggles — so the polynomial matches the true function ever more closely. That is the entire logic of why Taylor's formula is the "best" polynomial fit.


6. Approximately equal , absolute value , less-than ,

The picture. is the distance between the input and the centre on the number line — no negatives allowed for a distance. In an error bound like , the left side reads "the size of the leftover error" and the right side is "our guaranteed ceiling on it."

Why the topic needs it. Approximation is worthless without honesty about how wrong we might be. turns a guess into a guarantee; makes "how far off" a clean, sign-free quantity.


7. The remainder and the bound

The picture. is the visible polynomial curve; is the tiny vertical gap between it and the true curve. As grows, that gap shrinks. is a "worst-case guess" that lets us wall the gap in without knowing it exactly.

Why the topic needs it. This is the difference between "roughly " and ", correct to 6 decimals — provably." The remainder machinery is the trust in the whole method. (Explored fully in Lagrange Remainder & Error Estimation.)


8. The indeterminate form

The picture. Two runners both sprinting toward zero. Whoever shrinks slower dominates the ratio. Series expansion is our slow-motion camera: it reveals the leading power of each runner, and the ratio of those leading powers is the answer.

Why the topic needs it. Half the parent note is about killing these limits by substituting series and cancelling the lowest power. Without recognising as "a race, not a number," the trick has no motivation. (L'Hôpital's Rule is the alternative decider.)


Prerequisite map

Powers x^n

Coefficient c_n

Factorials n!

Derivatives f^n at a

Value f a = height

Summation sign sum

Taylor series

Truncate to P_N

Remainder R_N and bound M

Absolute value and inequalities

Approximate values

Kill 0 over 0 limits

Indeterminate 0 over 0

Read it top-down: raw symbols (powers, factorials, derivatives) fuse into the coefficient, the summation sign strings coefficients into the series, and the series then branches into the topic's two jobs — approximating (guarded by the remainder) and killing limits (triggered by ).


Equipment checklist

Test yourself — reveal only after answering.

What does equal, and why?
— multiplying nothing leaves the multiplicative "do-nothing" value.
Compute .
().
Why do factorial denominators make a series converge?
They grow faster than any fixed power in the numerator, so .
Unroll .
.
What geometric quantity is ?
The slope (steepness) of the tangent line at the point .
What does mean — cube or third derivative?
Third derivative (differentiate three times); parentheses signal a derivative count.
What is ?
itself (differentiate zero times).
What does represent?
The distance between input and centre on the number line.
In , what is ?
A chosen safe upper bound for on the interval.
Why is not an answer?
It signals a race between top and bottom shrinking; a finer tool (series) must decide the winner.
When , what is the Taylor series called?
A Maclaurin series.

Connections