We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

Study Guides > Calculus Volume 1

Linear Approximations and Differentials

Learning Objectives

  • Describe the linear approximation to a function at a point.
  • Write the linearization of a given function.
  • Draw a graph that illustrates the use of differentials to approximate the change in a quantity.
  • Calculate the relative error and percentage error in using a differential approximation.

We have just seen how derivatives allow us to compare related quantities that are changing over time. In this section, we examine another application of derivatives: the ability to approximate functions locally by linear functions. Linear functions are the easiest functions with which to work, so they provide a useful tool for approximating function values. In addition, the ideas presented in this section are generalized in the second volume of this text, when we studied how to approximate functions by higher-degree polynomials in the Introduction to Power Series and Functions.

Linear Approximation of a Function at a Point

Consider a function ff that is differentiable at a point x=ax=a. Recall that the tangent line to the graph of ff at aa is given by the equation

y=f(a)+f(a)(xa)y=f(a)+f^{\prime}(a)(x-a).

For example, consider the function f(x)=1xf(x)=\frac{1}{x} at a=2a=2. Since ff is differentiable at x=2x=2 and f(x)=1x2f^{\prime}(x)=-\frac{1}{x^2}, we see that f(2)=14f^{\prime}(2)=-\frac{1}{4}. Therefore, the tangent line to the graph of ff at a=2a=2 is given by the equation

y=1214(x2)y=\frac{1}{2}-\frac{1}{4}(x-2).

(Figure)(a) shows a graph of f(x)=1xf(x)=\frac{1}{x} along with the tangent line to ff at x=2x=2. Note that for xx near 2, the graph of the tangent line is close to the graph of ff. As a result, we can use the equation of the tangent line to approximate f(x)f(x) for xx near 2. For example, if x=2.1x=2.1, the yy value of the corresponding point on the tangent line is

y=1214(2.12)=0.475y=\frac{1}{2}-\frac{1}{4}(2.1-2)=0.475.

The actual value of f(2.1)f(2.1) is given by

f(2.1)=12.10.47619f(2.1)=\frac{1}{2.1}\approx 0.47619.

Therefore, the tangent line gives us a fairly good approximation of f(2.1)f(2.1) ((Figure)(b)). However, note that for values of xx far from 2, the equation of the tangent line does not give us a good approximation. For example, if x=10x=10, the yy-value of the corresponding point on the tangent line is

y=1214(102)=122=1.5y=\frac{1}{2}-\frac{1}{4}(10-2)=\frac{1}{2}-2=-1.5,

whereas the value of the function at x=10x=10 is f(10)=0.1f(10)=0.1.

This figure has two parts a and b. In figure a, the line f(x) = 1/x is shown with its tangent line at x = 2. In figure b, the area near the tangent point is blown up to show how good of an approximation the tangent is near x = 2. Figure 1. (a) The tangent line to f(x)=1/xf(x)=1/x at x=2x=2 provides a good approximation to ff for xx near 2. (b) At x=2.1x=2.1, the value of yy on the tangent line to f(x)=1/xf(x)=1/x is 0.475. The actual value of f(2.1)f(2.1) is 1/2.11/2.1, which is approximately 0.47619.

In general, for a differentiable function ff, the equation of the tangent line to ff at x=ax=a can be used to approximate f(x)f(x) for xx near aa. Therefore, we can write

f(x)f(a)+f(a)(xa)f(x)\approx f(a)+f^{\prime}(a)(x-a) for xx near aa.
We call the linear function
L(x)=f(a)+f(a)(xa)L(x)=f(a)+f^{\prime}(a)(x-a)

the linear approximation, or tangent line approximation, of ff at x=ax=a. This function LL is also known as the linearization of ff at x=ax=a.

To show how useful the linear approximation can be, we look at how to find the linear approximation for f(x)=xf(x)=\sqrt{x} at x=9x=9.

Linear Approximation of x\sqrt{x}

Find the linear approximation of f(x)=xf(x)=\sqrt{x} at x=9x=9 and use the approximation to estimate 9.1\sqrt{9.1}.

Answer:

Since we are looking for the linear approximation at x=9x=9, using (Figure) we know the linear approximation is given by

L(x)=f(9)+f(9)(x9)L(x)=f(9)+f^{\prime}(9)(x-9).

We need to find f(9)f(9) and f(9)f^{\prime}(9).

f(x)=xf(9)=9=3f(x)=12xf(9)=129=16\begin{array}{lll} f(x)=\sqrt{x}& \Rightarrow & f(9)=\sqrt{9}=3 \\ f^{\prime}(x)=\frac{1}{2\sqrt{x}}& \Rightarrow & f^{\prime}(9)=\frac{1}{2\sqrt{9}}=\frac{1}{6} \end{array}

Therefore, the linear approximation is given by (Figure).

L(x)=3+16(x9)L(x)=3+\frac{1}{6}(x-9)

Using the linear approximation, we can estimate 9.1\sqrt{9.1} by writing

9.1=f(9.1)L(9.1)=3+16(9.19)3.0167\sqrt{9.1}=f(9.1)\approx L(9.1)=3+\frac{1}{6}(9.1-9)\approx 3.0167.
The function f(x) = the square root of x is shown with its tangent at (9, 3). The tangent appears to be a very good approximation from x = 6 to x = 12. Figure 2. The local linear approximation to f(x)=xf(x)=\sqrt{x} at x=9x=9 provides an approximation to ff for xx near 9.

Analysis

Using a calculator, the value of 9.1\sqrt{9.1} to four decimal places is 3.0166. The value given by the linear approximation, 3.0167, is very close to the value obtained with a calculator, so it appears that using this linear approximation is a good way to estimate x\sqrt{x}, at least for xx near 9. At the same time, it may seem odd to use a linear approximation when we can just push a few buttons on a calculator to evaluate 9.1\sqrt{9.1}. However, how does the calculator evaluate 9.1\sqrt{9.1}? The calculator uses an approximation! In fact, calculators and computers use approximations all the time to evaluate mathematical expressions; they just use higher-degree approximations.

Find the local linear approximation to f(x)=x3f(x)=\sqrt[3]{x} at x=8x=8. Use it to approximate 8.13\sqrt[3]{8.1} to five decimal places.

Answer:

L(x)=2+112(x8)L(x)=2+\frac{1}{12}(x-8); 2.00833

Hint

L(x)=f(a)+f(a)(xa)L(x)=f(a)+f^{\prime}(a)(x-a)

Linear Approximation of sinx \sin x

Find the linear approximation of f(x)=sinxf(x)= \sin x at x=π3x=\frac{\pi}{3} and use it to approximate sin(62)\sin (62^{\circ}).

Answer:

First we note that since π3\frac{\pi}{3} rad is equivalent to 6060^{\circ}, using the linear approximation at x=π/3x=\pi /3 seems reasonable. The linear approximation is given by

L(x)=f(π3)+f(π3)(xπ3)L(x)=f(\frac{\pi}{3})+f^{\prime}(\frac{\pi}{3})(x-\frac{\pi}{3}).

We see that

f(x)=sinxf(π3)=sin(π3)=32f(x)=cosxf(π3)=cos(π3)=12\begin{array}{lll}f(x)= \sin x & \Rightarrow & f(\frac{\pi}{3})= \sin (\frac{\pi}{3})=\frac{\sqrt{3}}{2} \\ f^{\prime}(x)= \cos x & \Rightarrow & f^{\prime}(\frac{\pi}{3})= \cos (\frac{\pi}{3})=\frac{1}{2} \end{array}

Therefore, the linear approximation of ff at x=π/3x=\pi /3 is given by (Figure).

L(x)=32+12(xπ3)L(x)=\frac{\sqrt{3}}{2}+\frac{1}{2}(x-\frac{\pi}{3})

To estimate sin(62) \sin (62^{\circ}) using LL, we must first convert 6262^{\circ} to radians. We have 62=62π18062^{\circ}=\frac{62\pi}{180} radians, so the estimate for sin(62) \sin (62^{\circ}) is given by

sin(62)=f(62π180)L(62π180)=32+12(62π180π3)=32+12(2π180)=32+π1800.88348 \sin (62^{\circ})=f(\frac{62\pi}{180})\approx L(\frac{62\pi }{180})=\frac{\sqrt{3}}{2}+\frac{1}{2}(\frac{62\pi }{180}-\frac{\pi }{3})=\frac{\sqrt{3}}{2}+\frac{1}{2}(\frac{2\pi }{180})=\frac{\sqrt{3}}{2}+\frac{\pi }{180}\approx 0.88348.
The function f(x) = sin x is shown with its tangent at (π/3, square root of 3 / 2). The tangent appears to be a very good approximation for x near π / 3. Figure 3. The linear approximation to f(x)=sinxf(x)= \sin x at x=π/3x=\pi \text{/}3 provides an approximation to sinx \sin x for xx near π/3.\pi \text{/}3.

Find the linear approximation for f(x)=cosxf(x)= \cos x at x=π2x=\frac{\pi }{2}.

Answer: L(x)=x+π2L(x)=−x+\frac{\pi}{2}

Hint

L(x)=f(a)+f(a)(xa)L(x)=f(a)+f^{\prime}(a)(x-a)

Linear approximations may be used in estimating roots and powers. In the next example, we find the linear approximation for f(x)=(1+x)nf(x)=(1+x)^n at x=0x=0, which can be used to estimate roots and powers for real numbers near 1. The same idea can be extended to a function of the form f(x)=(m+x)nf(x)=(m+x)^n to estimate roots and powers near a different number mm.

Approximating Roots and Powers

Find the linear approximation of f(x)=(1+x)nf(x)=(1+x)^n at x=0x=0. Use this approximation to estimate (1.01)3(1.01)^3.

Answer:

The linear approximation at x=0x=0 is given by

L(x)=f(0)+f(0)(x0)L(x)=f(0)+f^{\prime}(0)(x-0).

Because

f(x)=(1+x)nf(0)=1f(x)=n(1+x)n1f(0)=n,\begin{array}{lll} f(x)=(1+x)^n & \Rightarrow & f(0)=1 \\ f^{\prime}(x)=n(1+x)^{n-1} & \Rightarrow & f^{\prime}(0)=n, \end{array}

the linear approximation is given by (Figure)(a).

L(x)=1+n(x0)=1+nxL(x)=1+n(x-0)=1+nx

We can approximate (1.01)3(1.01)^3 by evaluating L(0.01)L(0.01) when n=3n=3. We conclude that

(1.01)3=f(1.01)L(1.01)=1+3(0.01)=1.03(1.01)^3=f(1.01)\approx L(1.01)=1+3(0.01)=1.03.
This figure has two parts a and b. In figure a, the line f(x) = (1 + x)3 is shown with its tangent line at (0, 1). In figure b, the area near the tangent point is blown up to show how good of an approximation the tangent is near (0, 1). Figure 4. (a) The linear approximation of f(x)f(x) at x=0x=0 is L(x)L(x). (b) The actual value of 1.0131.01^3 is 1.030301. The linear approximation of f(x)f(x) at x=0x=0 estimates 1.0131.01^3 to be 1.03.

Find the linear approximation of f(x)=(1+x)4f(x)=(1+x)^4 at x=0x=0 without using the result from the preceding example.

Answer:

L(x)=1+4xL(x)=1+4x

Hint

f(x)=4(1+x)3f^{\prime}(x)=4(1+x)^3

Differentials

We have seen that linear approximations can be used to estimate function values. They can also be used to estimate the amount a function value changes as a result of a small change in the input. To discuss this more formally, we define a related concept: differentials. Differentials provide us with a way of estimating the amount a function changes as a result of a small change in input values.

When we first looked at derivatives, we used the Leibniz notation dy/dxdy/dx to represent the derivative of yy with respect to xx. Although we used the expressions dydy and dxdx in this notation, they did not have meaning on their own. Here we see a meaning to the expressions dydy and dxdx. Suppose y=f(x)y=f(x) is a differentiable function. Let dxdx be an independent variable that can be assigned any nonzero real number, and define the dependent variable dydy by

dy=f(x)dxdy=f^{\prime}(x) \, dx.

It is important to notice that dydy is a function of both xx and dxdx. The expressions dydy and dxdx are called differentials. We can divide both sides of (Figure) by dxdx, which yields

dydx=f(x)\frac{dy}{dx}=f^{\prime}(x).

This is the familiar expression we have used to denote a derivative. (Figure) is known as the differential form of (Figure).

Computing differentials

For each of the following functions, find dydy and evaluate when x=3x=3 and dx=0.1dx=0.1.

  1. y=x2+2xy=x^2+2x
  2. y=cosxy= \cos x

Answer:

The key step is calculating the derivative. When we have that, we can obtain dydy directly.

  1. Since f(x)=x2+2xf(x)=x^2+2x, we know f(x)=2x+2f^{\prime}(x)=2x+2, and therefore
    dy=(2x+2)dxdy=(2x+2) \, dx.
    When x=3x=3 and dx=0.1dx=0.1,
    dy=(23+2)(0.1)=0.8dy=(2 \cdot 3+2)(0.1)=0.8.
  2. Since f(x)=cosxf(x)= \cos x, f(x)=sin(x)f^{\prime}(x)=−\sin (x). This gives us
    dy=sinxdxdy=−\sin x \, dx.
    When x=3x=3 and dx=0.1dx=0.1,
    dy=sin(3)(0.1)=0.1sin(3)dy=−\sin (3)(0.1)=-0.1 \sin (3).

For y=ex2y=e^{x^2}, find dydy.

Answer:

dy=2xex2dxdy=2xe^{x^2} \, dx

Hint

dy=f(x)dxdy=f^{\prime}(x)dx

We now connect differentials to linear approximations. Differentials can be used to estimate the change in the value of a function resulting from a small change in input values. Consider a function ff that is differentiable at point aa. Suppose the input xx changes by a small amount. We are interested in how much the output yy changes. If xx changes from aa to a+dxa+dx, then the change in xx is dxdx (also denoted Δx\Delta x), and the change in yy is given by

Δy=f(a+dx)f(a)\Delta y=f(a+dx)-f(a).

Instead of calculating the exact change in yy, however, it is often easier to approximate the change in yy by using a linear approximation. For xx near aa, f(x)f(x) can be approximated by the linear approximation

L(x)=f(a)+f(a)(xa)L(x)=f(a)+f^{\prime}(a)(x-a).

Therefore, if dxdx is small,

f(a+dx)L(a+dx)=f(a)+f(a)(a+dxa)f(a+dx)\approx L(a+dx)=f(a)+f^{\prime}(a)(a+dx-a).

That is,

f(a+dx)f(a)L(a+dx)f(a)=f(a)dx.f(a+dx)-f(a)\approx L(a+dx)-f(a)=f^{\prime}(a) \, dx.

In other words, the actual change in the function ff if xx increases from aa to a+dxa+dx is approximately the difference between L(a+dx)L(a+dx) and f(a)f(a), where L(x)L(x) is the linear approximation of ff at aa. By definition of L(x)L(x), this difference is equal to f(a)dxf^{\prime}(a)dx. In summary,

Δy=f(a+dx)f(a)L(a+dx)f(a)=f(a)dx=dy\Delta y=f(a+dx)-f(a)\approx L(a+dx)-f(a)=f^{\prime}(a) \, dx=dy.

Therefore, we can use the differential dy=f(a)dxdy=f^{\prime}(a) \, dx to approximate the change in yy if xx increases from x=ax=a to x=a+dxx=a+dx. We can see this in the following graph.

A function y = f(x) is shown along with its tangent line at (a, f(a)). The tangent line is denoted L(x). The x axis is marked with a and a + dx, with a dashed line showing the distance between a and a + dx as dx. The points (a + dx, f(a + dx)) and (a + dx, L(a + dx)) are marked on the curves for y = f(x) and y = L(x), respectively. The distance between f(a) and L(a + dx) is marked as dy = f’(a) dx, and the distance between f(a) and f(a + dx) is marked as Δy = f(a + dx) – f(a). Figure 5. The differential dy=f(a)dxdy=f^{\prime}(a) \, dx is used to approximate the actual change in yy if xx increases from aa to a+dxa+dx.

We now take a look at how to use differentials to approximate the change in the value of the function that results from a small change in the value of the input. Note the calculation with differentials is much simpler than calculating actual values of functions and the result is very close to what we would obtain with the more exact calculation.

Approximating Change with Differentials

Let y=x2+2xy=x^2+2x. Compute Δy\Delta y and dydy at x=3x=3 if dx=0.1dx=0.1.

Answer:

The actual change in yy if xx changes from x=3x=3 to x=3.1x=3.1 is given by

Δy=f(3.1)f(3)=[(3.1)2+2(3.1)][32+2(3)]=0.81\Delta y=f(3.1)-f(3)=[(3.1)^2+2(3.1)]-[3^2+2(3)]=0.81

The approximate change in yy is given by dy=f(3)dxdy=f^{\prime}(3) \, dx. Since f(x)=2x+2f^{\prime}(x)=2x+2, we have

dy=f(3)dx=(2(3)+2)(0.1)=0.8dy=f^{\prime}(3) \, dx=(2(3)+2)(0.1)=0.8.

For y=x2+2xy=x^2+2x, find Δy\Delta y and dydy at x=3x=3 if dx=0.2dx=0.2.

Answer:

dy=1.6dy=1.6, Δy=1.64\Delta y=1.64

Hint

dy=f(3)dxdy=f^{\prime}(3) \, dx, Δy=f(3.2)f(3)\Delta y=f(3.2)-f(3)

Calculating the Amount of Error

Any type of measurement is prone to a certain amount of error. In many applications, certain quantities are calculated based on measurements. For example, the area of a circle is calculated by measuring the radius of the circle. An error in the measurement of the radius leads to an error in the computed value of the area. Here we examine this type of error and study how differentials can be used to estimate the error.

Consider a function ff with an input that is a measured quantity. Suppose the exact value of the measured quantity is aa, but the measured value is a+dxa+dx. We say the measurement error is dxdx (or Δx\Delta x). As a result, an error occurs in the calculated quantity f(x)f(x). This type of error is known as a propagated error and is given by

Δy=f(a+dx)f(a)\Delta y=f(a+dx)-f(a).

Since all measurements are prone to some degree of error, we do not know the exact value of a measured quantity, so we cannot calculate the propagated error exactly. However, given an estimate of the accuracy of a measurement, we can use differentials to approximate the propagated error Δy\Delta y. Specifically, if ff is a differentiable function at aa, the propagated error is

Δydy=f(a)dx\Delta y\approx dy=f^{\prime}(a) \, dx.

Unfortunately, we do not know the exact value aa. However, we can use the measured value a+dxa+dx, and estimate

Δydyf(a+dx)dx\Delta y\approx dy\approx f^{\prime}(a+dx) \, dx.

In the next example, we look at how differentials can be used to estimate the error in calculating the volume of a box if we assume the measurement of the side length is made with a certain amount of accuracy.

Volume of a Cube

Suppose the side length of a cube is measured to be 5 cm with an accuracy of 0.1 cm.

  1. Use differentials to estimate the error in the computed volume of the cube.
  2. Compute the volume of the cube if the side length is (i) 4.9 cm and (ii) 5.1 cm to compare the estimated error with the actual potential error.

Answer:

  1. The measurement of the side length is accurate to within ±0.1\pm 0.1 cm. Therefore,
    0.1dx0.1-0.1\le dx\le 0.1.
    The volume of a cube is given by V=x3V=x^3, which leads to
    dV=3x2dxdV=3x^2 \, dx.
    Using the measured side length of 5 cm, we can estimate that
    3(5)2(0.1)dV3(5)2(0.1)-3(5)^2(0.1)\le dV\le 3(5)^2(0.1).
    Therefore,
    7.5dV7.5-7.5\le dV\le 7.5.
  2. If the side length is actually 4.9 cm, then the volume of the cube is
    V(4.9)=(4.9)3=117.649cm3V(4.9)=(4.9)^3=117.649 \, \text{cm}^3.
    If the side length is actually 5.1 cm, then the volume of the cube is
    V(5.1)=(5.1)3=132.651cm3V(5.1)=(5.1)^3=132.651\, \text{cm}^3.
    Therefore, the actual volume of the cube is between 117.649 and 132.651. Since the side length is measured to be 5 cm, the computed volume is V(5)=53=125V(5)=5^3=125. Therefore, the error in the computed volume is
    117.649125ΔV132.651125117.649-125\le \Delta V\le 132.651-125.
    That is,
    7.351ΔV7.651-7.351\le \Delta V\le 7.651.
    We see the estimated error dVdV is relatively close to the actual potential error in the computed volume.

Estimate the error in the computed volume of a cube if the side length is measured to be 6 cm with an accuracy of 0.2 cm.

Answer:

The volume measurement is accurate to within 21.6cm321.6 \, \text{cm}^3.

Hint

dV=3x2dxdV=3x^2 \, dx

The measurement error dx(=Δx)dx \, (=\Delta x) and the propagated error Δy\Delta y are absolute errors. We are typically interested in the size of an error relative to the size of the quantity being measured or calculated. Given an absolute error Δq\Delta q for a particular quantity, we define the relative error as Δqq\frac{\Delta q}{q}, where qq is the actual value of the quantity. The percentage error is the relative error expressed as a percentage. For example, if we measure the height of a ladder to be 63 in. when the actual height is 62 in., the absolute error is 1 in. but the relative error is 162=0.016\frac{1}{62}=0.016, or 1.6%1.6 \%. By comparison, if we measure the width of a piece of cardboard to be 8.25 in. when the actual width is 8 in., our absolute error is 14\frac{1}{4} in., whereas the relative error is 0.258=132\frac{0.25}{8}=\frac{1}{32}, or 3.1%3.1\%. Therefore, the percentage error in the measurement of the cardboard is larger, even though 0.25 in. is less than 1 in.

Relative and Percentage Error

An astronaut using a camera measures the radius of Earth as 4000 mi with an error of ±80\pm 80 mi. Let’s use differentials to estimate the relative and percentage error of using this radius measurement to calculate the volume of Earth, assuming the planet is a perfect sphere.

Answer:

If the measurement of the radius is accurate to within ±80\pm 80, we have

80dr80-80\le dr\le 80.

Since the volume of a sphere is given by V=(43)πr3V=(\frac{4}{3})\pi r^3, we have

dV=4πr2drdV=4\pi r^2 \, dr.

Using the measured radius of 4000 mi, we can estimate

4π(4000)2(80)dV4π(4000)2(80)-4\pi (4000)^2(80)\le dV\le 4\pi (4000)^2(80).

To estimate the relative error, consider dVV\frac{dV}{V}. Since we do not know the exact value of the volume VV, use the measured radius r=4000r=4000 mi to estimate VV. We obtain V(43)π(4000)3V\approx (\frac{4}{3})\pi (4000)^3. Therefore the relative error satisfies

4π(4000)2(80)4π(4000)3/3dVV4π(4000)2(80)4π(4000)3/3\frac{-4\pi (4000)^2(80)}{4\pi (4000)^3 / 3}\le \frac{dV}{V}\le \frac{4\pi (4000)^2(80)}{4\pi (4000)^3 /3},

which simplifies to

0.06dVV0.06-0.06\le \frac{dV}{V}\le 0.06.

The relative error is 0.06 and the percentage error is 6%6 \%.

Determine the percentage error if the radius of Earth is measured to be 3950 mi with an error of ±100\pm 100 mi.

Answer:

7.6%

Hint

Use the fact that dV=4πr2drdV=4\pi r^2 \, dr to find dV/VdV/V.

Key Concepts

  • A differentiable function y=f(x)y=f(x) can be approximated at aa by the linear function
    L(x)=f(a)+f(a)(xa)L(x)=f(a)+f^{\prime}(a)(x-a).
  • For a function y=f(x)y=f(x), if xx changes from aa to a+dxa+dx, then
    dy=f(x)dxdy=f^{\prime}(x) \, dx
    is an approximation for the change in yy. The actual change in yy is
    Δy=f(a+dx)f(a)\Delta y=f(a+dx)-f(a).
  • A measurement error dxdx can lead to an error in a calculated quantity f(x)f(x). The error in the calculated quantity is known as the propagated error. The propagated error can be estimated by
    dyf(x)dxdy\approx f^{\prime}(x) \, dx.
  • To estimate the relative error of a particular quantity qq, we estimate Δqq\frac{\Delta q}{q}.

Key Equations

  • Linear approximation L(x)=f(a)+f(a)(xa)L(x)=f(a)+f^{\prime}(a)(x-a)
  • A differential dy=f(x)dxdy=f^{\prime}(x) \, dx.

1. What is the linear approximation for any generic linear function y=mx+by=mx+b?

2. Determine the necessary conditions such that the linear approximation function is constant. Use a graph to prove your result.

Answer:

f(a)=0f^{\prime}(a)=0

3. Explain why the linear approximation becomes less accurate as you increase the distance between xx and aa. Use a graph to prove your argument.

4. When is the linear approximation exact?

Answer:

The linear approximation exact when y=f(x)y=f(x) is linear or constant.

For the following exercises, find the linear approximation L(x)L(x) to y=f(x)y=f(x) near x=ax=a for the function.

5. [T]f(x)=x+x4,a=0f(x)=x+x^4, \, a=0

6. [T]f(x)=1x,a=2f(x)=\frac{1}{x}, \, a=2

Answer:

L(x)=1214(x2)L(x)=\frac{1}{2}-\frac{1}{4}(x-2)

7. [T]f(x)=tanx,a=π4f(x)= \tan x, \, a=\frac{\pi }{4}

8. [T]f(x)=sinx,a=π2f(x)= \sin x, \, a=\frac{\pi }{2}

Answer:

L(x)=1L(x)=1

9. [T]f(x)=xsinx,a=2πf(x)=x \sin x, \, a=2\pi

10. [T]f(x)=sin2x,a=0f(x)= \sin^2 x, \, a=0

Answer:

L(x)=0L(x)=0

For the following exercises, compute the values given within 0.01 by deciding on the appropriate f(x)f(x) and aa, and evaluating L(x)=f(a)+f(a)(xa)L(x)=f(a)+f^{\prime}(a)(x-a). Check your answer using a calculator.

11. [T] (2.001)6(2.001)^6

12. [T] sin(0.02)\sin (0.02)

Answer:

0.02

13. [T] cos(0.03) \cos (0.03)

14. [T] (15.99)1/4(15.99)^{1/4}

Answer:

1.9996875

15. [T] 10.98\frac{1}{0.98}

16. [T] sin(3.14) \sin (3.14)

Answer:

0.001593

For the following exercises, determine the appropriate f(x)f(x) and aa, and evaluate L(x)=f(a)+f(a)(xa).L(x)=f(a)+f^{\prime}(a)(x-a). Calculate the numerical error in the linear approximations that follow.

17. (1.01)3(1.01)^3

18. cos(0.01) \cos (0.01)

Answer:

11; error,  0.00005~0.00005

19. (sin(0.01))2(\sin (0.01))^2

20. (1.01)3(1.01)^{-3}

Answer:

0.970.97; error,  0.0006~0.0006

21. (1+110)10(1+\frac{1}{10})^{10}

22. 8.99\sqrt{8.99}

Answer:

316003-\frac{1}{600}; error,  4.632×107~4.632\times 10^{-7}

For the following exercises, find the differential of the function.

23. y=3x4+x22x+1y=3x^4+x^2-2x+1

24. y=xcosxy=x \cos x

Answer:

dy=(cosxxsinx)dxdy=(\cos x-x \sin x) \, dx

25. y=1+xy=\sqrt{1+x}

26. y=x2+2x1y=\frac{x^2+2}{x-1}

Answer:

dy=(x22x2(x1)2)dxdy=(\frac{x^2-2x-2}{(x-1)^2}) \, dx

For the following exercises, find the differential and evaluate for the given xx and dxdx.

27. y=3x2x+6y=3x^2-x+6, x=2x=2, dx=0.1dx=0.1

28. y=1x+1y=\frac{1}{x+1}, x=1x=1, dx=0.25dx=0.25

Answer:

dy=1(x+1)2dxdy=-\frac{1}{(x+1)^2} \, dx, 116-\frac{1}{16}

29. y=tanxy= \tan x, x=0x=0, dx=π10dx=\frac{\pi }{10}

30. y=3x2+2x+1y=\frac{3x^2+2}{\sqrt{x+1}}, x=0x=0, dx=0.1dx=0.1

Answer:

dy=9x2+12x22(x+1)3/2dxdy=\frac{9x^2+12x-2}{2(x+1)^{3/2}} \, dx, -0.1

31. y=sin(2x)xy=\frac{\sin (2x)}{x}, x=πx=\pi, dx=0.25dx=0.25

32. y=x3+2x+1xy=x^3+2x+\frac{1}{x}, x=1x=1, dx=0.05dx=0.05

Answer:

dy=(3x2+21x2)dxdy=(3x^2+2-\frac{1}{x^2}) \, dx, 0.2

For the following exercises, find the change in volume dVdV or in surface area dAdA.

33. dVdV if the sides of a cube change from 10 to 10.1.

34. dAdA if the sides of a cube change from xx to x+dxx+dx.

Answer:

12xdx12x \, dx

35. dAdA if the radius of a sphere changes from rr by drdr.

36. dVdV if the radius of a sphere changes from rr by drdr.

Answer:

4πr2dr4\pi r^2 \, dr

37. dVdV if a circular cylinder with r=2r=2 changes height from 3 cm to 3.053.05 cm.

38. dVdV if a circular cylinder of height 3 changes from r=2r=2 to r=1.9r=1.9 cm.

Answer:

1.2πcm3-1.2\pi \, \text{cm}^3

For the following exercises, use differentials to estimate the maximum and relative error when computing the surface area or volume.

39. A spherical golf ball is measured to have a radius of 55 mm, with a possible measurement error of 0.10.1 mm. What is the possible change in volume?

40. A pool has a rectangular base of 10 ft by 20 ft and a depth of 6 ft. What is the change in volume if you only fill it up to 5.5 ft?

Answer:

100ft3-100 \, \text{ft}^3

41. An ice cream cone has height 4 in. and radius 1 in. If the cone is 0.1 in. thick, what is the difference between the volume of the cone, including the shell, and the volume of the ice cream you can fit inside the shell?

For the following exercises, confirm the approximations by using the linear approximation at x=0x=0.

42. 1x112x\sqrt{1-x}\approx 1-\frac{1}{2}x

43. 11x21\frac{1}{\sqrt{1-x^2}}\approx 1

44. c2+x2c\sqrt{c^2+x^2}\approx c

Glossary

differential
the differential dxdx is an independent variable that can be assigned any nonzero real number; the differential dydy is defined to be dy=f(x)dxdy=f^{\prime}(x) \, dx
differential form
given a differentiable function y=f(x)y=f^{\prime}(x), the equation dy=f(x)dxdy=f^{\prime}(x) \, dx is the differential form of the derivative of yy with respect to xx
linear approximation
the linear function L(x)=f(a)+f(a)(xa)L(x)=f(a)+f^{\prime}(a)(x-a) is the linear approximation of ff at x=ax=a
percentage error
the relative error expressed as a percentage
propagated error
the error that results in a calculated quantity f(x)f(x) resulting from a measurement error dxdx
relative error
given an absolute error Δq\Delta q for a particular quantity, Δqq\frac{\Delta q}{q} is the relative error.
tangent line approximation (linearization)
since the linear approximation of ff at x=ax=a is defined using the equation of the tangent line, the linear approximation of ff at x=ax=a is also known as the tangent line approximation to ff at x=ax=a

Licenses & Attributions