5.1 Tangent Lines, Normal Lines & Linear Approximation
Key Takeaways
- The tangent line to y = f(x) at x = a has point-slope equation y - f(a) = f'(a)(x - a), providing the best local linear approximation L(x) = f(a) + f'(a)(x - a) for estimating values near a.
- The normal line is perpendicular to the tangent line at (a, f(a)) with slope m_norm = -1 / f'(a) (when f'(a) != 0), giving equation y - f(a) = (-1 / f'(a))(x - a).
- Concavity dictates approximation accuracy: if f''(x) < 0 (concave down), the tangent line lies above the curve, producing an overestimate; if f''(x) > 0 (concave up), the tangent line lies below the curve, producing an underestimate.
- The differential dy = f'(x) dx models the approximate linear change in y for a small change dx = Delta x in x, whereas Delta y = f(x + Delta x) - f(x) represents the exact change.
- Error propagation formulas define absolute error as |dy|, relative error as dy / y, and percentage error as (dy / y) * 100%, where the relative error in x^n scales as n times the relative error in x.
5.1 Tangent Lines, Normal Lines & Linear Approximation
Core CLEP Concept: A differentiable curve is locally linear—when viewed under high magnification near a point of tangency $(a, f(a))$, the smooth curve becomes virtually indistinguishable from its tangent line. We exploit this property to formulate exact tangent and normal line equations, construct local linear approximations $L(x) = f(a) + f'(a)(x - a)$, analyze over- and under-estimation errors via concavity $f''(x)$, and quantify propagating measurement errors using differentials $dy = f'(x),dx$.
1. Tangent Lines to Differentiable Curves
Geometrically, the derivative $f'(a)$ represents the instantaneous rate of change of $y = f(x)$ and the exact slope of the line tangent to the curve at the point $(a, f(a))$.
The Point-Slope Tangent Equation
Using the fundamental point-slope equation of a line $y - y_1 = m(x - x_1)$ with slope $m = f'(a)$ and coordinate point $(x_1, y_1) = (a, f(a))$, the equation of the tangent line is:
Expressed in slope-intercept form ($y = mx + b$):
Horizontal and Vertical Tangent Lines
- Horizontal Tangents ($f'(a) = 0$): Occur at stationary points where the instantaneous rate of change vanishes. The tangent line equation reduces to the horizontal constant:
- Vertical Tangents ($f'(a) = \pm\infty$): Occur where the difference quotient limit diverges to infinity while the function remains continuous (such as $f(x) = x^{1/3}$ at $x = 0$). The tangent line equation is vertical:
Step-by-Step Worked Example: Explicit Polynomial Curve
Problem: Find the equation of the tangent line to $f(x) = 2x^3 - 5x + 3$ at $x = 2$.
- Evaluate the coordinate point:
- Differentiate to find the general slope function:
- Evaluate the slope at $x = 2$:
- Substitute into the point-slope formula:
Worked Example: Implicit Algebraic Curve
Problem: Find the equation of the tangent line to the circle $x^2 + y^2 = 25$ at the point $(3, -4)$.
- Differentiate implicitly with respect to $x$:
- Evaluate the tangent slope at $(3, -4)$:
- Formulate the tangent equation:
2. Normal Lines to Curves
A normal line to a curve at a specified point $(a, f(a))$ is defined as the unique line that is perpendicular to the tangent line at that exact point of tangency.
y ^ Tangent Line (slope = f'(a))
| /
| Curve y=f(x) /
| .---. /
| / \ /
| / \ /
| | \ /
|--------\----------*------------> Normal Line (slope = -1/f'(a))
| \ / (a, f(a))
| '---' /
+----------------+--------------> x
a
Perpendicular Slope Mechanics
Two non-vertical lines with slopes $m_1$ and $m_2$ are perpendicular if and only if their product equals $-1$ ($m_1 \cdot m_2 = -1$). Therefore, the slope of the normal line $m_{\text{norm}}$ is the negative reciprocal of the tangent slope $f'(a)$:
The Point-Slope Normal Equation
Special Perpendicular Cases
- If $f'(a) = 0$ (Horizontal Tangent $y = f(a)$): The normal line is perpendicular to a horizontal line, meaning it is strictly vertical:
- If $f'(a) = \pm\infty$ (Vertical Tangent $x = a$): The normal line is perpendicular to a vertical line, meaning it is strictly horizontal:
Step-by-Step Worked Example: Rational Function Normal Line
Problem: Find the equation of the normal line to $f(x) = \frac{x + 1}{x - 1}$ at $x = 3$.
- Find the point: $f(3) = \frac{3 + 1}{3 - 1} = \frac{4}{2} = 2 \implies (3, 2)$.
- Compute derivative using the Quotient Rule:
- Compute the tangent slope at $x = 3$:
- Compute the perpendicular normal slope:
- Formulate the normal line equation:
3. Local Linear Approximation (Linearization)
Because differentiable curves exhibit local linearity, we can approximate complicated non-linear functions near a known reference point $x = a$ using the tangent line equation. The tangent line function is designated as the linearization $L(x)$.
Formal Definition of Linearization
Local Linear Approximation: If $f$ is differentiable at $x = a$, the approximating function: is called the linearization of $f$ at $a$. For values of $x$ sufficiently close to $a$:
4-Step Linear Approximation Protocol
- Select an anchor point $a$: Choose a nearby base point $a$ where both $f(a)$ and $f'(a)$ can be evaluated easily and exactly without a calculator.
- Compute $f(a)$ and $f'(a)$: Evaluate the baseline height and slope.
- Construct the linearization formula: Write $L(x) = f(a) + f'(a)(x - a)$.
- Evaluate at target $x$: Substitute the desired value $x$ to calculate the linear estimate.
Worked Example: Estimating Radicals Without a Calculator
Problem: Use a local linear approximation to estimate $\sqrt{25.6}$.
- Define function and anchor point: Let $f(x) = \sqrt{x} = x^{1/2}$. The nearest perfect square to $25.6$ is $a = 25$.
- Evaluate baseline values:
- $f(a) = f(25) = \sqrt{25} = 5$
- $f'(x) = \frac{1}{2\sqrt{x}} \implies f'(25) = \frac{1}{2\sqrt{25}} = \frac{1}{10} = 0.1$
- Build the linearization equation:
- Evaluate at $x = 25.6$: (Comparison: The true value of $\sqrt{25.6} \approx 5.059644...$. The linear estimate $5.06$ is accurate to 3 decimal places!)
4. Concavity and Over/Under-Estimation Analysis
A critical conceptual question on the CLEP Calculus exam asks whether a tangent line approximation produces an overestimate or an underestimate of the true function value. This behavior is governed entirely by the second derivative $f''(x)$ (concavity) on the interval connecting $a$ and $x$.
| Curvature / Concavity | Second Derivative Sign | Tangent Line Position | Approximation Behavior | Inequality Relation |
|---|---|---|---|---|
| Concave Downward (CD) | $f''(x) < 0$ | Tangent line lies ABOVE the curve | Overestimate | $L(x) > f(x)$ |
| Concave Upward (CU) | $f''(x) > 0$ | Tangent line lies BELOW the curve | Underestimate | $L(x) < f(x)$ |
CONCAVE DOWN: f''(x) < 0 CONCAVE UP: f''(x) > 0
y ^ y ^
| Tangent Line (Overestimate) | Tangent Line
| / | Curve (Underestimate)
| L(x) ->* | .---. /
| / \ Curve y = f(x) | / \ /
| / * <- True f(x) | f(x) ->* \ /
| / \ | \ * <- L(x)
| / \ | '-/-------'
+-----+---------+---------> x +-------------+---------+---------> x
a x a x
Analytical Verification for $f(x) = \sqrt{x}$
- $f'(x) = \frac{1}{2}x^{-1/2}$
- $f''(x) = -\frac{1}{4}x^{-3/2} = -\frac{1}{4\sqrt{x^3}}$
- For all $x > 0$, $f''(x) < 0$, which proves the graph of $y = \sqrt{x}$ is concave down everywhere on its domain.
- Because the curve is concave down, the tangent line lies strictly above the curve, guaranteeing that our estimate $L(25.6) = 5.06$ is an overestimate ($5.06 > 5.059644...$).
5. Differentials and Propagating Error Analysis
While linear approximation estimates the total value $f(x)$, differentials estimate the change in output $\Delta y$ resulting from a small change in input $\Delta x$.
Definition of Differentials
Let $y = f(x)$ be a differentiable function. The differential $dx$ is an independent variable representing an increment in $x$ ($dx = \Delta x$). The differential $dy$ is defined as:
- Actual Change: $\Delta y = f(x + \Delta x) - f(x)$
- Differential (Linear) Approximation: $\Delta y \approx dy = f'(x),dx$
- Approximation Error: $|\Delta y - dy| \to 0$ faster than $\Delta x \to 0$.
Error Propagation Hierarchy
When measuring a physical quantity $x$ with potential measurement error $dx$, the error propagates into any calculated dependent variable $y = f(x)$ according to three standard metrics:
\text{\textbf{Absolute Error:}} & \quad |\Delta y| \approx |dy| = |f'(x)\,dx| \\[6pt] \text{\textbf{Relative Error:}} & \quad \frac{\Delta y}{y} \approx \frac{dy}{y} = \frac{f'(x)\,dx}{f(x)} \\[6pt] \text{\textbf{Percentage Error:}} & \quad \frac{dy}{y} \times 100\% \end{aligned}$$ ### The Power Rule Error Scaling Law If $y = c\cdot x^n$, then $dy = c\cdot n x^{n-1}\,dx$. Dividing by $y = c\cdot x^n$ yields: $$\frac{dy}{y} = \frac{c\cdot n x^{n-1}\,dx}{c\cdot x^n} = n\cdot \left(\frac{dx}{x}\right)$$ > **The Power Scaling Law:** The relative (and percentage) error in $y = x^n$ is exactly **$n$ times** the relative (and percentage) error in $x$. ### Step-by-Step Worked Example: Spherical Measurement Propagation **Problem:** The radius of a solid sphere is measured as $r = 10\text{ cm}$ with a maximum possible measurement error of $dr = \pm 0.04\text{ cm}$. Use differentials to estimate: 1. The maximum absolute error in the calculated volume $V = \frac{4}{3}\pi r^3$. 2. The relative error and percentage error in the volume. **Solution:** 1. **Calculate the differential $dV$:** $$V(r) = \frac{4}{3}\pi r^3 \implies dV = V'(r)\,dr = 4\pi r^2\,dr$$ 2. **Compute the absolute error at $r = 10$ with $dr = 0.04$:** $$|dV| = 4\pi (10)^2 (0.04) = 4\pi (100) (0.04) = 16\pi \approx 50.27\text{ cm}^3$$ 3. **Compute the relative error:** $$\frac{dV}{V} = \frac{4\pi r^2\,dr}{\frac{4}{3}\pi r^3} = 3\left(\frac{dr}{r}\right) = 3\left(\frac{0.04}{10}\right) = 3(0.004) = 0.012$$ 4. **Compute the percentage error:** $$\text{Percentage Error} = 0.012 \times 100\% = 1.2\%$$ *(Notice: A $0.4\%$ error in radius produces a $3 \times 0.4\% = 1.2\%$ error in volume!)* --- ## 6. Common CLEP Traps & Strategic Summary - **Trap 1: Forgetting the negative sign in normal lines.** The normal slope is $-1/f'(a)$, NOT $+1/f'(a)$. If $f'(a) = -3$, the normal slope is $+1/3$. - **Trap 2: Checking $f'(x)$ instead of $f''(x)$ for over/under-estimates.** A common student error is thinking that because $f'(x) > 0$ (increasing), the tangent is an overestimate. The slope $f'(x)$ has zero influence on over/under-estimation; **only concavity $f''(x)$** determines whether the tangent line lies above or below the curve. - **Trap 3: Using degree angle inputs in trigonometric linearizations.** Linearizations of $\sin x, \cos x, \tan x$ require all increments $\Delta x = (x - a)$ to be converted strictly to **radians** (e.g., $1^\circ = \frac{\pi}{180}\text{ rad}$).What is the equation of the normal line to the curve f(x) = x^3 - 3x + 2 at the point where x = 2?
Using the tangent line approximation to f(x) = x^(1/3) centered at a = 8, what is the estimated value of (8.12)^(1/3), and is this estimate an overestimate or an underestimate?
The side length of a cube is measured with a maximum relative error of 1.5%. Using differentials, what is the maximum propagated percentage error in the calculated volume of the cube?
Suppose g(x) is a twice-differentiable function with g(3) = 5, g'(3) = 0, and g''(x) > 0 for all x. Which statement correctly describes the tangent line and normal line to g(x) at x = 3?