4.1.32 · D3Calculus I — Limits & Derivatives

Worked examples — Linear approximation and differentials

2,569 words12 min readBack to topic

Everything here rests on the parent Linear approximation and differentials and its engine Derivative as a limit. If any symbol looks unfamiliar, it was defined there.


The scenario matrix

Before solving anything, let's list what can vary. Three knobs change the flavour of a problem:

Cell What varies Sign / case Example that hits it
A Step direction target above base (, step ) Ex 1 ()
B Step direction target below base (, step ) Ex 2 ()
C Curvature curve bends down (concave), line over-shoots Ex 1 & 2 (√ is concave)
D Curvature curve bends up (convex), line under-shoots Ex 3 ()
E Degenerate slope — the line is flat Ex 4 ( near )
F Base at zero , step collapses to Ex 5 ()
G Word problem measurement → error, real units Ex 6 (cone volume)
H Exam twist pick your own ; combine ideas Ex 7 ()
I Limiting behaviour how error grows with step size Ex 8 (error scaling)
J Negative slope — a decreasing function Ex 9 ( at )
Figure — Linear approximation and differentials

Example 1 — Cell A + C: step up, concave curve


Example 2 — Cell B + C: step down, concave curve


Example 3 — Cell D: convex curve, line under-shoots


Example 4 — Cell E: flat tangent,

Figure — Linear approximation and differentials

Example 5 — Cell F: base at zero, memorizable formula


Example 6 — Cell G: real-world word problem with units


Example 7 — Cell H: exam twist, choose your own , mixed units


Example 8 — Cell I: limiting behaviour, how error scales

Figure — Linear approximation and differentials

Example 9 — Cell J: negative slope, a decreasing function


Active recall

Recall Which cells over-estimate and which under-estimate?

Concave (bends down, ): line above ⇒ over. Convex (bends up, ): line below ⇒ under. Concave over/under? ::: Over-estimate. Convex over/under? ::: Under-estimate.

Recall Does a negative slope change whether we over- or under-estimate?

No — over/under is decided by (curvature), not by the sign of . The slope's sign only sets which way the walk goes. What controls over vs under? ::: The sign of , not .

Recall Why did

need radians? Because only holds in radians; using a degree step of gives nonsense. What step (in radians) is ? ::: .

Recall If the step shrinks by

, the error shrinks by...? — the error scales like . Error of linear approx scales like? ::: .


Connections

  • Linear approximation and differentials — the parent tool these examples exercise.
  • Derivative as a limit — supplies every slope used above.
  • Tangent line — the line we ride in each case.
  • Concavity and second derivative — the sign that decides over/under-shoot.
  • Taylor series — the leftover is the degree-2 term.
  • Newton's method — Example 4 shows why flat slopes () break it.
  • Error propagation — Example 6's cone is a direct application of .