Introduction to Local Linearity and Linearization
Have you ever looked at a globe and then looked at the ground beneath your feet? Even though the Earth is a giant sphere, the ground looks perfectly flat when you are standing on it. This is the core idea behind Local Linearity. In AP Calculus, we use the fact that if you "zoom in" far enough on a smooth curve, it starts to look exactly like a straight line.
In this chapter, we will learn how to use the tangent line to a curve to estimate values of a function that might otherwise be very difficult to calculate. This process is called Linearization.
What is Local Linearity?
A function is locally linear at a point if it has a derivative at that point. If a function \( f(x) \) is differentiable at \( x = a \), the graph of the function and the tangent line at \( (a, f(a)) \) are nearly indistinguishable when you are very close to \( a \).
Did you know? This is why we can use a simple linear equation to approximate complex functions like square roots, logarithms, or trigonometric functions without needing a calculator!
The Linearization Formula
The Linearization of a function, denoted as \( L(x) \), is simply the equation of the tangent line written in a specific format. You might remember the point-slope form from algebra: \( y - y_1 = m(x - x_1) \).
In calculus terms, if we are at the point \( (a, f(a)) \):
1. The slope \( m \) is the derivative \( f'(a) \).
2. The point \( (x_1, y_1) \) is \( (a, f(a)) \).
If we solve for \( y \) (which we now call \( L(x) \)), we get the Linearization Formula:
\( L(x) = f(a) + f'(a)(x - a) \)
Key Takeaway: The value \( L(x) \) is our approximation for the actual value of the function \( f(x) \) when \( x \) is close to \( a \).
Step-by-Step: How to Approximate a Value
Don't worry if this seems abstract! Let's break down the steps to solve a typical AP problem, such as approximating \( \sqrt{4.1} \).
Step 1: Identify the function \( f(x) \).
In this case, we are looking for a square root, so \( f(x) = \sqrt{x} \).
Step 2: Choose a "nice" value for \( a \).
Choose a number close to 4.1 that you can easily calculate. Here, \( a = 4 \) is perfect because \( \sqrt{4} = 2 \).
Step 3: Find the derivative \( f'(x) \) and evaluate it at \( a \).
\( f(x) = x^{1/2} \implies f'(x) = \frac{1}{2\sqrt{x}} \).
At \( a = 4 \), \( f'(4) = \frac{1}{2\sqrt{4}} = \frac{1}{4} \).
Step 4: Write the Linearization equation.
Using \( L(x) = f(a) + f'(a)(x - a) \):
\( L(x) = 2 + \frac{1}{4}(x - 4) \).
Step 5: Plug in your target value.
To approximate \( \sqrt{4.1} \), plug in \( x = 4.1 \):
\( L(4.1) = 2 + \frac{1}{4}(4.1 - 4) \)
\( L(4.1) = 2 + \frac{1}{4}(0.1) = 2 + 0.025 = 2.025 \).
So, \( \sqrt{4.1} \approx 2.025 \). (If you check a calculator, the actual value is roughly 2.0248... our estimate is very close!)
Over-approximations vs. Under-approximations
On the AP Exam, you are often asked if your estimate is an over-approximation or an under-approximation. This depends entirely on the concavity of the function (which we explore further in Unit 5).
- Concave Up: If the graph of \( f \) is concave up (\( f''(x) > 0 \)), the tangent line lies below the curve. Therefore, your linear approximation will be an under-approximation.
- Concave Down: If the graph of \( f \) is concave down (\( f''(x) < 0 \)), the tangent line lies above the curve. Therefore, your linear approximation will be an over-approximation.
Analogy: Imagine a bowl (concave up). If you lay a ruler (tangent line) across the bottom, the ruler is below the sides of the bowl.
Common Mistakes to Avoid
1. Using the wrong "a": Always pick an \( a \) value that is close to your target and easy to evaluate. If you want to find \( f(2.01) \), don't pick \( a = 10 \)!
2. Mixing up the formula: Remember that it is \( f'(a) \) (the slope at the nice point), not \( f'(x) \).
3. Forgetting the context: In Unit 4, these problems often involve units (like feet per second or degrees Celsius). Always include the correct units in your final approximation if they are provided in the problem.
Quick Review Box
Linearization Formula: \( L(x) = f(a) + f'(a)(x - a) \)
To Justify: Use the second derivative (\( f''(x) \)) to determine if the estimate is too high or too low.
When to use: When asked to "approximate the value of..." or "use a tangent line to estimate..."
Summary of Key Takeaways
Linearization is a powerful tool because it turns complex curves into simple lines. By finding the equation of the tangent line at a known point \( a \), we can predict the behavior of the function at nearby points. Just remember to check the concavity of the original function to decide if your prediction is slightly higher or lower than the truth!
Note: For more information on how to handle derivatives in different scenarios, see the related chapters on "Related Rates" or "L'Hospital's Rule" in Unit 4.