AP-CALCBC-4.6

U4.6 Linearization (Local Linear Approximation)

Master AP Calculus BC linearization: use the tangent line L(x)=f(a)+f'(a)(x−a) to estimate values near a, connect to differentials and Taylor.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U4.6 Linearization (Local Linear Approximation), then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

When a function is hard to evaluate directly — like 4.1\sqrt{4.1} or ln(1.02)\ln(1.02) — you can lean on something easy: the tangent line at a nearby point you already know. Because a smooth curve hugs its tangent line very closely near the point of tangency, the line's height gives a fast, accurate estimate of the function's value.

This lesson shows you how to build the linearization L(x)=f(a)+f(a)(xa)L(x)=f(a)+f'(a)(x-a), use it to approximate values, decide whether your estimate is too high or too low, and connect the idea to differentials (dy=f(x)dxdy=f'(x)\,dx) and to the first-order Taylor polynomial you'll meet in Unit 10. These threads all describe the same core move: replace a curve by its tangent line near a point.

Building the Linearization

The linearization of ff at x=ax=a is the equation of the tangent line at that point, written as a function of xx:L(x)=f(a)+f(a)(xa).L(x)=f(a)+f'(a)(x-a).For xx near aa, f(x)L(x)f(x)\approx L(x). This is called local linear approximation because it is only reliable close to aa — the further xx drifts from aa, the more the curve peels away from its tangent line.

To apply it you need three ingredients: a good base point aa where f(a)f(a) is easy, the value f(a)f(a), and the slope f(a)f'(a). Choosing aa well is the whole game. To estimate 4.1\sqrt{4.1}, take f(x)=xf(x)=\sqrt{x} and a=4a=4 because 4=2\sqrt{4}=2 is clean and 4.14.1 is close by.
StepWhat you do
1Identify ff and a convenient base point aa
2Compute f(a)f(a)
3Compute f(x)f'(x), then f(a)f'(a)
4Write L(x)=f(a)+f(a)(xa)L(x)=f(a)+f'(a)(x-a)
5Plug in the target xx to estimate f(x)f(x)
A common exam slip is forgetting the (xa)(x-a) factor or evaluating ff' at the target instead of at aa. Always evaluate both ff and ff' at the base point aa.

Over- or Underestimate? Concavity Decides

The tangent line lies on one side of the curve depending on concavity, which is governed by ff''. If f>0f''>0 near aa, the graph is concave up and bends above its tangent line, so the tangent line sits below the curve — the linear approximation underestimates f(x)f(x). If f<0f''<0, the graph is concave down and the tangent line sits above the curve — the approximation overestimates.
Concavity at aaSign of ff''Tangent line vs. curveL(x)L(x) vs. f(x)f(x)
Concave upf>0f''>0line below curveunderestimate
Concave downf<0f''<0line above curveoverestimate
For x\sqrt{x}, f(x)=14x3/2<0f''(x)=-\tfrac14 x^{-3/2}<0, so the curve is concave down and any tangent-line estimate of a square root is an overestimate. AP free-response questions frequently ask you to state whether the approximation is greater or less than the true value and to justify with a statement about concavity or the sign of the second derivative. Simply saying "because f<0f''<0 the graph is concave down, so the tangent line lies above the curve" earns the justification point.

Differentials and Estimating Change

Linearization and differentials are the same idea dressed differently. Define dy=f(x)dxdy=f'(x)\,dx, where dxdx is a small change in xx and dydy is the corresponding change predicted along the tangent line. The true change is Δy=f(x+dx)f(x)\Delta y=f(x+dx)-f(x), and for small dxdx, Δydy\Delta y\approx dy.

This form is ideal for error-propagation and "how much does the output change" problems. If the radius of a sphere is measured as 5 cm with a possible error of 0.050.05 cm, the volume V=43πr3V=\tfrac43\pi r^3 has dV=4πr2dr=4π(25)(0.05)dV=4\pi r^2\,dr=4\pi(25)(0.05) cm3^3, estimating the resulting volume error without recomputing VV twice.

The link to linearization is direct: since L(x)=f(a)+f(a)(xa)L(x)=f(a)+f'(a)(x-a), we have L(x)f(a)=f(a)(xa)L(x)-f(a)=f'(a)(x-a), which is exactly dy=f(a)dxdy=f'(a)\,dx with dx=xadx=x-a. So the differential measures the tangent-line change while linearization gives the tangent-line value. Watch units and keep dxdx small — a differential estimate degrades just like a linearization when dxdx grows.

Connection to the First-Order Taylor Polynomial

Linearization is the first-order Taylor polynomial centered at aa. The Taylor polynomial of degree nn about aa beginsPn(x)=f(a)+f(a)(xa)+f(a)2!(xa)2++f(n)(a)n!(xa)n.P_n(x)=f(a)+f'(a)(x-a)+\frac{f''(a)}{2!}(x-a)^2+\cdots+\frac{f^{(n)}(a)}{n!}(x-a)^n.Keeping only the first two terms gives P1(x)=f(a)+f(a)(xa)=L(x)P_1(x)=f(a)+f'(a)(x-a)=L(x). So everything you learn here is the seed of the Taylor series work in Unit 10, where adding higher-degree terms sharpens the approximation.

Thinking of LL as P1P_1 also explains the error behavior. The concavity term f(a)2(xa)2\tfrac{f''(a)}{2}(x-a)^2 is the leading piece of what LL throws away. Its sign matches f(a)f''(a), confirming the over/underestimate rule: a positive second-derivative term means the true value exceeds LL, so LL underestimates.

Because the dropped term contains (xa)2(x-a)^2, the error shrinks quadratically as xax\to a. Halving the distance from aa roughly quarters the approximation error. This is why local linear approximation is excellent very near aa and why choosing the closest convenient base point matters so much.

Key terms

Linearization L(x)L(x).
The tangent-line function L(x)=f(a)+f(a)(xa)L(x)=f(a)+f'(a)(x-a) used to approximate f(x)f(x) for xx near aa.
Local linear approximation.
Using the tangent line at aa to estimate nearby function values, accurate only close to aa.
Base point aa.
The chosen center where f(a)f(a) and f(a)f'(a) are easy to compute; the point of tangency.
Differential.
The tangent-line change dy=f(x)dxdy=f'(x)\,dx, approximating the true change Δy\Delta y for small dxdx.
Concavity.
Curving direction set by ff''; f>0f''>0 is concave up (line below), f<0f''<0 is concave down (line above).
First-order Taylor polynomial.
P1(x)=f(a)+f(a)(xa)P_1(x)=f(a)+f'(a)(x-a), identical to the linearization; higher terms improve accuracy.
Approximation error.
The gap f(x)L(x)f(x)-L(x); its leading part is f(a)2(xa)2\frac{f''(a)}{2}(x-a)^2, shrinking quadratically as xax\to a.

Worked example

Use a linearization to estimate 8.063\sqrt[3]{8.06}, and state whether the estimate is an overestimate or an underestimate.
Let f(x)=x1/3f(x)=x^{1/3} and choose the base point a=8a=8 because 83=2\sqrt[3]{8}=2 is exact and 8.068.06 is close.

Compute f(8)=2f(8)=2. The derivative is f(x)=13x2/3f'(x)=\tfrac13 x^{-2/3}, so f(8)=1382/3=1314=112f'(8)=\tfrac13\cdot 8^{-2/3}=\tfrac13\cdot\tfrac1{4}=\tfrac1{12}.

Build the linearization:L(x)=2+112(x8).L(x)=2+\tfrac1{12}(x-8).Evaluate at x=8.06x=8.06:L(8.06)=2+112(0.06)=2+0.005=2.005.L(8.06)=2+\tfrac1{12}(0.06)=2+0.005=2.005.So 8.0632.005\sqrt[3]{8.06}\approx 2.005.

Now check concavity. f(x)=29x5/3f''(x)=-\tfrac29 x^{-5/3}, which is negative for x>0x>0, so the graph is concave down near a=8a=8. A concave-down curve lies below its tangent line, so L(x)L(x) lies above the curve and the estimate is an overestimate. (Indeed 8.063=2.004992\sqrt[3]{8.06}=2.004992\ldots, just under 2.0052.005.)

Practice questions

Let f(x)=lnxf(x)=\ln x. Using the linearization of ff at a=1a=1, which value best estimates ln(1.1)\ln(1.1)?
  1. 0.100.10
  2. 0.050.05
  3. 1.101.10
  4. 0.110.11

Answer: 0.100.10

At a=1a=1, f(1)=ln1=0f(1)=\ln 1=0 and f(x)=1xf'(x)=\tfrac1x so f(1)=1f'(1)=1. Then L(x)=0+1(x1)=x1L(x)=0+1\cdot(x-1)=x-1, giving L(1.1)=0.1L(1.1)=0.1. The true value ln(1.1)0.0953\ln(1.1)\approx0.0953, and since f(x)=1x2<0f''(x)=-\tfrac1{x^2}<0 the curve is concave down, so 0.100.10 is a slight overestimate — consistent with the tangent-line answer.
A quantity is modeled by f(x)=xf(x)=\sqrt{x}. Write the linearization at a=25a=25 and use it to estimate 25.3\sqrt{25.3}. State with justification whether your estimate is greater or less than the true value.

Answer: L(x)=5+110(x25)L(x)=5+\tfrac1{10}(x-25), so 25.35.03\sqrt{25.3}\approx 5.03; this is an overestimate.

With f(x)=x1/2f(x)=x^{1/2}, f(25)=5f(25)=5 and f(x)=12xf'(x)=\tfrac1{2\sqrt{x}} gives f(25)=110f'(25)=\tfrac1{10}. Thus L(x)=5+110(x25)L(x)=5+\tfrac1{10}(x-25) and L(25.3)=5+110(0.3)=5.03L(25.3)=5+\tfrac1{10}(0.3)=5.03. Since f(x)=14x3/2<0f''(x)=-\tfrac14 x^{-3/2}<0, the graph is concave down, so the tangent line lies above the curve and 5.035.03 exceeds the true 25.35.02991\sqrt{25.3}\approx5.02991. The justification must cite the sign of ff'' or concavity, not just assert the direction.
The radius of a circle is measured as 10 cm with a maximum error of 0.10.1 cm. Use a differential to estimate the maximum error in the computed area A=πr2A=\pi r^2.

Answer: About 2π6.282\pi\approx6.28 cm2^2.

Differentiate: dA=2πrdrdA=2\pi r\,dr. With r=10r=10 and dr=0.1dr=0.1, dA=2π(10)(0.1)=2π6.28dA=2\pi(10)(0.1)=2\pi\approx6.28 cm2^2. The differential replaces the true area change by the tangent-line change, which is accurate because drdr is small relative to rr. This is linearization applied to change rather than to value.

FAQ

How do I choose the base point aa?
Pick the closest value to your target where both f(a)f(a) and f(a)f'(a) are easy to compute exactly. For 4.1\sqrt{4.1} use a=4a=4; for ln(1.02)\ln(1.02) use a=1a=1. The nearer aa is to the target, the smaller the error.
How do I tell if my linear approximation is too high or too low?
Check the sign of ff'' near aa. If f>0f''>0 the graph is concave up and the tangent line lies below it, so you underestimate. If f<0f''<0 the graph is concave down and you overestimate. On the AP exam you must state this concavity reasoning to earn justification points.
What is the difference between linearization and differentials?
They are the same tangent-line idea. Linearization L(x)=f(a)+f(a)(xa)L(x)=f(a)+f'(a)(x-a) estimates a function value. The differential dy=f(x)dxdy=f'(x)\,dx estimates the change in the value. Setting dx=xadx=x-a makes dy=L(x)f(a)dy=L(x)-f(a), so both describe the tangent line.
How does this connect to Taylor polynomials in Unit 10?
The linearization is exactly the first-order Taylor polynomial P1(x)P_1(x) centered at aa. Taylor polynomials add higher-degree terms like f(a)2!(xa)2\frac{f''(a)}{2!}(x-a)^2 to reduce error; linearization just keeps the constant and linear terms.

Learn this with a teacher, not a page

The Crimsora tutor teaches U4.6 Linearization (Local Linear Approximation) live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.