Limit Laws

The Sum Law shows that a limit of a sum equals the sum of the limits, provided both limits exist and are finite numbers.

lim(f±g)=limf±limg\lim (f \pm g) = \lim f \pm \lim g

Solve a problem with Limit Laws

Type the problem. The solver will use Limit Laws where Limit Laws 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 Limit Laws takes
ff
gg
Limit Laws
SymbolMeaning
ffA function representing one piece of the sum; this can be any function, but for the law to apply, limf\lim f must exist and be a finite real number.
ggA second function being added to or subtracted from ff; like ff, it must have a finite limit for the law to work.

When to use it

Use the Sum Law when you have a limit of an expression that is clearly a sum or difference of two simpler functions.

Level

Usually taught in: Calculus I

Worked examples

1. Sum of a linear function and a constant

Problem

Evaluate limx1(2x+4)\lim_{x \to 1} (2x + 4).
  1. limx1(2x+4)=limx12x+limx14\lim_{x \to 1} (2x + 4) = \lim_{x \to 1} 2x + \lim_{x \to 1} 4

    The Sum Law lets us split the limit of the sum into the sum of the limits, so we write out the limit of each piece separately.

  2. =2limx1x+4= 2 \cdot \lim_{x \to 1} x + 4

    The constant multiple law lets us pull a coefficient outside the limit: limx12x=2limx1x\lim_{x \to 1} 2x = 2 \cdot \lim_{x \to 1} x. The limit of a constant is the constant itself.

  3. =21+4= 2 \cdot 1 + 4

    Evaluate each limit: limx1x=1\lim_{x \to 1} x = 1 and limx14=4\lim_{x \to 1} 4 = 4.

  4. =6= 6

    Simplify the arithmetic.

Answer: 66

The Sum Law transforms a sum into two simpler limits we can handle separately. This is much faster than trying to compute the limit of 2x+42x + 4 directly from first principles. Once we split, each piece is straightforward to evaluate.

2. Difference of a polynomial and a rational function

Problem

Evaluate limx3(5x1x)\lim_{x \to 3} \left( 5x - \frac{1}{x} \right).
  1. limx3(5x1x)=limx35xlimx31x\lim_{x \to 3} \left( 5x - \frac{1}{x} \right) = \lim_{x \to 3} 5x - \lim_{x \to 3} \frac{1}{x}

    The Difference Law (the minus-sign version of the Sum Law) lets us split this into two separate limits.

  2. =5limx3xlimx31limx3x= 5 \cdot \lim_{x \to 3} x - \frac{\lim_{x \to 3} 1}{\lim_{x \to 3} x}

    Pull the constant 5 outside the first limit using the constant multiple law. For the second piece, use the quotient law: limfg=limflimg\lim \frac{f}{g} = \frac{\lim f}{\lim g} (provided limg0\lim g \ne 0).

  3. =5313= 5 \cdot 3 - \frac{1}{3}

    Evaluate: limx3x=3\lim_{x \to 3} x = 3, limx31=1\lim_{x \to 3} 1 = 1, and limx3x=3\lim_{x \to 3} x = 3 again.

  4. =1513= 15 - \frac{1}{3}

    Compute 5×3=155 \times 3 = 15.

  5. =45313=443= \frac{45}{3} - \frac{1}{3} = \frac{44}{3}

    Use a common denominator: convert 1515 to 453\frac{45}{3}, then subtract to get 443\frac{44}{3}.

Answer: 443\frac{44}{3}

This example shows the Sum Law working with more complex functions—a polynomial and a rational function. The key insight is that both limits must be finite and real before the law applies. Here, the denominator limx3x=30\lim_{x \to 3} x = 3 \ne 0, so the quotient law (a sibling of the Sum Law) is valid.

3. Basketball scoring: sum of two performance components

Problem

A basketball player's score is modeled as the sum of two components: regular field goals f(t)f(t) and free-throw bonuses g(t)g(t), where tt is minutes played. As the player approaches 20 minutes of play, their regular scoring approaches limt20f(t)=12\lim_{t \to 20} f(t) = 12 points, and their free-throw bonus approaches limt20g(t)=3\lim_{t \to 20} g(t) = 3 points. What total points does the player approach at 20 minutes?
  1. limt20(f(t)+g(t))=?\lim_{t \to 20} (f(t) + g(t)) = ?

    We need to find the limit of a sum of two functions, which is exactly what the Sum Law handles.

  2. =limt20f(t)+limt20g(t)= \lim_{t \to 20} f(t) + \lim_{t \to 20} g(t)

    Apply the Sum Law to split the limit of the sum into a sum of limits.

  3. =12+3= 12 + 3

    Substitute the given limit values: limt20f(t)=12\lim_{t \to 20} f(t) = 12 and limt20g(t)=3\lim_{t \to 20} g(t) = 3.

  4. =15= 15

    Add the components to find the total.

Answer: 15 points15 \text{ points}

This real-world scenario shows why the Sum Law is useful: we model total performance as a sum of independent components, each with its own limit. The Sum Law lets us combine models directly—the total limit is just the sum of the component limits. This is much more efficient than deriving a formula for the combined score and then taking its limit.

Common mistakes

Where Limit Laws usually goes wrong
Answer came out wrong
Applying the Sum Law to limx0(sin(x)+1x)\lim_{x \to 0} \left( \sin(x) + \frac{1}{x} \right) and writing 0+0 + \infty.
First check that both limf\lim f and limg\lim g are finite. Here, limx01x\lim_{x \to 0} \frac{1}{x} does not exist, so the Sum Law does not apply; the overall limit is also undefined.
Writing limx2(3x2+4x)=3(2)2+4(2)=20\lim_{x \to 2} (3x^2 + 4x) = 3(2)^2 + 4(2) = 20 without showing the Sum Law step.
Always show the step: limx2(3x2+4x)=limx23x2+limx24x=12+8=20\lim_{x \to 2} (3x^2 + 4x) = \lim_{x \to 2} 3x^2 + \lim_{x \to 2} 4x = 12 + 8 = 20. This makes your reasoning transparent.
Using the Sum Law when told that limf\lim f or limg\lim g does not exist, writing lim(f+g)=(does not exist)+5\lim(f + g) = (\text{does not exist}) + 5 and claiming this equals something.
If a limit does not exist, the Sum Law does not apply at all. Use other methods like the Squeeze Theorem or L'Hopital's Rule, or re-examine whether the sum might have a limit through cancellation.
The mistakeWhy it is wrongThe fix
Applying the Sum Law to limx0(sin(x)+1x)\lim_{x \to 0} \left( \sin(x) + \frac{1}{x} \right) and writing 0+0 + \infty.The Sum Law requires both limits to be finite real numbers; it cannot be applied if either limit is \infty, -\infty, or does not exist.First check that both limf\lim f and limg\lim g are finite. Here, limx01x\lim_{x \to 0} \frac{1}{x} does not exist, so the Sum Law does not apply; the overall limit is also undefined.
Writing limx2(3x2+4x)=3(2)2+4(2)=20\lim_{x \to 2} (3x^2 + 4x) = 3(2)^2 + 4(2) = 20 without showing the Sum Law step.Skipping the explicit application of the Sum Law makes your work harder to follow and can hide mistakes; the law requires you to split the sum first.Always show the step: limx2(3x2+4x)=limx23x2+limx24x=12+8=20\lim_{x \to 2} (3x^2 + 4x) = \lim_{x \to 2} 3x^2 + \lim_{x \to 2} 4x = 12 + 8 = 20. This makes your reasoning transparent.
Using the Sum Law when told that limf\lim f or limg\lim g does not exist, writing lim(f+g)=(does not exist)+5\lim(f + g) = (\text{does not exist}) + 5 and claiming this equals something.The Sum Law is a conditional rule: it only applies if the hypotheses (both limits exist and are finite) are satisfied; applying it when they fail is invalid.If a limit does not exist, the Sum Law does not apply at all. Use other methods like the Squeeze Theorem or L'Hopital's Rule, or re-examine whether the sum might have a limit through cancellation.

Tips and when to use something else

  • The Sum Law (and the constant multiple law) make limits 'linear' operators—this is why complex limits can be broken into simpler pieces.
  • For products and quotients, use the Product Law and Quotient Law instead; these have similar forms but require extra care when factors or denominators approach zero.
  • If one limit fails to exist or is infinite, the Sum Law breaks down completely—try the Squeeze Theorem or L'Hopital's Rule instead.
  • Always verify that both limf\lim f and limg\lim g are finite real numbers before concluding lim(f+g)=limf+limg\lim(f + g) = \lim f + \lim g. Forms like +5\infty + 5 or +3-\infty + 3 are undefined and signal the law does not apply.

Frequently asked questions

Can I use the Sum Law if one of the limits is infinity?
No. The Sum Law requires both limits to be finite real numbers. If limg=\lim g = \infty, the form limf+\lim f + \infty is undefined, and the law does not apply. You may be looking at an indeterminate form like \infty - \infty, which requires a different technique.
What if one limit does not exist at all (not even as infinity)?
The Sum Law cannot be used. If limg\lim g oscillates or is undefined, you cannot write lim(f+g)=limf+(undefined)\lim(f + g) = \lim f + (\text{undefined}). The sum might still have a limit through cancellation, but you must investigate this separately using other methods.
Can I use the Sum Law backward to split a known limit?
Not directly. The law states: if limf\lim f and limg\lim g both exist and are finite, then lim(f+g)=limf+limg\lim(f + g) = \lim f + \lim g. You cannot reverse this to conclude that knowing lim(f+g)\lim(f + g) means you can find limf\lim f and limg\lim g separately. Both limits must be verifiable independently first.
Is the Sum Law the same as saying limits are linear?
Yes, in the sense that limits respect sums and scalar multiples—the Sum Law and constant multiple law together make limits a linear operator. This is why calculus can split complex expressions into simpler pieces. However, limits are not linear for products or quotients without additional restrictions, so the Product Law and Quotient Law have different conditions.

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