Linear Approximation: Estimating Function Values Near a Point

By Vegard Gjerde Based on Masterful Learning 11 min read
linear-approximation math calculus learning-strategies

Linear approximation states that near a point aa, a differentiable function ff is well described by its tangent line: f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x - a). The tangent line matches the function’s value and slope exactly at aa, so for inputs close to aa the curve barely deviates from the line. The skill that matters is recognizing when “near” is close enough — knowing how the error grows with distance from aa.

Unisium hero image titled Linear Approximation showing the principle equation f(x) approx f(a) + f'(a)(x-a) and a conditions card.
The linear approximation formula f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x - a) with the conditions x near a; f’(a) exists.

On this page: The Principle | Conditions | Misconceptions | EE Questions | Retrieval Practice | Worked Example | Solve a Problem | FAQ


The Principle

Statement

The linear approximation of ff at aa estimates f(x)f(x) for inputs xx close to aa by replacing the curve with its tangent line at that point: f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x - a). The tangent line agrees with ff in both output value and slope at x=ax = a, so for small displacements xax - a the curve hugs the line closely. Choosing a nearby base point aa where f(a)f(a) and f(a)f'(a) are easy to compute exactly turns a hard evaluation into straightforward arithmetic.

Mathematical Form

f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x - a)

Where:

  • xx = the input at which the approximation is evaluated
  • aa = the base point where the derivative is known (or easy to compute)
  • f(a)f(a) = the exact function value at the base point
  • f(a)f'(a) = the derivative at the base point, supplying the slope of the tangent line
  • f(x)f(x) = the estimated function value near aa

Alternative Form

In some texts the same formula appears as the linearization L(x)L(x):

  • Linearization notation: L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x - a), with f(x)L(x)f(x) \approx L(x)

The symbols differ; the content is identical.


Conditions of Applicability

Condition: x near a; f’(a) exists

Practical modeling notes

  • “x near a” has no universal threshold. Accuracy degrades as xa|x - a| grows, especially when f|f''| is large near aa. A rough local-error scale is 12f(a)(xa)2\tfrac{1}{2}|f''(a)|(x-a)^2 (heuristic only; a formal bound requires maxf\max|f''| on an interval, not just at aa).
  • You choose aa: pick a value where f(a)f(a) and f(a)f'(a) are easy to compute exactly. Useful choices include perfect squares for x\sqrt{x}, multiples of π/6\pi/6 or π/4\pi/4 for trig functions, and a=0a = 0 for exe^x or ln(1+x)\ln(1+x).

When It Doesn’t Apply

  • Non-differentiable point: If f(a)f'(a) does not exist (corner, cusp, vertical tangent, or discontinuity at aa), there is no slope to use. The tangent line equation likewise fails at these same points.
  • x far from a: For large displacements, the tangent line diverges from the curve. Use a higher-order Taylor polynomial when a closer estimate is required.

Want the complete framework behind this guide? Read Masterful Learning.


Common Misconceptions

Misconception 1: The approximation gives the exact value

The truth: f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x - a) is exact only at x=ax = a itself, where both sides equal f(a)f(a). For inputs other than aa, the expression is generally an estimate rather than the exact value.

Why this matters: Treating the approximation as exact suppresses the error term. In applied contexts, reporting the approximated value without acknowledging that it is an estimate is a precision error.

Misconception 2: Any base point aa works equally well

The truth: Accuracy depends jointly on how small xa|x - a| is and on how curved ff is near aa (controlled by f|f''|). A poorly chosen base point that is far from xx, or one where ff bends sharply, produces larger errors even for modestly small displacements.

Why this matters: Part of the skill is selecting a convenient aa that balances ease of computation against the required approximation quality.


Elaborative Encoding

Use these questions to build deep understanding. (See Elaborative Encoding for the full method.)

Within the Principle

  • In the formula f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x - a), which term anchors the approximation to the curve and which term accounts for the slope-driven change from aa to xx?
  • If f(a)=0f'(a) = 0, what does the linear approximation reduce to, and what does that reveal about the shape of ff immediately near aa?

For the Principle

  • How do you select the base point aa? What properties make one choice of aa more useful than another for a given target input xx?
  • What happens to the accuracy of the approximation as xx moves progressively farther from aa, and what measure captures how fast the error grows?

Between Principles

  • The tangent line equation and the linear approximation share the same algebraic formula. In what way do they frame the same mathematical object from different angles?

Generate an Example

  • Name a specific function and base point where the linear approximation replaces a calculation that would otherwise require a calculator. Describe the approximation step explicitly.

Retrieval Practice

Answer from memory, then click to reveal and check. (See Retrieval Practice for the full method.)

State the principle in words: _____Near a, f(x) is approximated by its tangent line: f(x) is approximately f(a) + f'(a)(x-a).
Write the canonical equation: _____f(x)f(a)+f(a)(xa)f(x)\approx f(a)+f'(a)(x-a)
State the canonical condition: _____x near a; f'(a) exists

Worked Example

Use this worked example to practice Self-Explanation.

Problem

Approximate 4.1\sqrt{4.1} using the linear approximation of f(x)=xf(x) = \sqrt{x} at a=4a = 4.

Step 1: Verbal Decoding

Target: f(4.1)=4.1f(4.1) = \sqrt{4.1}
Given: ff, aa, xx
Constraints: x=4.1x = 4.1 is near a=4a = 4; f(a)f'(a) exists for all x>0x > 0

Step 2: Visual Decoding

Draw f(x)=xf(x) = \sqrt{x} near x=4x = 4 and mark the base point (4,2)(4, 2). Draw the tangent line at a=4a = 4; it rises with slope 1/41/4. Locate x=4.1x = 4.1 slightly right of aa. (Because x\sqrt{x} is concave down near aa, the tangent line lies above the curve, so the approximation slightly overestimates.)

Step 3: Mathematical Modeling

  1. f(4.1)f(4)+f(4)(4.14)f(4.1) \approx f(4) + f'(4)(4.1 - 4)

Step 4: Mathematical Procedures

  1. f(4)=4f(4) = \sqrt{4}
  2. f(4)=2f(4) = 2
  3. f(x)=12xf'(x) = \frac{1}{2\sqrt{x}}
  4. f(4)=124f'(4) = \frac{1}{2\sqrt{4}}
  5. f(4)=14f'(4) = \frac{1}{4}
  6. f(4.1)2+14(0.1)f(4.1) \approx 2 + \frac{1}{4}(0.1)
  7. f(4.1)2.025\underline{f(4.1) \approx 2.025}

Step 5: Reflection

  • Verification: At x=a=4x = a = 4: L(4)=2+14(0)=2=f(4)L(4) = 2 + \tfrac{1}{4}(0) = 2 = f(4) — the approximation is exact at the base point, as required.
  • Magnitude: The actual value 4.12.0248\sqrt{4.1} \approx 2.0248; the error 2.0252.02480.0002|2.025 - 2.0248| \approx 0.0002, which is small relative to the answer.
  • Graphical meaning: f(x)=14x3/2<0f''(x) = -\tfrac{1}{4}x^{-3/2} < 0 near a=4a = 4, so the curve is concave down and the tangent line overestimates, consistent with 2.025>2.02482.025 > 2.0248.

Before moving on: self-explain the model

Try explaining Step 3 out loud (or in writing): why the tangent line at a=4a = 4 applies here, what each term of the approximation formula represents, and why a=4a = 4 is the natural choice for estimating 4.1\sqrt{4.1}.

Mathematical model with explanation

Principle: Linear approximation — f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x-a), valid when f(a)f'(a) exists and xx is near aa.

Conditions: x=4.1x = 4.1 is 0.10.1 away from a=4a = 4, a small displacement. f(4)=1/4f'(4) = 1/4 is a finite real number, so both conditions are satisfied.

Relevance: 4.1\sqrt{4.1} has no closed exact form. The nearby perfect square a=4a = 4 makes both f(4)=2f(4) = 2 and f(4)=1/4f'(4) = 1/4 trivially computable, so the problem reduces to arithmetic.

Description: The base value f(4)=2f(4) = 2 anchors the approximation. The slope f(4)=1/4f'(4) = 1/4 multiplied by the displacement 0.10.1 adds the first-order correction 0.0250.025, yielding the estimate 2.0252.025.

Goal: Estimate 4.1\sqrt{4.1} without a calculator by leveraging known values at the base point a=4a = 4.


Solve a Problem

Apply what you’ve learned with Problem Solving.

Problem

Approximate e0.1e^{0.1} using the linear approximation of f(x)=exf(x) = e^x at a=0a = 0.

Hint (if needed): Recall that e0=1e^0 = 1 and that the derivative of exe^x is exe^x itself.

Show Solution

Step 1: Verbal Decoding

Target: f(0.1)=e0.1f(0.1) = e^{0.1}
Given: ff, aa, xx
Constraints: x=0.1x = 0.1 is near a=0a = 0; f(0)f'(0) exists for all xx

Step 2: Visual Decoding

Draw f(x)=exf(x) = e^x near x=0x = 0 and mark the base point (0,1)(0, 1). Draw the tangent line at a=0a = 0; it has slope 11 and passes through (0,1)(0, 1). Locate x=0.1x = 0.1 slightly right of aa. (Because exe^x is concave up, the tangent line lies below the curve, so the approximation underestimates.)

Step 3: Mathematical Modeling

  1. e0.1f(0)+f(0)(0.10)e^{0.1} \approx f(0) + f'(0)(0.1 - 0)

Step 4: Mathematical Procedures

  1. f(0)=e0f(0) = e^0
  2. f(0)=1f(0) = 1
  3. f(x)=exf'(x) = e^x
  4. f(0)=e0f'(0) = e^0
  5. f(0)=1f'(0) = 1
  6. e0.11+1(0.1)e^{0.1} \approx 1 + 1 \cdot (0.1)
  7. e0.11.1\underline{e^{0.1} \approx 1.1}

Step 5: Reflection

  • Verification: At x=0x = 0: L(0)=1+10=1=e0L(0) = 1 + 1 \cdot 0 = 1 = e^0 — exact agreement at the base point confirmed.
  • Magnitude: Actual e0.11.10517e^{0.1} \approx 1.10517; the error 0.005\approx 0.005, about 0.5%0.5\% of the result, consistent with a small displacement.
  • Graphical meaning: f(x)=ex>0f''(x) = e^x > 0, so exe^x is concave up and the tangent line underestimates: 1.1<e0.11.1 < e^{0.1}.

PrincipleRelationship to Linear Approximation
Tangent line equationLinear approximation IS the tangent line y=f(a)+f(a)(xa)y = f(a) + f'(a)(x-a) used as an estimate of f(x)f(x)
Derivative at a pointf(a)f'(a) provides the slope; without it there is no approximation
Taylor polynomial definitionLinear approximation is the n=1n = 1 Taylor polynomial at aa; Taylor extends it to add quadratic and higher correction terms

FAQ

What is linear approximation in calculus?

Linear approximation (also called linearization) uses the tangent line at a base point aa to estimate nearby function values: f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x-a). It works because the tangent line matches ff‘s value and slope at aa, so the curve barely departs from the line for inputs close to aa.

When should I use linear approximation?

Use it when you need an estimate of f(x)f(x) for an input xx close to a base point aa where f(a)f(a) and f(a)f'(a) are easy to compute exactly. Common choices: aa is a perfect square for x\sqrt{x}, a multiple of π/6\pi/6 or π/4\pi/4 for trig functions, or a=0a = 0 for exe^x and ln(1+x)\ln(1+x).

What’s the difference between linear approximation and the tangent line?

They are the same formula. The tangent line y=f(a)+f(a)(xa)y = f(a) + f'(a)(x-a) is a geometric object—a line through the curve at aa. Linear approximation uses the same expression as an estimation tool: f(x)L(x)f(x) \approx L(x) where L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x-a).

How accurate is a linear approximation?

Accuracy depends on how fast the curve bends. A rough local-error scale is 12f(a)(xa)2\tfrac{1}{2}|f''(a)|(x-a)^2—use this as a heuristic, not a guaranteed bound (a formal bound requires f|f''| bounded on an interval). The smaller xa|x - a| and f|f''| near aa, the better the estimate. For higher precision at larger displacements, use a second-order Taylor polynomial instead.

How does linear approximation relate to the Taylor polynomial?

The linear approximation f(a)+f(a)(xa)f(a) + f'(a)(x-a) is identical to the degree-11 Taylor polynomial centered at aa. Taylor polynomials extend the idea by adding terms proportional to f(a)(xa)2f''(a)(x-a)^2, f(a)(xa)3f'''(a)(x-a)^3, and so on, improving accuracy farther from aa at the cost of more computation.


  • Calculus Subdomain Map — Return to the calculus hub to see where approximation sits after tangent-line work and before higher-order Taylor methods
  • Principle Structures — Organize linear approximation in its hierarchical context: derivative at a point → tangent line → linear approximation → Taylor polynomial
  • Self-Explanation — Learn to narrate worked solutions step by step
  • Retrieval Practice — Keep this formula immediately accessible
  • Problem Solving — Apply the Five-Step Strategy to approximation problems

How This Fits in Unisium

Within the calculus subdomain, Unisium treats linear approximation as the first local-estimation use of the tangent line equation: the same line that matches value and slope at aa becomes a nearby-value model for f(x)f(x). The platform links the approximation to the elaborative encoding questions, retrieval cloze prompts, and worked problems in this guide, then tracks which exercises each student has completed. When you attempt a problem tagged linearApproximation, the platform schedules follow-up retrieval at spaced intervals so the formula remains accessible under timed exam conditions.

Ready to master linear approximation? Start practicing with Unisium or explore the complete learning framework in Masterful Learning.

Masterful Learning book cover

Masterful Learning

The study system for physics, math, & programming that works: retrieval, connection, explanation, problem solving, and more.

Read the book (opens in new tab) ISBN 979-8-2652-9642-9

Ready to apply this strategy?

Join Unisium and start implementing these evidence-based learning techniques.

Start Learning with Unisium Read More Guides

Want the complete framework? This guide is from Masterful Learning.

Learn about the book →