Infinite Limits

Infinite Limits describe when a function grows unboundedly as the input approaches a specific value, letting you identify and analyze vertical asymptotes.

limxaf(x)=±\lim_{x \to a} f(x) = \pm\infty

Solve a problem with Infinite Limits

Type the problem. The solver will use Infinite Limits where Infinite Limits 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 Infinite Limits takes
ff
xx
aa
Infinite Limits
SymbolMeaning
ffThe function being analyzed—this is the rule or formula you're studying, not a single number; forgetting this distinction leads to applying the limit machinery to constants instead of expressions.
xxThe independent variable (input); in a limit, xx approaches aa arbitrarily closely but never actually equals aa, and confusing this causes students to think the function must be defined exactly at aa for the limit to exist.
aaThe specific value the input approaches; the limit describes what happens as xx gets close to aa, not necessarily what happens at x=ax = a itself, so the function can be undefined at that point even when the limit is infinite.

When to use it

Use this when a function's outputs become unbounded as the input approaches a particular value, indicating a vertical asymptote.

Level

Usually taught in: Calculus I

Worked examples

1. One-sided limits of a simple rational function

Problem

Determine limx21x2\lim_{x \to 2} \frac{1}{x-2}.
  1. x20+ as x2+x - 2 \to 0^{+} \text{ as } x \to 2^{+}

    When xx approaches 2 from the right (values slightly greater than 2), the denominator approaches a small positive number.

  2. 1x2+ as x2+\frac{1}{x-2} \to +\infty \text{ as } x \to 2^{+}

    A small positive number in the denominator makes the fraction grow without bound in the positive direction.

  3. x20 as x2x - 2 \to 0^{-} \text{ as } x \to 2^{-}

    When xx approaches 2 from the left (values slightly less than 2), the denominator approaches a small negative number.

  4. 1x2 as x2\frac{1}{x-2} \to -\infty \text{ as } x \to 2^{-}

    A small negative number in the denominator makes the fraction grow without bound in the negative direction.

Answer: limx2+1x2=+ and limx21x2=\lim_{x \to 2^{+}} \frac{1}{x-2} = +\infty \text{ and } \lim_{x \to 2^{-}} \frac{1}{x-2} = -\infty

The left and right limits differ (one is ++\infty, the other is -\infty), so there is no single two-sided infinite limit. The function has a vertical asymptote at x=2x = 2, and the sign of infinity depends on which direction you approach from.

2. Squared denominator with positive infinity from both sides

Problem

Evaluate limx15(x+1)2\lim_{x \to -1} \frac{5}{(x+1)^2}.
  1. (x+1)20+ as x1(x+1)^2 \to 0^{+} \text{ as } x \to -1

    Since (x+1)2(x+1)^2 is always non-negative and equals zero only at x=1x = -1, it approaches 0 from the positive side regardless of approach direction.

  2. 5(x+1)2=positivepositive+\frac{5}{(x+1)^2} = \frac{\text{positive}}{\text{positive}} \to +\infty

    A positive numerator divided by a small positive denominator yields a positive result growing without bound.

  3. limx1+5(x+1)2=+ and limx15(x+1)2=+\lim_{x \to -1^{+}} \frac{5}{(x+1)^2} = +\infty \text{ and } \lim_{x \to -1^{-}} \frac{5}{(x+1)^2} = +\infty

    Both one-sided limits approach ++\infty because the denominator is positive from both sides.

Answer: limx15(x+1)2=+\lim_{x \to -1} \frac{5}{(x+1)^2} = +\infty

When the denominator becomes zero but is always positive near the point, both one-sided limits equal ++\infty, so we can write the two-sided limit as ++\infty. The squaring in the denominator ensures the sign is always positive regardless of approach direction.

3. Garden design: planting density approaching infinity as width shrinks

Problem

A farmer plans to distribute exactly 50 plants in a rectangular garden of width ww meters. The planting density is D(w)=50wD(w) = \frac{50}{w} plants per square meter. Determine limw0+50w\lim_{w \to 0^{+}} \frac{50}{w}.
  1. D(w)=50w with w>0D(w) = \frac{50}{w} \text{ with } w > 0

    The density function depends on the width; 50 is the fixed total number of plants to accommodate.

  2. w=0.1    D(0.1)=500.1=500w = 0.1 \implies D(0.1) = \frac{50}{0.1} = 500

    At a width of 0.1 meter, the density must be 500 plants per square meter to fit all 50 plants.

  3. w=0.01    D(0.01)=500.01=5000w = 0.01 \implies D(0.01) = \frac{50}{0.01} = 5000

    At a width of 0.01 meter, the required density becomes 5000 plants per square meter—clearly impractical.

  4. As w0+, the fraction 50w grows without bound\text{As } w \to 0^{+}, \text{ the fraction } \frac{50}{w} \text{ grows without bound}

    There is no smallest positive width; we can always make ww smaller, forcing the density to become arbitrarily large.

Answer: limw0+50w=+\lim_{w \to 0^{+}} \frac{50}{w} = +\infty

This infinite limit shows that fitting a fixed number of plants into an increasingly narrow garden requires the planting density to grow without bound. The limit identifies the boundary of feasible designs: widths close to zero make the problem physically impossible, illustrating why infinite limits matter in applied engineering.

Common mistakes

Where Infinite Limits usually goes wrong
Answer came out wrong
Writing limx21x2=\lim_{x \to 2} \frac{1}{x-2} = \infty without specifying positive or negative infinity.
Always compute left and right limits separately when the denominator changes sign. Write limx2+1x2=+\lim_{x \to 2^{+}} \frac{1}{x-2} = +\infty and limx21x2=\lim_{x \to 2^{-}} \frac{1}{x-2} = -\infty, or state that the two-sided limit does not exist.
Claiming limx01x2=\lim_{x \to 0} \frac{1}{x^2} = -\infty because the denominator is zero.
Always track the sign of the denominator from both directions. Since x2>0x^2 > 0 for all x0x \ne 0, the correct answer is limx01x2=+\lim_{x \to 0} \frac{1}{x^2} = +\infty.
Treating limx3x3x3\lim_{x \to 3} \frac{x-3}{x-3} as an infinite limit because the denominator approaches zero.
Simplify algebraically before applying limit rules: x3x3=1\frac{x-3}{x-3} = 1 for x3x \ne 3, so limx3x3x3=1\lim_{x \to 3} \frac{x-3}{x-3} = 1. Infinite limits only occur when a zero in the denominator cannot be canceled by the numerator.
The mistakeWhy it is wrongThe fix
Writing limx21x2=\lim_{x \to 2} \frac{1}{x-2} = \infty without specifying positive or negative infinity.The one-sided limits differ (++\infty from the right, -\infty from the left), so an unsigned statement is incomplete and masks the asymptote's directional behavior.Always compute left and right limits separately when the denominator changes sign. Write limx2+1x2=+\lim_{x \to 2^{+}} \frac{1}{x-2} = +\infty and limx21x2=\lim_{x \to 2^{-}} \frac{1}{x-2} = -\infty, or state that the two-sided limit does not exist.
Claiming limx01x2=\lim_{x \to 0} \frac{1}{x^2} = -\infty because the denominator is zero.Even though the denominator is zero, x2x^2 is always positive, so a positive numerator divided by a positive denominator approaching zero can never yield -\infty.Always track the sign of the denominator from both directions. Since x2>0x^2 > 0 for all x0x \ne 0, the correct answer is limx01x2=+\lim_{x \to 0} \frac{1}{x^2} = +\infty.
Treating limx3x3x3\lim_{x \to 3} \frac{x-3}{x-3} as an infinite limit because the denominator approaches zero.The numerator and denominator have a common factor that cancels for all x3x \ne 3, so the simplified function is 1—a finite number with no infinite limit.Simplify algebraically before applying limit rules: x3x3=1\frac{x-3}{x-3} = 1 for x3x \ne 3, so limx3x3x3=1\lim_{x \to 3} \frac{x-3}{x-3} = 1. Infinite limits only occur when a zero in the denominator cannot be canceled by the numerator.

Tips and when to use something else

  • Check the sign of the numerator and denominator on both sides of the target value—if the denominator changes sign but the numerator does not, the left and right infinite limits will have opposite signs.
  • Look for common factors in the numerator and denominator before concluding the limit is infinite—factoring and canceling may eliminate the zero denominator entirely.
  • Infinite limits describe vertical asymptotes at a finite value x=ax = a; if instead you see xx \to \infty or xx \to -\infty, use Limits at Infinity instead to describe horizontal asymptotes.
  • Build intuition by testing numerical values close to the target—substitute x=a+0.1x = a + 0.1, x=a0.1x = a - 0.1, x=a+0.01x = a + 0.01 to see whether the function output is growing positively, negatively, or staying bounded.

Frequently asked questions

What's the difference between limx3f(x)=\lim_{x \to 3} f(x) = \infty and f(3)=f(3) = \infty?
The limit describes behavior as xx approaches 3, not what happens exactly at 3. Since infinity is not a real number, f(3)=f(3) = \infty is undefined—the function typically has no output at x=3x = 3. However, limx3f(x)\lim_{x \to 3} f(x) can still equal \infty. For instance, f(x)=1x3f(x) = \frac{1}{x-3} is undefined at x=3x = 3, yet the one-sided limits are infinite.
Can one side of a limit be infinite while the other is finite?
No; if either one-sided limit is infinite, the two-sided limit does not exist. However, you can have one one-sided limit be ++\infty and the other be -\infty, as in limx01x=\lim_{x \to 0^{-}} \frac{1}{x} = -\infty and limx0+1x=+\lim_{x \to 0^{+}} \frac{1}{x} = +\infty. In this case, the two-sided limit limx01x\lim_{x \to 0} \frac{1}{x} is undefined.
How do I know if a limit is ++\infty or -\infty just by looking at the expression?
Factor the numerator and denominator, then determine the sign of each piece as xx approaches the target value from each direction. The product of the numerator's sign and the denominator's sign tells you whether the result is ++\infty or -\infty. Creating a sign chart or testing points slightly to the left and right of the target value helps determine signs accurately.
Are infinite limits the same as discontinuities?
Infinite limits indicate a vertical asymptote, which is one specific type of discontinuity, but not all discontinuities are infinite. A jump discontinuity (where left and right limits are finite but different) or a removable discontinuity (a hole in the graph) do not involve infinite limits. Functions with infinite limits are always discontinuous, but discontinuity does not always mean an infinite limit exists.

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