Skip to main content

Section 3.2 Linear approximation (AD2)

Definition 3.2.1.

The linear approximation (or tangent line approximation or linearization) of a function \(f(x)\) at \(x=a\) is the tangent line \(L(x)\) at \(x=a\text{.}\) In formulas, \(L(x)\) is the linear function

\begin{equation*} L(x) = f'(a)(x-a) + f(a). \end{equation*}

Notice that this is obtained by writing the tangent line to \(f(x)\) at \((a,f(a))\) in point-slope form and calling the resulting linear function \(L(x)\text{.}\) The linear approximation \(L(x)\) is a linear function that looks like \(f(x)\) when we zoom in near \(x=a\text{.}\)

Activity 3.2.2.

Without using a calculator, we will use calculus to approximate \(\ln(1.1)\text{.}\)

(a)

Find the equation of the tangent line to \(\ln(x)\) at \(x=1\text{.}\) This will be your linear approximation \(L(x)\text{.}\) What do you get for \(L(x)\text{?}\)

  1. \(\displaystyle L(x) = x\)

  2. \(\displaystyle L(x) = x+1\)

  3. \(\displaystyle L(x)= x - 1\)

  4. \(\displaystyle L(x)= -x + 1\)

(b)

As 1.1 is close to 1, we can use \(L(1.1)\) to approximate \(\ln(1.1)\text{.}\) What approximation do you get?

  1. \(\displaystyle \ln(1.1) \approx 1.1 \)

  2. \(\displaystyle \ln(1.1) \approx 2.1 \)

  3. \(\displaystyle \ln(1.1) \approx 0.1 \)

  4. \(\displaystyle \ln(1.1) \approx -0.1 \)

(c)

Sketch the tangent line \(L(x)\) on the same plane as the graph of \(\ln(x)\text{.}\) What do you notice?

Figure 45. The graph of \(\ln(x)\)

Activity 3.2.3.

Using the equation of the tangent line to the graph of \(\ln(x)\) at \(x=1\) and the shape of this graph, you can show that for all values of \(x\text{,}\) we have that \(\ln(x) \leq x-1\text{.}\)

(a)

Compute the second derivative of \(\ln(x)\text{.}\) What do you notice about the sign of the second derivative of \(\ln(x)\text{?}\) What does this tell you about the shape of the graph?

(b)

Conclude that because the graph of \(\ln(x)\) has a certain shape, the graph will bend below the tangent line and so that \(\ln(x)\) will always be smaller than the tangent line approximation \(L(x)= x -1 \text{.}\)

Activity 3.2.4.

In this activity you will approximate power functions near \(x=1\text{.}\)

(a)

Find the tangent line approximation to \(x^2\) at \(x=1\text{.}\)

  1. \(\displaystyle L(x) = 2x\)

  2. \(\displaystyle L(x) = 2x+1\)

  3. \(\displaystyle L(x)= 2x - 1\)

  4. \(\displaystyle L(x)= -2x + 1\)

(b)

Show that for any constant \(k\text{,}\) the tangent line approximation to \(x^k\) at \(x=1\) is \(L(x) = k(x -1) + 1\text{.}\)

(c)

Someone claims that the square root of 1.1 is about 1.05. Use the linear approximation to check this estimate. Do you think this estimate is about right? Why or why not?

(d)

Is the actual value \(\sqrt{1.1}\) above or below 1.05? What feature of the graph of \(\sqrt{x}\) makes this an over or under estimate?

Remark 3.2.5.

If a function \(f(x)\) is concave up around \(x=a\text{,}\) then the function is turning upwards from its tangent line. So when we use a linear approximation, the value of the approximation will be below the actual value of the function and the approximation is an underestimate. If a function \(f(x)\) is concave down around \(x=a\text{,}\) then the function is turning downwards from its tangent line. So when we use a linear approximation, the value of the approximation will be above the actual value of the function and the approximation is an overestimate.

Activity 3.2.6.

Suppose \(f\) has a continuous positive second derivative and \(\Delta x\) is a small increment in \(x\) (like \(h\) in the limit definition of the derivative). Which one is larger...

\begin{equation*} f(1 + \Delta x ) \quad \text{or} \quad f'(1) \Delta x + f(1) \quad? \end{equation*}

Activity 3.2.7.

A certain function \(p(x)\) satisfies \(p(7) = 49\) and \(p'(7) = 8\text{.}\)

  1. Explain how to find the local linearization \(L(x)\) of \(p(x)\) at \(7\text{.}\)

  2. Explain how to estimate the value of \(p(6.951)\text{.}\)

  3. Suppose that \(p'(7)=0\) and you know that \(p''(x) < 0\) for \(x < 7\text{.}\) Explain how to determine if your estimate of \(p(6.951)\) is too large or too small.

  4. Suppose that \(p''(x) > 0\) for \(x > 7\text{.}\) Use this fact and the additional information above to sketch an accurate graph of \(y=p(x)\) near \(x=7\text{.}\)

Answer.
  1. \(\displaystyle L(x)=8 \, x - 7\)

  2. \(\displaystyle p(6.951) \approx 48.6064\)

  3. The estimate is too large.

Activity 3.2.8.

Let's find the quadratic polynomial

\begin{equation*} q(x) = ax^2 +bx +c \end{equation*}

where \(a,b,c\) are parameters to be determined so that \(q(x)\) best approximates the graph of \(f(x)=\ln(x)\) at \(x=1\text{.}\)

(a)

We want to choose \(a,b,c\) such that our quadratic polynomial resembles \(f(x)\) at \(x=1\text{.}\) First thing, we want \(f(1)=q(1)\text{.}\) What equation in \(a,b,c\) does this condition give you?

  1. \(\displaystyle a+b+c = 1\)

  2. \(\displaystyle a+b+c = 0\)

  3. \(\displaystyle c = 0\)

  4. \(\displaystyle c = 1\)

(b)

We also want \(f'(1)=q'(1)\text{.}\) What equation in \(a,b,c\) does this condition give you?

(c)

Finally, we want \(f''(1)=q''(1)\text{.}\) What equation in \(a,b,c\) does this condition give you?

(d)

Find a solution to this system of linear equations! Your answer will give you values of \(a,b,c\) that can be used to draw a quadratic approximating the natural logarithm. You can check your answer on Desmos https://www.desmos.com/calculator/bad2xrwmvl

Observation 3.2.9.

A linear approximation \(L(x)\) to \(f(x)\) at \(x=a\) is a linear function with

\begin{equation*} L(a) = f(a), \quad L'(a) = f'(a). \end{equation*}

A quadratic approximation \(Q(x)\) to \(f(x)\) at \(x=a\) is a quadratic function with

\begin{equation*} Q(a) = f(a), \quad Q'(a) = f'(a), \quad Q''(a) = f''(a) . \end{equation*}

Activity 3.2.10.

Find the linear approximation \(L(x)\) of \(\cos(x)\) at \(x=0\text{.}\) Then find the quadratic approximation \(Q(x)\) of \(\cos(x)\) at \(x=0\text{.}\) Graph both and compare the two approximations!

Activity 3.2.11.

Suppose the function \(p(x)\) satisfies \(p(-2) = 5\text{,}\) \(p'(-2) = 1\text{,}\) and \(p''(x) < 0\) for \(x\) values nearby \(-2\text{.}\)

(a)

Explain and demonstrate how to find the linearization \(L(x)\) of \(p(x)\) at \(x =-2\text{.}\)

(b)

Explain and demonstrate how to estimate the value of \(p(-2.03)\) using this linearization.

(c)

Explain why your estimate of \(p(-2.03)\) is greater than or less than the actual value.

(d)

Sketch a possible graph of \(p(x)\) and its linearization \(L(x)\) nearby \(x =-2\) to illustrate your findings.