Limits at Infinity

Find what a rational function approaches as x grows indefinitely by comparing the degrees and leading coefficients of the numerator and denominator.

limxanxnbmxm\lim_{x \to \infty} \frac{a_n x^n}{b_m x^m}

Solve a problem with Limits at Infinity

Type the problem. The solver will use Limits at Infinity where Limits at Infinity 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 Limits at Infinity takes
ana_n
bmb_m
nn
mm
xx
Limits at Infinity
SymbolMeaning
ana_nThe leading coefficient (constant multiplier) of the numerator's highest-degree term; its sign determines whether the limit points toward positive or negative infinity.
bmb_mThe leading coefficient of the denominator's highest-degree term; it determines the limit's magnitude when the numerator and denominator degrees are equal.
nnThe degree (the highest exponent) of the numerator polynomial; must be a non-negative integer and controls how fast the numerator grows as xx \to \infty.
mmThe degree of the denominator polynomial; must be a non-negative integer and determines whether the denominator or numerator dominates the behavior as xx \to \infty.
xxThe independent variable approaching infinity, representing how the function behaves for increasingly large positive values.

When to use it

Use this when you need to determine the horizontal asymptote or end behavior of a rational function as xx becomes very large.

Level

Usually taught in: Calculus I

Worked examples

1. Finding a limit when denominator degree exceeds numerator degree

Problem

Find limx3x5x2+2\lim_{x \to \infty} \frac{3x}{5x^2 + 2}
  1. limx3x5x2+2\lim_{x \to \infty} \frac{3x}{5x^2 + 2}

    Set up the limit as xx approaches infinity.

  2. limx3x5x2\approx \lim_{x \to \infty} \frac{3x}{5x^2}

    For very large xx, only the highest-degree terms matter: the numerator is degree 1 and the denominator is degree 2, so the constant 2 becomes negligible.

  3. limx3x5x2=limx35x\lim_{x \to \infty} \frac{3x}{5x^2} = \lim_{x \to \infty} \frac{3}{5x}

    Divide both numerator and denominator by xx to simplify.

  4. limx35x=0\lim_{x \to \infty} \frac{3}{5x} = 0

    As xx \to \infty, the denominator 5x5x becomes arbitrarily large while the numerator stays at 3, so the fraction shrinks to zero.

Answer: 00

The denominator's degree (2) exceeds the numerator's degree (1), so the denominator grows much faster and dominates, driving the fraction toward zero.

2. Finding a limit when numerator degree exceeds denominator degree

Problem

Find limx3x3+5x2x27\lim_{x \to \infty} \frac{-3x^3 + 5x}{2x^2 - 7}
  1. limx3x3+5x2x27\lim_{x \to \infty} \frac{-3x^3 + 5x}{2x^2 - 7}

    Set up the limit as xx approaches infinity.

  2. limx3x32x2\approx \lim_{x \to \infty} \frac{-3x^3}{2x^2}

    For very large xx, focus on the highest-degree terms in the numerator (3x3-3x^3) and denominator (2x22x^2).

  3. limx3x32x2=limx3x2\lim_{x \to \infty} \frac{-3x^3}{2x^2} = \lim_{x \to \infty} \frac{-3x}{2}

    Simplify the powers: x3x2=x\frac{x^3}{x^2} = x, so divide both numerator and denominator by x2x^2.

  4. limx3x2=\lim_{x \to \infty} \frac{-3x}{2} = -\infty

    As xx \to \infty, the numerator 3x-3x becomes increasingly negative while the denominator stays at 2, so the fraction approaches -\infty.

Answer: -\infty

The numerator's degree (3) exceeds the denominator's degree (2), so the numerator grows faster and dominates. The leading coefficient 3-3 is negative, which determines that the result is negative infinity.

3. Finding average speed on a two-leg road trip as distance increases

Problem

On a road trip, you drive 120 miles at 60 mph, then xx additional miles at 75 mph. Your average speed for the entire trip is 120+x2+x75\frac{120 + x}{2 + \frac{x}{75}}. Find the limit of the average speed as xx \to \infty.
  1. limx120+x2+x75\lim_{x \to \infty} \frac{120 + x}{2 + \frac{x}{75}}

    Set up the limit representing the average speed as the second leg's distance xx approaches infinity.

  2. limx120+x2+x75=limx75(120+x)75(2+x75)=limx9000+75x150+x\lim_{x \to \infty} \frac{120 + x}{2 + \frac{x}{75}} = \lim_{x \to \infty} \frac{75(120 + x)}{75(2 + \frac{x}{75})} = \lim_{x \to \infty} \frac{9000 + 75x}{150 + x}

    Multiply both numerator and denominator by 75 to clear the fraction in the denominator.

  3. n=1 (numerator),m=1 (denominator),a1=75,b1=1n = 1 \text{ (numerator)}, \quad m = 1 \text{ (denominator)}, \quad a_1 = 75, \quad b_1 = 1

    Both polynomials now have degree 1, with leading coefficients 75 in the numerator and 1 in the denominator.

  4. limx9000+75x150+x=751=75\lim_{x \to \infty} \frac{9000 + 75x}{150 + x} = \frac{75}{1} = 75

    When degrees are equal, the limit equals the ratio of the leading coefficients.

Answer: 75 mph75 \text{ mph}

The trip begins with 2 hours at 60 mph, but this fixed time becomes negligible compared to the total time as the second leg grows longer. Eventually, your overall average speed is determined by the speed on the longer portion of the trip, which is 75 mph.

Common mistakes

Where Limits at Infinity usually goes wrong
Answer came out wrong
Writing limx3x2+2x5x2+1=3+2=5\lim_{x \to \infty} \frac{3x^2 + 2x}{5x^2 + 1} = 3 + 2 = 5
When degrees are equal, divide only the leading coefficients: 35\frac{3}{5}, ignoring the other terms.
Assuming limx2x3x2=0\lim_{x \to \infty} \frac{2x^3}{x^2} = 0 because "larger functions go to zero at infinity"
Compare degrees first: if n>mn > m, the limit is \infty or -\infty depending on the sign of ana_n; if n<mn < m, the limit is zero.
Confusing degrees and writing limx2x2+35x2+1=\lim_{x \to \infty} \frac{2x^2 + 3}{5x^2 + 1} = \infty instead of 25\frac{2}{5}
Remember the three cases: degrees equal \Rightarrow finite limit; numerator degree larger \Rightarrow infinity limit; denominator degree larger \Rightarrow zero limit.
The mistakeWhy it is wrongThe fix
Writing limx3x2+2x5x2+1=3+2=5\lim_{x \to \infty} \frac{3x^2 + 2x}{5x^2 + 1} = 3 + 2 = 5This incorrectly adds all coefficients together instead of comparing the degrees first and focusing only on the leading coefficients when degrees are equal.When degrees are equal, divide only the leading coefficients: 35\frac{3}{5}, ignoring the other terms.
Assuming limx2x3x2=0\lim_{x \to \infty} \frac{2x^3}{x^2} = 0 because "larger functions go to zero at infinity"This reverses the correct principle: when the numerator's degree exceeds the denominator's degree, the function grows without bound (toward ±\pm\infty), not toward zero.Compare degrees first: if n>mn > m, the limit is \infty or -\infty depending on the sign of ana_n; if n<mn < m, the limit is zero.
Confusing degrees and writing limx2x2+35x2+1=\lim_{x \to \infty} \frac{2x^2 + 3}{5x^2 + 1} = \infty instead of 25\frac{2}{5}When the numerator and denominator degrees are equal, the limit is a finite number (the ratio of leading coefficients), not infinity.Remember the three cases: degrees equal \Rightarrow finite limit; numerator degree larger \Rightarrow infinity limit; denominator degree larger \Rightarrow zero limit.

Tips and when to use something else

  • Degree is everything: compare nn and mm first before performing any arithmetic. The relationship between these numbers determines the entire answer.
  • If degrees are equal, you only need the leading coefficients ana_n and bmb_m; all other terms vanish as xx \to \infty.
  • For polynomial limits at infinity, you can also use L'Hopital's Rule, but degree comparison is usually faster and does not require calculus.
  • Watch the sign of the leading coefficient: if n>mn > m and ana_n is negative, the limit is -\infty, not ++\infty.

Frequently asked questions

What does limx\lim_{x \to \infty} actually mean?
It asks what value the function approaches (or whether it grows without bound) as the input xx becomes arbitrarily large and positive. The arrow means "approaches," so this reads as "the limit as xx approaches infinity."
Do I always have to look at leading coefficients?
No—first compare the degrees nn and mm. Only if they are equal do you need to examine the leading coefficients; otherwise, the degree comparison alone tells you whether the limit is 0, \infty, or -\infty.
Can the limit be a negative number other than zero?
Yes. For example, limx2x3x=23\lim_{x \to \infty} \frac{2x}{3x} = \frac{2}{3} is positive, while limx2x23x2=23\lim_{x \to \infty} \frac{-2x^2}{3x^2} = -\frac{2}{3} is negative. The sign depends on whether the leading coefficients ana_n and bmb_m have the same sign or opposite signs.
What is a horizontal asymptote?
A horizontal asymptote is a horizontal line that the graph approaches as xx \to \infty or xx \to -\infty. If limxf(x)=L\lim_{x \to \infty} f(x) = L where LL is a finite number, then the line y=Ly = L is a horizontal asymptote of the graph.

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