Skip to main content
Logo image

Section 3.1 Linear and Quadratic Approximation

Among all functions, linear functions are simplest. One of the powerful consequences of a function \(y = f(x)\) being differentiable at a point \((a,f(a))\) is that, up close, the function \(y = f(x)\) is locally linear and looks like its tangent line at that point. In certain circumstances, this allows us to approximate the original function \(f\) with a simpler function \(L\) that is linear: this can be advantageous when we have limited information about \(f\) or when \(f\) is computationally or algebraically complicated. We will explore all of these situations in what follows.
It is essential to recall that when \(f\) is differentiable at \(x = a\text{,}\) the value of \(f'(a)\) provides the slope of the tangent line to \(y = f(x)\) at the point \((a,f(a))\text{.}\) If we know both a point on the line and the slope of the line we can find the equation of the tangent line and write the equation in point-slope form 1 .

Warm-Up 3.1.1.

Consider the function \(y = g(x) = -x^2+3x+2\text{.}\)
  1. Use derivative rules to compute a formula for \(y = g'(x)\text{.}\)
  2. Determine the slope of the tangent line to \(y = g(x)\) at the value \(x = 2\text{.}\)
  3. Compute \(g(2)\text{.}\)
  4. Find an equation for the tangent line to \(y = g(x)\) at the point \((2,g(2))\text{.}\) Write your result in point-slope form.
  5. On the axes provided in Figure 3.1.1, sketch an accurate, labeled graph of \(y = g(x)\) along with its tangent line at the point \((2,g(2))\text{.}\)
Blank axes for sketching the function g with its tangent line at x equal 2.
Figure 3.1.1. Axes for plotting \(y = g(x)\) and its tangent line to the point \((2,g(2))\text{.}\)

Subsection 3.1.1 The tangent line

Given a function \(f\) that is differentiable at \(x = a\text{,}\) we know that we can determine the slope of the tangent line to \(y = f(x)\) at \((a,f(a))\) by computing \(f'(a)\text{.}\) The equation of the resulting tangent line is given in point-slope form by
\begin{equation*} y - f(a) = f'(a)(x-a) \ \ \text{or} \ \ y = f'(a)(x-a) + f(a)\text{.} \end{equation*}
Note well: there is a major difference between \(f(a)\) and \(f(x)\) in this context. The former is a constant that results from using the given fixed value of \(a\) (called the center), while the latter is the general expression for the rule that defines the function. The same is true for \(f'(a)\) and \(f'(x)\text{:}\) we must carefully distinguish between these expressions. Each time we find the tangent line, we need to evaluate the function and its derivative at the center: a fixed \(a\)-value.
In Figure 3.1.2, we see the graph of a function \(f\) and its tangent line at the point \((a,f(a))\text{.}\) Notice how when we zoom in we see the local linearity of \(f\) more clearly highlighted. The function and its tangent line are nearly indistinguishable up close.
The graph of a function f with its tangent line at x equal a. A zoomed in version shows the graph of f is nearly identical to the tangent line for x values near a.
Figure 3.1.2. A function \(y = f(x)\) and its tangent line at the point \((a,f(a))\text{:}\) at left, from a distance, and at right, up close. At right, we label the tangent line function by \(y = L(x)\) and observe that for \(x\) near \(a\text{,}\) \(f(x) \approx L(x)\text{.}\)
Use the interactive provided to see local linearity dynamically. Zoom in towards the center \(a\) and describe the relationship between the tangent line at \(a\) and the function values near \(a\text{.}\)

Subsection 3.1.2 Linear Approximation

A slight change in perspective and notation will enable us to be more precise in discussing how the tangent line approximates \(f\) near \(x = a\text{.}\) By solving for \(y\text{,}\) we can write the equation for the tangent line as
\begin{equation*} y = f'(a)(x-a) + f(a) \end{equation*}
This line is itself a function of \(x\text{.}\) Replacing the variable \(y\) with the expression \(L(x)\text{,}\) we call
\begin{equation*} L(x) = f'(a)(x-a) + f(a) \end{equation*}
the linear approximation of \(f\) centered at the point \((a,f(a))\). We may also use the terms tangent line approximation of \(f\) or local linearization of \(f\) to reference the same thing.
In this notation, \(L(x)\) is nothing more than a new name for the tangent line. As we saw above, for \(x\) close to the center \(a\text{,}\) \(f(x) \approx L(x)\text{.}\)

Example 3.1.3.

Suppose that a function \(y = f(x)\) has its tangent line approximation given by \(L(x) = 3 - 2(x-1)\) centered at the point \((1,3)\text{,}\) but we do not know anything else about the function \(f\text{.}\) To estimate a value of \(f(x)\) for \(x\) near 1, such as \(f(1.2)\text{,}\) we can use the fact that \(f(1.2) \approx L(1.2)\) and hence
\begin{equation*} f(1.2) \approx L(1.2) = 3 - 2(1.2-1) = 3 - 2(0.2) = 2.6\text{.} \end{equation*}
We emphasize that \(y = L(x)\) is simply a new name for the tangent line function. Using this new notation and our observation that \(L(x) \approx f(x)\) for \(x\) near \(a\text{,}\) it follows that we can write
\begin{equation*} f(x) \approx f(a) + f'(a)(x-a) \ \text{for} \ x \ \text{near} \ a\text{.} \end{equation*}

Activity 3.1.2.

Suppose it is known that for a given differentiable function \(y = g(x)\text{,}\) its local linearization at the point where \(a = -1\) is given by \(L(x) = -2 + 3(x+1)\text{.}\)
  1. Compute the values of \(L(-1)\) and \(L'(-1)\text{.}\)
  2. What must be the values of \(g(-1)\) and \(g'(-1)\text{?}\) Why?
  3. Do you expect the value of \(g(-1.03)\) to be greater than or less than the value of \(g(-1)\text{?}\) Why?
  4. Use the local linearization to estimate the value of \(g(-1.03)\text{.}\)
  5. Suppose that you also know that \(g''(-1) = 2\text{.}\) What does this tell you about the graph of \(y = g(x)\) at \(a = -1\text{?}\)
  6. For \(x\) near \(-1\text{,}\) sketch the graph of the local linearization \(y = L(x)\) as well as a possible graph of \(y = g(x)\) on the axes provided in Figure 3.1.4.
Blank axes for sketching L and a possible graph of g.
Figure 3.1.4. Axes for plotting \(y = L(x)\) and \(y = g(x)\text{.}\)
From Activity 3.1.2, we see that the local linearization \(y = L(x)\) is a linear function that shares two important values with the function \(y = f(x)\) that it is derived from. In particular,
  • because \(L(x) = f(a) + f'(a)(x-a)\text{,}\) it follows that \(L(a) = f(a)\text{;}\) and
  • because \(L\) is a linear function, its derivative is its slope.
Hence, \(L'(x) = f'(a)\) for every value of \(x\text{,}\) and specifically \(L'(a) = f'(a)\text{.}\) Therefore, we see that \(L\) is a linear function that has both the same value and the same slope as the function \(f\) at the point \((a,f(a))\text{.}\)
Thus, if we know the linear approximation \(y = L(x)\) for a function, we know the original function’s value and its slope at the point of tangency. What remains unknown, however, is the shape of the function \(f\) at the point of tangency. There are essentially four possibilities, as shown in Figure 3.1.5.
Four different graphs showing how a tangent line can be situated differently based on the concavity of the function.
Figure 3.1.5. Four possible graphs for a nonlinear differentiable function and how it can be situated relative to its tangent line at a point.
These possible shapes result from the fact that there are three options for the value of the second derivative: either \(f''(a) \lt 0\text{,}\) \(f''(a) = 0\text{,}\) or \(f''(a) \gt 0\text{.}\)
  • If \(f''(a) \gt 0\text{,}\) then we know the graph of \(f\) is concave up, and we see the first possibility on the left, where the tangent line lies entirely below the curve.
  • If \(f''(a) \lt 0\text{,}\) then \(f\) is concave down and the tangent line lies above the curve, as shown in the second figure.
  • If \(f''(a) = 0\) and \(f''\) changes sign at \(x = a\text{,}\) the concavity of the graph will change, and we will see either the third or fourth figure. 2 .
  • A fifth option (which is not very interesting) can occur if the function \(f\) itself is linear, so that \(f(x) = L(x)\) for all values of \(x\text{.}\)
The plots in Figure 3.1.5 highlight yet another important thing that we can learn from the concavity of the graph near the point of tangency: whether the tangent line lies above or below the curve itself. This is key because it tells us whether or not the tangent line approximation’s values will be too large (an overestimate) or too small (an underestimate) in comparison to the true value of \(f\text{.}\) For instance, in the first situation in the leftmost plot in Figure 3.1.5 where \(f''(a) > 0\text{,}\) because the tangent line falls below the curve, we know that \(L(x) \le f(x)\) for all values of \(x\) near \(a\text{.}\)

Activity 3.1.3.

This activity concerns a function \(f(x)\) about which the following information is known:
  • \(f\) is a differentiable function defined at every real number \(x\)
  • \(\displaystyle f(2) = -1\)
  • \(y = f'(x)\) has its graph given in Figure 3.1.6
A graph of the derivative of a function f along with two blank axes for sketching graphs of the function f and the second derivative of the function f.
Figure 3.1.6. At center, a graph of \(y = f'(x)\text{;}\) at left, axes for plotting \(y = f(x)\text{;}\) at right, axes for plotting \(y = f''(x)\text{.}\)
Your task is to determine as much information as possible about \(f\) (especially near the value \(a = 2\)) by responding to the questions below.
  1. Find a formula for the tangent line approximation, \(L(x)\text{,}\) to \(f\) at the point \((2,-1)\text{.}\)
  2. Use the tangent line approximation to estimate the value of \(f(2.07)\text{.}\) Show your work carefully and clearly.
  3. Sketch a graph of \(y = f''(x)\) on the righthand grid in Figure 3.1.6; label it appropriately.
  4. Is the slope of the tangent line to \(y = f(x)\) increasing, decreasing, or neither when \(x = 2\text{?}\) Explain.
  5. Sketch a possible graph of \(y = f(x)\) near \(x = 2\) on the lefthand grid in Figure 3.1.6. Include a sketch of \(y=L(x)\) (found in part (a)). Explain how you know the graph of \(y = f(x)\) looks like you have drawn it.
  6. Does your estimate in (b) over- or under-estimate the true value of \(f(2.07)\text{?}\) Why?
The idea that a differentiable function looks linear and can be well-approximated by a linear function is an important one that finds wide application in calculus. Many applications that we will see in the remainder of this chapter rely on the concept of local linearity. One example is that it can help us to make further sense of certain challenging limits. For instance, we will see in Section 3.6 that the limit
\begin{equation*} \lim_{x \to 0} \frac{\sin(x)}{x} \end{equation*}
is an indeterminate form, because both its numerator and denominator tend to \(0\) This can make it challenging to know the value of the limit algebraically. While there is no algebra that we can do to simplify \(\frac{\sin(x)}{x}\text{,}\) it is straightforward to show that the linearization of \(f(x) = \sin(x)\) at the point \((0,0)\) is given by \(L(x) = x\text{.}\) Hence, for values of \(x\) near \(0\text{,}\) \(\sin(x) \approx x\text{,}\) and therefore
\begin{equation*} \frac{\sin(x)}{x} \approx \frac{x}{x} = 1\text{,} \end{equation*}
which makes plausible the fact that
\begin{equation*} \lim_{x \to 0} \frac{\sin(x)}{x} = 1\text{.} \end{equation*}
Indeed, we will develop further tools in Section 3.6 to see this is in fact the value of the limit.

Subsection 3.1.3 Quadratic Approximation

We have already seen that the second derivative can be useful information in determining the shape (concavity) of a function near a point when using the tangent line approximation to estimate a function’s value near that point. We have also seen that the tangent line approximation \(L(x)\) is a “good” approximation of a function \(f(x)\) near its center because it has the same \(y\) value at the center (\(f(a)=L(a)\)) and it has the same slope at the center (\(f'(a)=L'(a)\)).
Instead of restricting ourselves to approximating with a line, we can similarly ask for the best quadratic function to use to approximate a function near a point. A benefit of using the graph of a parabola in approximation is that we can now ask not only that the approximation match the function’s \(y\) value and first derivative, but also match the function’s second derivative (concavity). The following activity will help us determine a general formula for the best quadratic function to use when approximating a function near a point.

Activity 3.1.4. Quadratic Approximation.

Let \(f(x)\) be a twice differentiable function and \(1\) the center we would like to use for an approximation. Suppose \(Q(x) = d + c(x-1) + b(x-1)^2\) is the best quadratic approximation, meaning
  • \(Q(1) = f(1)\text{,}\)
  • \(Q'(1) = f'(1)\text{,}\) and
  • \(Q''(1) = f''(1)\text{.}\)
  1. Determine the value \(Q(1)\text{.}\) What does this tell you about the value of the parameter \(d\text{?}\)
  2. Compute \(Q'(x)\) and determine the value \(Q'(1)\text{.}\) What does this tell you about the value of the parameter \(c\text{?}\)
  3. Compute \(Q''(x)\) and determine the value \(Q''(1)\text{.}\) What does this tell you about the value of the parameter \(b\text{?}\)
  4. Write down the general formula for \(Q(x)\) in terms of the function \(f\) and its derivatives. How does it compare to the linear approximation \(L(x)\) of \(f\) centered at \(1\text{?}\)
We summarize our findings from Activity 3.1.4 below:

Quadratic Approximation.

The quadratic approximation of a twice differentiable function \(f\) centered at \(a\) is
\begin{equation*} Q(x) = f(a) + f'(a)(x-a) + \dfrac{f''(a)}{2}(x-a)^2\text{.} \end{equation*}

Example 3.1.7. Linear and Quadratic Approximation.

Let \(f(x) = \cos(x)\text{.}\) We will determine the linear and quadratic approximations of \(f(x)\) with center \(x=0\text{.}\)
The linear approximation is given by
\begin{align*} L(x) \amp= f(0) +f'(0)(x-0) \\ \amp= 1 - \sin(0)x\\ \amp= 1 \text{.} \end{align*}
The quadratic approximation is given by
\begin{align*} Q(x) \amp= f(0) +f'(0)(x-0) +\dfrac{f''(0)}{2}(x-0)^2 \\ \amp= 1 - \sin(0)x- \dfrac{\cos(0)}{2}x^2\\ \amp= 1 - \dfrac{1}{2}x^2 \text{.} \end{align*}
While both \(L(x)\) and \(Q(x)\) can be used to approximate \(cos(x)\) for \(x\) values close to \(0\text{,}\) the graph below shows that in general, \(Q(x)\) will result in better approximations because it is able to “bend” with the graph of \(\cos(x)\text{.}\)
The graph of cosine along with the linear approximation and quadratic approximation centered at x equal zero.

Subsection 3.1.4 Summary

  • Question 3.1.8.

    What is the formula for the general tangent line approximation to a differentiable function \(y = f(x)\) at the point \((a,f(a))\text{?}\)
    Answer.
    The tangent line to a differentiable function \(y = f(x)\) at the point \((a,f(a))\) is given in point-slope form by the equation
    \begin{equation*} y - f(a) = f'(a)(x-a)\text{.} \end{equation*}
  • Question 3.1.9.

    What is the principle of local linearity and what is the linear approximation (or local linearization) of a differentiable function \(f\) at a point \((a,f(a))\text{?}\)
    Answer.
    The principle of local linearity tells us that if we zoom in on a point where a function \(y = f(x)\) is differentiable, the function will be indistinguishable from its tangent line. That is, a differentiable function looks linear when viewed up close. We rename the tangent line to be the function \(y = L(x)\text{,}\) where \(L(x) = f(a) + f'(a)(x-a)\text{.}\) Thus, \(f(x) \approx L(x)\) for all \(x\) near \(x = a\text{.}\)
  • Question 3.1.10.

    How does knowing just the tangent line approximation tell us information about the behavior of the original function itself near the point of approximation?
    Answer.
    If we know the tangent line approximation \(L(x) = f(a) + f'(a)(x-a)\) to a function \(y=f(x)\text{,}\) then because \(L(a) = f(a)\) and \(L'(a) = f'(a)\text{,}\) we also know the values of both the function and its derivative at the point where \(x = a\text{.}\) In other words, the linear approximation tells us the height and slope of the original function.
  • Question 3.1.11.

    How does knowing the second derivative’s value at this point provide us additional knowledge of the original function’s behavior?
    Answer.
    If, in addition, we know the value of \(f''(a)\text{,}\) we then know whether the tangent line lies above or below the graph of \(y = f(x)\text{,}\) depending on the concavity of \(f\text{.}\) We also can compute the quadratic approximation of \(f\) centered at \(a\text{,}\)
    \begin{equation*} Q(x) = f(a) + f'(a)(x-a) + \dfrac{f''(a)}{2}(x-a)^2\text{,} \end{equation*}
    which may provide us with even better approximations near the center \(a\text{.}\)

Exercises 3.1.5 Exercises

1.

A certain function \(y=p(x)\) has its local linearization at \(a = 3\) given by \(L(x) = -2x + 5\text{.}\)
  1. What are the values of \(p(3)\) and \(p'(3)\text{?}\) Why?
  2. Estimate the value of \(p(2.79)\text{.}\)
  3. Suppose that \(p''(3) = 0\) and you know that \(p''(x) \lt 0\) for \(x \lt 3\text{.}\) Is your estimate in (b) an overestimate or underestimate of the actual value?
  4. Suppose that \(p''(x) \gt 0\) for \(x \gt 3\text{.}\) Use this fact and the additional information above to sketch an accurate graph of \(y = p(x)\) near \(x = 3\text{.}\) Include a sketch of \(y = L(x)\) in your work.
  5. Does the quadratic approximation of \(p\) centered at \(3\) provide better, worse, or equal approximations as compared to \(L(x)\) in this case? How do you know?

2.

An object moving along a straight line path has a differentiable position function \(y = s(t)\text{;}\) \(s(t)\) measures the object’s position relative to the origin at time \(t\text{.}\) It is known that at time \(t = 9\) seconds, the object’s position is \(s(9) = 4\) feet (i.e., 4 feet to the right of the origin). Furthermore, the object’s instantaneous velocity at \(t = 9\) is \(-1.2\) feet per second, and its acceleration at the same instant is \(0.08\) feet per second per second.
  1. Use local linearity to estimate the position of the object at \(t = 9.34\text{.}\)
  2. Is your estimate from (a) likely an overestimate or an underestimate of the actual value? Why?
  3. Use quadratic approximation centered at \(9\) to estimate the position of the object at \(t = 9.34\text{.}\)
  4. In everyday language, describe the behavior of the moving object at \(t = 9\text{.}\) Is it moving toward the origin or away from it? Is its velocity increasing or decreasing?

3.

For a certain function \(f\text{,}\) its derivative is known to be \(f'(x) = (x-1)e^{-x^2}\text{.}\) Note that you do not know a formula for \(y = f(x)\text{.}\)
  1. At what \(x\)-value(s) is \(f'(x) = 0\text{?}\) Justify your answer algebraically, but include a graph of \(f'\) to support your conclusion.
  2. Reasoning graphically, for what intervals of \(x\)-values is \(f''(x) \gt 0\text{?}\) What does this tell you about the behavior of the original function \(f\text{?}\) Explain.
  3. Assuming that \(f(2) = -3\text{,}\) estimate the value of \(f(1.88)\) by finding and using the tangent line approximation to \(f\) at \(x=2\text{.}\) Is your estimate larger or smaller than the true value of \(f(1.88)\text{?}\) Justify your answer.
  4. Determine the quadratic approximation of \(f\) centered at \(2\text{.}\)
Recall that a line with slope \(m\) that passes through \((x_0,y_0)\) has equation \(y - y_0 = m(x - x_0)\text{,}\) and this is the point-slope form of the equation.
It is possible that \(f''(a) = 0\) but \(f''\) does not change sign at \(x = a\text{,}\) in which case the graph will look like one of the first two options.