Linear Approximation

Use the tangent line at a known point to estimate a function's value nearby when exact calculations are difficult or unnecessary.

L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x - a)

Solve a problem with Linear Approximation

Type the problem. The solver will use Linear Approximation where Linear Approximation is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Linear Approximation takes
LL
ff
aa
xx
Linear Approximation
SymbolMeaning
LLThe linear approximation function—it is the equation of the tangent line to ff at x=ax = a. If you treat L(x)L(x) as exact rather than approximate, you ignore the true function's curvature and accumulate error away from aa.
ffThe original function you are approximating. If you use LL in place of ff for points far from aa, the approximation breaks down because the tangent line is flat but ff may curve significantly.
aaThe center point—the fixed xx-coordinate where you know both the function value f(a)f(a) and the derivative f(a)f'(a). If you confuse aa with xx or choose aa far from your target point, the approximation becomes unreliable.
xxThe independent variable or input where you want to estimate the function value L(x)L(x). If you plug in a value very far from aa, the linear approximation diverges from the true function because you are leaving the neighborhood where the tangent line is accurate.

When to use it

Reach for linear approximation when you need a quick estimate of a function value close to a point where you already know the slope.

Level

Usually taught in: Calculus I

Worked examples

1. Approximate a square root using a nearby integer

Problem

Use linear approximation to estimate 4.1\sqrt{4.1} using f(x)=xf(x) = \sqrt{x} with center point a=4a = 4.
  1. f(4)=4=2f(4) = \sqrt{4} = 2

    Evaluate the function at the center point a=4a = 4.

  2. f(x)=12xf'(x) = \frac{1}{2\sqrt{x}}

    Find the derivative of f(x)=xf(x) = \sqrt{x} using the power rule: f(x)=x1/2f(x) = x^{1/2}, so f(x)=12x1/2f'(x) = \frac{1}{2}x^{-1/2}.

  3. f(4)=124=14f'(4) = \frac{1}{2\sqrt{4}} = \frac{1}{4}

    Evaluate the derivative at the center point.

  4. L(x)=2+14(x4)L(x) = 2 + \frac{1}{4}(x - 4)

    Apply the linear approximation formula L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x - a).

  5. L(4.1)=2+14(0.1)=2+0.025=2.025L(4.1) = 2 + \frac{1}{4}(0.1) = 2 + 0.025 = 2.025

    Substitute x=4.1x = 4.1 and evaluate.

Answer: 4.12.025\sqrt{4.1} \approx 2.025

We chose a=4a = 4 because 4=2\sqrt{4} = 2 is easy to compute and 4.14.1 is very close to 44. The tangent line at (4,2)(4, 2) with slope 1/41/4 is an excellent approximation for nearby points. The actual value is 4.12.0248...\sqrt{4.1} \approx 2.0248..., showing that linear approximation is highly accurate when xx is very close to aa.

2. Approximate an exponential using the tangent line at zero

Problem

Use linear approximation to estimate e0.1e^{0.1} using f(x)=exf(x) = e^x with center point a=0a = 0.
  1. f(0)=e0=1f(0) = e^0 = 1

    The exponential at zero is always 1.

  2. f(x)=exf'(x) = e^x

    The derivative of exe^x is exe^x itself.

  3. f(0)=e0=1f'(0) = e^0 = 1

    Evaluate the derivative at a=0a = 0.

  4. L(x)=1+1(x0)=1+xL(x) = 1 + 1 \cdot (x - 0) = 1 + x

    Substitute into the linear approximation formula and simplify.

  5. L(0.1)=1+0.1=1.1L(0.1) = 1 + 0.1 = 1.1

    Plug in x=0.1x = 0.1 to get the estimate.

Answer: e0.11.1e^{0.1} \approx 1.1

Linear approximation of exponentials near x=0x = 0 is remarkably clean because exe^x and its derivative are identical, both equaling 1 at zero. This gives the tangent line the simple form L(x)=1+xL(x) = 1 + x. The true value is e0.11.1052...e^{0.1} \approx 1.1052..., so the approximation error is less than 0.0050.005.

3. Estimate account growth using a known rate of change

Problem

A savings account balance after tt years is modeled by A(t)=1000(1.05)tA(t) = 1000(1.05)^t dollars. You know that after 2 years the balance is $1102.50\$1102.50 and the account is growing at $53.77\$53.77 per year. Use linear approximation to estimate the balance at t=2.1t = 2.1 years.
  1. L(t)=1102.50+53.77(t2)L(t) = 1102.50 + 53.77(t - 2)

    Set up the linear approximation L(t)=A(2)+A(2)(t2)L(t) = A(2) + A'(2)(t - 2) using the known balance and growth rate at t=2t = 2.

  2. L(2.1)=1102.50+53.77(2.12)L(2.1) = 1102.50 + 53.77(2.1 - 2)

    Substitute t=2.1t = 2.1 into the formula.

  3. L(2.1)=1102.50+53.77(0.1)L(2.1) = 1102.50 + 53.77(0.1)

    Simplify the argument: 2.12=0.12.1 - 2 = 0.1.

  4. L(2.1)=1102.50+5.377=1107.877L(2.1) = 1102.50 + 5.377 = 1107.877

    Compute 53.77×0.1=5.37753.77 \times 0.1 = 5.377 and add to the initial balance.

Answer: A(2.1)$1107.88A(2.1) \approx \$1107.88

Linear approximation is invaluable in finance because accountants and investors rarely recalculate the entire formula for near-term projections—they use the current state and known rate of change. This method trades a tiny amount of accuracy for speed and clarity. The exact value from the formula is 1000(1.05)2.11107.891000(1.05)^{2.1} \approx 1107.89, so the linear estimate is essentially perfect for a 0.1-year time step.

Common mistakes

Where Linear Approximation usually goes wrong
Answer came out wrong
Writing L(x)=f(a)+f(x)(xa)L(x) = f(a) + f'(x)(x - a) or forgetting to evaluate the derivative at aa.
Always substitute f(a)f'(a)—that is, evaluate the derivative at the center point—not f(x)f'(x).
Using linear approximation to estimate values far from aa without checking whether the result is reasonable.
Restrict linear approximation to neighborhoods close to aa (typically xa<0.1|x - a| < 0.1 or smaller), and for distant estimates, use a better method like Taylor series or compute the exact value.
Leaving L(x)L(x) in the form L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x - a) and not expanding it to L(x)=mx+bL(x) = mx + b form.
After plugging in f(a)f(a) and f(a)f'(a), distribute and simplify to get the slope-intercept form L(x)=mx+bL(x) = mx + b, then substitute your value of xx.
The mistakeWhy it is wrongThe fix
Writing L(x)=f(a)+f(x)(xa)L(x) = f(a) + f'(x)(x - a) or forgetting to evaluate the derivative at aa.The derivative in the formula must be a constant (the slope at one point), not a function of xx; if you use f(x)f'(x), the result is no longer a linear function.Always substitute f(a)f'(a)—that is, evaluate the derivative at the center point—not f(x)f'(x).
Using linear approximation to estimate values far from aa without checking whether the result is reasonable.Linear approximation is only accurate near the center point; as xa|x - a| increases, the tangent line diverges from the actual curve because it ignores the function's curvature.Restrict linear approximation to neighborhoods close to aa (typically xa<0.1|x - a| < 0.1 or smaller), and for distant estimates, use a better method like Taylor series or compute the exact value.
Leaving L(x)L(x) in the form L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x - a) and not expanding it to L(x)=mx+bL(x) = mx + b form.The unexpanded form hides computational errors and makes it harder to spot if you have substituted the derivative correctly; expanding forces you to check your arithmetic.After plugging in f(a)f(a) and f(a)f'(a), distribute and simplify to get the slope-intercept form L(x)=mx+bL(x) = mx + b, then substitute your value of xx.

Tips and when to use something else

  • Linear approximation is just the tangent line equation—if you can write a tangent line in point-slope form, you already know linear approximation.
  • For small changes in xx (roughly xa<0.1|x - a| < 0.1), linear approximation is nearly exact; error grows fast the farther you move from aa.
  • In applied fields like physics and engineering, linear approximation is preferred for quick estimates because it requires only the current state and rate of change, not the full function formula.
  • If linear approximation is not accurate enough, use quadratic approximation (the second-order Taylor polynomial) or compute the exact value; do not just hope the error stays small.

Frequently asked questions

Why do I need to learn linear approximation if I can just use a calculator?
Linear approximation teaches you how functions behave near a point, which is the conceptual foundation of derivatives and optimization. In real-world applications, it lets engineers and scientists quickly estimate how a system responds to small changes without recomputing from scratch. It is also essential for proving theorems in calculus—the entire theory of derivatives rests on understanding how a function compares to its tangent line.
How do I know if my linear approximation is good enough?
The closer xx is to aa, the better the approximation. For xa<0.1|x - a| < 0.1 you can usually trust it; beyond that, check the true value if accuracy matters. The curvature of ff also matters: if f(a)|f''(a)| is large (the function curves sharply), the tangent line diverges faster, so you need xx even closer to aa.
What if f(a)=0f'(a) = 0?
When f(a)=0f'(a) = 0, the tangent line is horizontal, so L(x)=f(a)L(x) = f(a). This is a valid approximation; it tells you the function is nearly flat at aa. If f(a)f'(a) is undefined (a corner or vertical tangent), linear approximation does not exist at that point and you need a different approach.
What is the difference between linear approximation and a Taylor series?
Linear approximation is the first-order Taylor polynomial—it uses the value and slope at aa. A Taylor series adds higher-order terms (curvature, etc.) to extend accuracy farther from aa. Use linear approximation for quick estimates very close to aa; use a Taylor series if you need accuracy over a wider range.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18