Math Lab
Home/Class XII/Ch 6/Approximations using differentials

Approximations using differentials

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 ff near aa, and a small displacement hh,

f(a+h)f(a)+hf(a).f(a + h) \approx f(a) + h \cdot f'(a).

The right side is the value at a+ha + h of the tangent line at aa. The approximation is exact at h=0h = 0 and degrades as h|h| grows.

Differential notation

In Leibniz notation, dy=f(x)dxdy = f'(x)\,dx. The differential dydy is the change in yy along the tangent line; the actual change is Δy=f(x+Δx)f(x)\Delta y = f(x + \Delta x) - f(x). For small Δx\Delta x, Δydy\Delta y \approx dy.

Procedure

  1. Identify the function ff and the base point aa.
  2. Compute f(a)f(a) and f(a)f'(a).
  3. Choose hh so that a+ha + h is the value where we want ff.
  4. Estimate f(a+h)f(a)+hf(a)f(a + h) \approx f(a) + h f'(a).

Worked example: estimate 36.5\sqrt{36.5}

Take f(x)=xf(x) = \sqrt x, a=36a = 36, h=0.5h = 0.5. f(36)=6f(36) = 6, f(x)=1/(2x)f'(x) = 1/(2\sqrt x), f(36)=1/12f'(36) = 1/12.

36.56+0.51/12=6+1/24=6.0417\sqrt{36.5} \approx 6 + 0.5 \cdot 1/12 = 6 + 1/24 = 6.0417.

Actual value: 6.04156.0415. Excellent agreement.

Worked example: estimate sin31°\sin 31°

Convert to radians: 30°=π/630° = \pi/6, 1°=π/1801° = \pi/180. So 31°=π/6+π/18031° = \pi/6 + \pi/180.

Take f(x)=sinxf(x) = \sin x, a=π/6a = \pi/6, h=π/180h = \pi/180. f(π/6)=1/2f(\pi/6) = 1/2. f(π/6)=cos(π/6)=3/2f'(\pi/6) = \cos(\pi/6) = \sqrt 3/2.

sin31°1/2+(π/180)(3/2)=0.5+(0.01745)(0.866)=0.5+0.01511=0.5151\sin 31° \approx 1/2 + (\pi/180)(\sqrt 3/2) = 0.5 + (0.01745)(0.866) = 0.5 + 0.01511 = 0.5151.

Actual value: 0.51500.5150. Within 0.00010.0001.

Percentage errors

If xx is measured with error Δx\Delta x, the resulting error in y=f(x)y = f(x) is Δyf(x)Δx\Delta y \approx f'(x)\,\Delta x. The relative error is Δy/y(xf(x)/f(x))(Δx/x)\Delta y / y \approx (x f'(x) / f(x))(\Delta x / x), useful in error propagation.

Worked examples

Example 1. Estimate 25.3\sqrt{25.3}.

f(x)=xf(x) = \sqrt x, a=25,h=0.3a = 25, h = 0.3. f(25)=5,f(25)=1/10f(25) = 5, f'(25) = 1/10. Estimate: 5+0.3/10=5.035 + 0.3/10 = 5.03. Actual: 5.02995.0299.

Example 2. Estimate (1.001)10(1.001)^{10}.

f(x)=x10f(x) = x^{10}, a=1,h=0.001a = 1, h = 0.001. f(1)=1,f(1)=10f(1) = 1, f'(1) = 10. Estimate: 1+10(0.001)=1.011 + 10(0.001) = 1.01. Actual: 1.01005\approx 1.01005.

Example 3. Estimate 0.73\sqrt[3]{0.7}.

Hmm, base point should be near 0.70.7 where cube root is known. f(x)=x1/3f(x) = x^{1/3}, a=0.729a = 0.729 (cube of 0.90.9), h=0.029h = -0.029. f(0.729)=0.9,f(0.729)=(1/3)(0.729)2/3=1/(30.81)0.4115f(0.729) = 0.9, f'(0.729) = (1/3)(0.729)^{-2/3} = 1/(3 \cdot 0.81) \approx 0.4115.

0.730.9+(0.029)(0.4115)=0.90.0119=0.8881\sqrt[3]{0.7} \approx 0.9 + (-0.029)(0.4115) = 0.9 - 0.0119 = 0.8881.

Actual: 0.88790.8879. Close.

Example 4. A square plate of side 55 cm is heated, increasing each side by 11 mm. Find the approximate increase in area.

Area A=x2A = x^2. dA=2xdx=250.1=1dA = 2x \, dx = 2 \cdot 5 \cdot 0.1 = 1 cm2^2.

Example 5. Find the approximate change in volume of a cube of side 55 cm if each side is increased by 2%2\%.

V=x3V = x^3. dV/V=3dx/xdV/V = 3 \, dx/x, so percentage change in volume is 32%=6%3 \cdot 2\% = 6\%. Numerically: V=125V = 125, dV=0.06125=7.5dV = 0.06 \cdot 125 = 7.5 cm3^3.

Example 6. A piece of wire is bent into a square. Find the approximate change in area if the side length increases from 1010 cm to 10.0510.05 cm.

A=x2A = x^2, dA=2xdx=200.05=1dA = 2x \, dx = 20 \cdot 0.05 = 1 cm2^2.

Try it yourself

  1. Estimate 37\sqrt{37}.
  2. Estimate 8.063\sqrt[3]{8.06}.
  3. Estimate (0.999)5(0.999)^{5}.
  4. Estimate sin89°\sin 89°.
  5. Estimate cos60.1°\cos 60.1°.
  6. Estimate tan46°\tan 46°.
  7. Estimate loge1.05\log_e 1.05 given loge1=0\log_e 1 = 0.
  8. The radius of a sphere is measured as 99 cm with error 0.030.03. Find the approximate error in volume.
  9. Each side of a cube increases by 1%1\%. Find approximate change in surface area.
  10. Estimate ln100\ln 100 given ln994.595\ln 99 \approx 4.595.
  11. Estimate (15.1)2(15.1)^2.
  12. Estimate 1/0.991/\sqrt{0.99}.
  13. Estimate e0.05e^{0.05} given e0=1e^0 = 1.
  14. The radius of a circular disc is 1010 cm with error 0.020.02. Find percentage error in area.

Pitfalls / Tricks

  • The approximation is good only for small hh. Far from aa, it can be wildly wrong.
  • Choose the base point aa where f(a)f(a) and f(a)f'(a) are easy to compute , typically a clean value like a perfect square.
  • For percentage error in a power y=xny = x^n: percent error in yy is roughly nn times percent error in xx.
  • 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\sqrt{36.6}\approx:

Q2

Approximate (1.02)5(1.02)^5 using differentials:

Q3

For y=x2y=x^2, if x=2x=2 and Δx=0.01\Delta x=0.01, then Δy\Delta y\approx:

Q4

Approximate 27.063\sqrt[3]{27.06}:

Q5

If f(x)=lnxf(x)=\ln x, then f(1.02)f(1.02)\approx:

Q6

Relative error in volume of a sphere when radius has 1% error is approximately: