This page assumes you have seen nothing. Before you can read the parent topic, you must own each symbol below. We build them in order — every later one leans on an earlier one.
Picture. In the figure above, a is the orange dot on the horizontal axis, and f(a) is its height (orange). Our copycat polynomial will be perfect right at a and drift as you walk away.
Why the topic needs it. Taylor approximation is local: excellent near a, worse far away. The distance you walk from a is called x−a, and it controls the whole error.
Before symbols, a picture: zoom into any smooth curve far enough and it looks like a straight line. The steepness of that line is the slope.
Picture. Below, the green line just kisses the blue curve at a (it touches without crossing). Its steepness isf′(a).
Why the topic needs it. The first useful copycat is the tangent line f(a)+f′(a)(x−a): same height, same slope as f at a. Taylor just keeps adding more matching qualities.
If the derivative is itself a machine (slope at every point), we can take its derivative — the rate at which the slope changes. That measures bendiness (curvature).
Picture. Look below: three curves with the same height and slope at a but different bending. f′′ is what tells them apart — it is the first thing the slope alone cannot capture.
Why the topic needs it. A degree-n Taylor polynomial forces f and the polynomial to share f(a),f′(a),…,f(n)(a) — all n+1 of these matched qualities. The error is then governed by the very next unmatched one, f(n+1).
Picture. Factorials explode. Below, plotted against k, you can see how quickly k! towers over ordinary powers — it crushes whatever sits above it in a fraction.
Why the topic needs it. In the error bound (n+1)!M∣x−a∣n+1, the factorial in the denominator grows so violently that even a big top can be squashed to near zero — this is why adding a few Taylor terms makes the error tiny.
Why the topic needs it. Error can be positive (undershoot) or negative (overshoot); we only care how big. So the theorem bounds ∣Rn(x)∣, the magnitude of the gap.
Picture idea. Imagine the curve of ∣f(n+1)∣ over the interval; M is a flat horizontal ceiling drawn above its highest peak. We don't need the exact peak — any honest ceiling works.
Why the topic needs it.M is what turns the un-computable exact remainder into a usable, provable error estimate.