A differentiable function near a point looks roughly like its tangent line. This observation gives a quick way to estimate function values without resorting to calculators or tables.
The linear approximation
For differentiable f near a, and a small displacement h,
f(a+h)≈f(a)+h⋅f′(a).
The right side is the value at a+h of the tangent line at a. The approximation is exact at h=0 and degrades as ∣h∣ grows.
Differential notation
In Leibniz notation, dy=f′(x)dx. The differential dy is the change in y along the tangent line; the actual change is Δy=f(x+Δx)−f(x). For small Δx, Δy≈dy.
Procedure
Identify the function f and the base point a.
Compute f(a) and f′(a).
Choose h so that a+h is the value where we want f.
Estimate f(a+h)≈f(a)+hf′(a).
Worked example: estimate 36.5
Take f(x)=x, a=36, h=0.5. f(36)=6, f′(x)=1/(2x), f′(36)=1/12.
36.5≈6+0.5⋅1/12=6+1/24=6.0417.
Actual value: 6.0415. Excellent agreement.
Worked example: estimate sin31°
Convert to radians: 30°=π/6, 1°=π/180. So 31°=π/6+π/180.
Take f(x)=sinx, a=π/6, h=π/180. f(π/6)=1/2. f′(π/6)=cos(π/6)=3/2.
If x is measured with error Δx, the resulting error in y=f(x) is Δy≈f′(x)Δx. The relative error is Δy/y≈(xf′(x)/f(x))(Δx/x), useful in error propagation.
Hmm, base point should be near 0.7 where cube root is known. f(x)=x1/3, a=0.729 (cube of 0.9), h=−0.029. f(0.729)=0.9,f′(0.729)=(1/3)(0.729)−2/3=1/(3⋅0.81)≈0.4115.
30.7≈0.9+(−0.029)(0.4115)=0.9−0.0119=0.8881.
Actual: 0.8879. Close.
Example 4. A square plate of side 5 cm is heated, increasing each side by 1 mm. Find the approximate increase in area.
Area A=x2. dA=2xdx=2⋅5⋅0.1=1 cm2.
Example 5. Find the approximate change in volume of a cube of side 5 cm if each side is increased by 2%.
V=x3. dV/V=3dx/x, so percentage change in volume is 3⋅2%=6%. Numerically: V=125, dV=0.06⋅125=7.5 cm3.
Example 6. A piece of wire is bent into a square. Find the approximate change in area if the side length increases from 10 cm to 10.05 cm.
A=x2, dA=2xdx=20⋅0.05=1 cm2.
Try it yourself
Estimate 37.
Estimate 38.06.
Estimate (0.999)5.
Estimate sin89°.
Estimate cos60.1°.
Estimate tan46°.
Estimate loge1.05 given loge1=0.
The radius of a sphere is measured as 9 cm with error 0.03. Find the approximate error in volume.
Each side of a cube increases by 1%. Find approximate change in surface area.
Estimate ln100 given ln99≈4.595.
Estimate (15.1)2.
Estimate 1/0.99.
Estimate e0.05 given e0=1.
The radius of a circular disc is 10 cm with error 0.02. Find percentage error in area.
Pitfalls / Tricks
The approximation is good only for smallh. Far from a, it can be wildly wrong.
Choose the base point a where f(a) and f′(a) are easy to compute , typically a clean value like a perfect square.
For percentage error in a power y=xn: percent error in y is roughly n times percent error in x.
In angle problems, always convert degrees to radians first.
Next, the most important section: maxima and minima.
Practice quiz
Quick check on this topic.
Quiz
Quick check — Approximations
6 questions · pick the best answer
Q1
Using differentials, 36.6≈:
Q2
Approximate (1.02)5 using differentials:
Q3
For y=x2, if x=2 and Δx=0.01, then Δy≈:
Q4
Approximate 327.06:
Q5
If f(x)=lnx, then f(1.02)≈:
Q6
Relative error in volume of a sphere when radius has 1% error is approximately: