The Linear Map
If we zoom in enough on any differentiable curve, it looks like a straight line. We can use the tangent line at a point \(a\) to approximate the function values nearby:
\[L(x) = f(a) + f'(a)(x - a)\]
This is the First-Order Taylor Approximation.
Worked Examples
Example 1: Approximating a Square Root
Use linear approximation to estimate \(\sqrt{4.1}\).
- Let \(f(x) = \sqrt{x}\). Choose a nearby "easy" point \(a = 4\).
- \(f(4) = 2\).
- \(f'(x) = \frac{1}{2\sqrt{x}}\), so \(f'(4) = \frac{1}{4} = 0.25\).
- \(L(4.1) = f(4) + f'(4)(4.1 - 4) = 2 + 0.25(0.1) = 2.025\).
- Result: \(2.025\) (Actual value is \(\approx 2.0248\)).
The Bridge to Quantum Mechanics
Linear approximation is the basis for Perturbation Theory in Quantum Mechanics. Most quantum problems cannot be solved exactly. Instead, we take a system we can solve (like a simple harmonic oscillator) and add a tiny "perturbation" (a small change). We use linear approximation to see how the energy levels and wavefunctions shift. This is how we calculate the effects of external magnetic fields on atoms.