Study Guide

Local linearity and linearization

AP Calculus BCΒ· AP Calculus BC CED β€” Contextual Applications of DifferentiationΒ· 14 min read

1. Core Concept of Local Linearityβ˜…β˜…β˜†β˜†β˜†β± 3 min

Local linearity is a fundamental geometric property of differentiable functions. If a function is differentiable at , zooming in sufficiently close to makes the graph of nearly indistinguishable from its tangent line at that point.

This principle gives rise to linearization (also called tangent line approximation), a technique that uses the tangent line to approximate for near . It simplifies calculations with complicated non-linear functions and is the foundation for advanced approximation methods like Euler's Method and Taylor polynomials, which you will encounter later in the course. This topic makes up 3-6% of the total AP Calculus BC exam score, appearing in both multiple-choice and free-response sections.

πŸ“˜ Definition

Local Linearity

A property of differentiable functions where the graph of the function becomes approximately straight and indistinguishable from its tangent line when viewed at a sufficiently small zoom near a point .

Example:

The function looks almost straight near when zoomed in to a small window from to .

2. Linearization Formula and Function Approximationβ˜…β˜…β˜†β˜†β˜†β± 4 min

The tangent line to at passes through with slope equal to , the derivative of at . Starting from point-slope form of a line: . Rearranging gives the standard linearization formula:

L(x)=f(a)+fβ€²(a)(xβˆ’a)L(x) = f(a) + f'(a)(x - a)

Intuition: is the exact known function value at the center point , and approximates the change in from to using the instantaneous rate of change. The closer is to , the more accurate the approximation. Always choose a center close to your target where and are known exactly.

πŸ“ Worked Example

Find the linearization of at , then use it to approximate .

  1. 1

    Calculate the exact value of at the center :

  2. 2
    f(16)=16=4f(16) = \sqrt{16} = 4
  3. 3

    Compute the derivative of and evaluate it at the center:

  4. 4
    fβ€²(x)=12x,fβ€²(16)=12(4)=18=0.125f'(x) = \frac{1}{2\sqrt{x}}, \quad f'(16) = \frac{1}{2(4)} = \frac{1}{8} = 0.125
  5. 5

    Substitute into the linearization formula:

  6. 6
    L(x)=4+0.125(xβˆ’16)L(x) = 4 + 0.125(x - 16)
  7. 7

    Evaluate at the target :

  8. 8
    L(15.9)=4+0.125(15.9βˆ’16)=4βˆ’0.0125=3.9875L(15.9) = 4 + 0.125(15.9 - 16) = 4 - 0.0125 = 3.9875

Exam tip:

Always pick a center point that is extremely close to the target , and where is an exact, easy-to-compute value. MCQ distractors are almost always designed to reward students who pick the wrong center, so double-check this step first.

3. Differentials and Approximation of Changeβ˜…β˜…β˜…β˜†β˜†β± 3 min

Differentials are an alternative notation for linear approximation that explicitly describes approximate change in when changes by a small amount . By definition, (the actual change in the independent variable ). The differential of the dependent variable , written , is the approximate change in along the tangent line, given by the formula:

dy=fβ€²(x)dxdy = f'(x) dx

The actual change in is . For small , . This notation is especially useful for estimating measurement error and the effect of small input changes, which is common in real-world AP FRQ problems.

πŸ“ Worked Example

The side length of a square is measured to be 10 cm, with a maximum measurement error of 0.05 cm. Use differentials to approximate the maximum error in the calculated area of the square.

  1. 1

    Define the function: Let = side length, = area. The measured side is , maximum error in is , so set .

  2. 2

    Compute the derivative of area with respect to side length:

  3. 3
    Aβ€²(s)=2sA'(s) = 2s
  4. 4

    Calculate the differential for area, which is the approximate maximum error:

  5. 5
    dA=Aβ€²(s)ds=2sdsdA = A'(s) ds = 2s ds
  6. 6

    Substitute the given values:

  7. 7
    dA=2(10)(0.05)=1 cm2dA = 2(10)(0.05) = 1 \text{ cm}^2

Exam tip:

When asked for relative or percentage error, remember it is (relative) or (percentage), not just . This is one of the most commonly missed points on linear approximation FRQs.

4. Error Bounds for Linear Approximationβ˜…β˜…β˜…β˜…β˜†β± 4 min

Linear approximation is never exact. For twice-differentiable functions, we can bound the absolute error using the second derivative, which measures how much the function curves away from the tangent line. If for all between and , the absolute error satisfies:

∣f(x)βˆ’L(x)βˆ£β‰€M2∣xβˆ’a∣2|f(x) - L(x)| \leq \frac{M}{2} |x - a|^2

This is the remainder term for first-order Taylor approximation, which is what linearization is. Larger (more curvature) means larger error, and error decreases quadratically as gets closer to .

πŸ“ Worked Example

For the approximation centered at , find an upper bound for the absolute error.

  1. 1

    Compute the second derivative of :

  2. 2
    fβ€²(x)=12xβˆ’1/2,fβ€²β€²(x)=βˆ’14xβˆ’3/2=βˆ’14x3/2f'(x) = \frac{1}{2}x^{-1/2}, \quad f''(x) = -\frac{1}{4}x^{-3/2} = -\frac{1}{4x^{3/2}}
  3. 3

    Find , the maximum value of for between 15.9 and 16. decreases as increases, so the maximum occurs at the smallest .

  4. 4

    Find a safe upper bound for : since , , so:

  5. 5
    14(15.9)3/2<14(64)=1256β‰ˆ0.00391\frac{1}{4(15.9)^{3/2}} < \frac{1}{4(64)} = \frac{1}{256} \approx 0.00391
  6. 6

    We can safely take . Substitute into the error bound formula:

  7. 7
    ∣f(15.9)βˆ’L(15.9)βˆ£β‰€M2∣15.9βˆ’16∣2=1/(256)2(0.1)2β‰ˆ0.00002|f(15.9) - L(15.9)| \leq \frac{M}{2} |15.9 - 16|^2 = \frac{1/(256)}{2} (0.1)^2 \approx 0.00002

Exam tip:

When bounding , always round up to a safe value, never round down. A larger that is still an upper bound is still correct, but a smaller that underestimates maximum curvature is wrong and will lose points.

5. Concept Checkβ˜…β˜…β˜…β˜†β˜†β± 3 min

βœ“ Quick check

Test your understanding with these AP-style questions:

  1. Which of the following is the correct linear approximation of centered at ?

    • A)

    • B)

    • C)

    • D)

6. Common Pitfalls

Wrong move:

Picking the target as the center , and using the unknown point as the center to approximate the known point.

Why:

Students reverse which point is the known center, because they confuse the goal of the problem.

Correct move:

Always set equal to the point near your target where you know exactly, not the other way around.

Wrong move:

Evaluating the derivative at the target instead of the center .

Why:

Students compute the general derivative, then accidentally plug in the wrong point before applying the formula.

Correct move:

After computing , immediately plug in to get before working with the target .

Wrong move:

Using the second derivative itself instead of its absolute value when calculating for error bounds.

Why:

Concave down functions have negative second derivatives, so students carry the negative sign into , resulting in a negative error bound that is meaningless.

Correct move:

Always compute the maximum of , not the maximum of , when finding .

Wrong move:

Writing the differential change as instead of .

Why:

Students mix up which variable's change is multiplied by the derivative.

Correct move:

Remember , so the derivative is always multiplied by the change in the independent variable .

Wrong move:

Claiming the linear approximation is accurate for any , even points far from .

Why:

Students forget that local linearity is a local property, only valid near the center.

Correct move:

When interpreting an approximation, always note that it is only valid for very close to , and error grows as moves away from .

Wrong move:

Calculating percentage error as instead of .

Why:

Students confuse absolute error with percentage error, which is a common AP distractor.

Correct move:

When asked for percentage error, always divide the absolute error by the total value of the quantity before multiplying by 100.

7. Quick Reference Cheatsheet

Category

Formula

Notes

Linearization of at

Only valid for near ; is a point with known

Differential of

(actual change in ); (approximate change in )

Absolute change approximation

For small changes in only

Absolute error bound

for between and

Absolute error

= quantity of interest

Relative error

Error relative to the total value of

Percentage error

Relative error expressed as a percentage

Local Linearity

for near

Only holds if is differentiable at

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· MCQ

    Linear approximation of function value

  • 2021 Β· FRQ

    Error for measurement approximation

What's Next

Local linearity and linear approximation are the foundational prerequisite for Euler's Method, the next core topic in Unit 4 for AP Calculus BC, where we extend linear approximation step-by-step to approximate solutions to first-order differential equations. Without mastering how linear approximation works near a point, you will not be able to correctly set up or interpret Euler's Method steps, and you will lose easy points on exam questions. Beyond Unit 4, linear approximation is the first-order special case of Taylor polynomials and Taylor series, which are high-weight topics in Unit 10 of AP Calculus BC. All of the core ideas here (center points, approximation error, error bounding) carry directly over to higher-order approximation, so mastering this topic is critical for later BC content.