Welcome to the World of Linearization!

Have you ever looked at a globe and noticed how round the Earth is, but when you look down at the sidewalk, it looks perfectly flat? That is the core idea of local linearity. In this chapter, we are going to learn how to turn complicated, curvy functions into simple straight lines to make math much easier. This is a vital skill in Unit 4: Contextual Applications of Differentiation because it allows us to estimate values of functions that might otherwise be impossible to calculate by hand.

What is Local Linearity?

Local linearity is the principle that if you "zoom in" far enough on a point where a function is differentiable, the graph of the function will eventually look like a straight line.

The straight line that the graph starts to look like is actually the tangent line at 그 point. Because the tangent line and the function are so close to each other near the point of tangency, we can use the equation of the line to approximate the values of the function.

Quick Review: Remember from Unit 2 that for a tangent line to exist, the function must be differentiable at that point. If there is a sharp corner, a vertical tangent, or a gap, local linearity won't work!

The Linearization Formula

Don't worry if the word "Linearization" sounds intimidating. It is just a fancy name for the equation of the tangent line. You already know the point-slope formula: \( y - y_1 = m(x - x_1) \). We are just going to rewrite it using calculus notation.

To find the linearization \( L(x) \) of a function \( f(x) \) at a specific point \( x = a \):

1. The point on the graph is \( (a, f(a)) \).
2. The slope of the tangent line is the derivative at that point: \( f'(a) \).
3. Putting it into point-slope form: \( y - f(a) = f'(a)(x - a) \).

Solving for \( y \), we get the Linearization Formula:

\( L(x) = f(a) + f'(a)(x - a) \)

Here, \( L(x) \) is the "linear approximation" of \( f(x) \) for values of \( x \) that are very close to \( a \). The closer you stay to \( a \), the more accurate your approximation will be!

Key Takeaway

The linearization \( L(x) \) is just the tangent line. We use it to estimate the value of \( f(x) \) when \( x \) is near \( a \).

Step-by-Step: How to Approximate a Value

Let's say you are asked to approximate the value of \( \sqrt{4.2} \) without a calculator. We know that \( \sqrt{4} = 2 \), so 4 is a great "center" (\( a \)) for our approximation.

Step 1: Identify the function and the center.
Let \( f(x) = \sqrt{x} \) and let \( a = 4 \).

Step 2: Find the value of the function at the center.
\( f(4) = \sqrt{4} = 2 \).

Step 3: Find the derivative and the slope at the center.
\( f'(x) = \frac{1}{2\sqrt{x}} \)
\( f'(4) = \frac{1}{2\sqrt{4}} = \frac{1}{4} = 0.25 \).

Step 4: Write the linearization equation.
\( L(x) = f(4) + f'(4)(x - 4) \)
\( L(x) = 2 + 0.25(x - 4) \).

Step 5: Plug in the value you want to approximate.
We want \( f(4.2) \), so we find \( L(4.2) \):
\( L(4.2) = 2 + 0.25(4.2 - 4) \)
\( L(4.2) = 2 + 0.25(0.2) \)
\( L(4.2) = 2 + 0.05 = 2.05 \).

The actual value of \( \sqrt{4.2} \) is approximately 2.04939... our estimate of 2.05 is incredibly close!

Overestimates and Underestimates

How do we know if our approximation is slightly too high or slightly too low? This depends entirely on the concavity of the original function (which you will explore more in Unit 5).

  • Concave Up (\( f''(x) > 0 \)): The graph of the function curves upward, meaning the tangent line sits below the curve. Therefore, the linear approximation is an underestimate.
  • Concave Down (\( f''(x) < 0 \)): The graph of the function curves downward, meaning the tangent line sits above the curve. Therefore, the linear approximation is an overestimate.

Analogy: Think of a bowl. If the bowl is right-side up (concave up), and you place a ruler (tangent line) under it, the ruler is below the bowl. If the bowl is upside down (concave down), the ruler resting on top is above the bowl.

Common Pitfalls to Avoid

1. Choosing an "a" value too far away: Linearization only works "locally." If you try to use \( a = 4 \) to approximate \( \sqrt{100} \), your answer will be wildly incorrect.

2. Forgetting the \( (x - a) \) part: Students often forget to subtract the center from the \( x \) value. Remember, it's the change in \( x \) that matters.

3. Misinterpreting the units: In contextual problems (like those involving physics or biology), always ensure your final approximation includes the correct units of measure as specified in the problem.

Exam Tips for the AP Exam

The "Show Work" Rule: According to the AP College Board, if a question asks you to "Approximate," you must show the setup. Simply writing the final decimal is not enough. You should write out the tangent line equation and the substitution step.

Rounding: Standard AP procedure is to provide answers rounded to three decimal places unless otherwise specified. When using your calculator on Section I Part B or Section II Part A, keep all digits in your intermediate steps and only round at the very end!

Connecting Topics: You might see linearization used alongside Related Rates (Topic 4.4/4.5) or Motion (Topic 4.2). If you know the rate of change at a specific moment, you can predict where the object will be a split-second later using these same linear tools.

Summary Table

Function Behavior Tangent Line Position Approximation Result
Concave Up Below the curve Underestimate
Concave Down Above the curve Overestimate

Don't worry if this seems tricky at first! Just remember: it's all about the tangent line. If you can find the derivative and plug it into a line equation, you've mastered 90% of this chapter!