AP Calculus AB and BC

How to Find Limits: Every Method, in Order

Try direct substitution first: plug in the value x approaches, and a real number is your answer. If you get 0/0, factor, or multiply by a conjugate when a square root appears. Match sin x / x shapes to known trig limits, and use the squeeze theorem for oscillating functions.

The order to try methods

The fastest way to find a limit is to substitute the value xx approaches. If the function is defined and continuous there, the number you get is the limit, and you are done (Topic 1.5). Everything else in this guide exists for the cases where substitution fails. So the real skill is not memorizing five techniques: it is reading the form substitution hands back and letting that form pick the technique.

After you substitute, one of a few things happens. Match what you see to the row below, then jump to that method. This table is the whole decision procedure, and the rest of the guide just fills in each row.

After substituting you getWhat it meansWhat to do
A real numberThe function is continuous at that pointStop. That number is the limit.
00\frac{0}{0}Indeterminate: a common factor is hidingFactor, or multiply by a conjugate if a radical is present
A nonzero number over 00, such as 50\frac{5}{0}Vertical asymptoteThe limit is ++\infty, -\infty, or does not exist (Topic 1.14)
00\frac{0}{0} from a sinxx\frac{\sin x}{x} shapeA special trig limitRewrite to a known trig limit, or use the squeeze theorem (Topic 1.8)

00\frac{0}{0} is called an indeterminate form for a reason: it is a signal to keep working, not an answer. It never means the limit is 00, and it does not by itself mean the limit fails to exist.

Direct substitution: the default

Substitution works because of the limit laws and continuity. The limit laws (Topic 1.5) say the limit of a sum, difference, product, quotient, or composition is built from the limits of the pieces, and polynomial, rational, power, exponential, logarithmic, and trigonometric functions are continuous everywhere they are defined (Topic 1.12). Put those together and, for any of those functions, the limit as xcx \to c equals the value at cc whenever cc is in the domain (continuity at a point, Topic 1.11).

So limx4(x23x+1)\lim_{x \to 4} (x^2 - 3x + 1) is just 1612+1=516 - 12 + 1 = 5. No manipulation, no special cases. If you can plug in the number and nothing blows up, that is the whole problem. Reach for the harder methods only when substitution produces 00\frac{0}{0}.

This is why so many textbook limits look trivial: they are continuity in disguise. The interesting problems are engineered so that substitution breaks, which is the exam's way of testing whether you can recognize and repair the break. When it breaks, it almost always breaks as 00\frac{0}{0}, and that specific failure is what the next two sections handle.

When substitution gives 0/0: factor or use the conjugate

If substituting cc makes both the numerator and denominator zero, a common factor of (xc)(x - c) is hiding. For polynomials, (xc)(x - c) divides both of them directly; when a radical is present, that shared (xc)(x - c) factor is exposed only after you multiply by the conjugate. Either way, that shared factor is what makes the fraction look like 00\frac{0}{0}, and your job is to expose it and cancel it (Topic 1.6).

Factoring is the move when you have polynomials. Factor the top and bottom, cancel the common (xc)(x - c), and substitute into what is left. The cancellation is legal because a limit only cares about xx near cc, not at cc, so dividing by (xc)(x - c) is fine for every xx the limit actually looks at.

The conjugate is the move when a square root sits inside the 00\frac{0}{0} expression. Multiply the numerator and denominator by the conjugate of the radical part, which turns a difference like x+42\sqrt{x+4} - 2 into a difference of squares. The radical disappears, a factor cancels, and substitution finishes the job. Quick recognition rule: polynomials on both sides means factor; a stubborn square root means conjugate.

Trig limits and the squeeze theorem

Some 00\frac{0}{0} limits will not factor and have no radical to rationalize, because the trouble is trigonometric. Two results, both provable with the squeeze theorem, cover almost every case on the exam:

limx0sinxx=1limx01cosxx=0\lim_{x \to 0} \frac{\sin x}{x} = 1 \qquad \lim_{x \to 0} \frac{1 - \cos x}{x} = 0

When you see a sine divided by its own argument (or something you can reshape into that), match it to the first result. For example, limx0sin3x4x\lim_{x \to 0} \frac{\sin 3x}{4x} is 00\frac{0}{0}, but rewriting gives sin3x4x=34sin3x3x\frac{\sin 3x}{4x} = \frac{3}{4} \cdot \frac{\sin 3x}{3x}. As x0x \to 0 the argument 3x03x \to 0 as well, so sin3x3x1\frac{\sin 3x}{3x} \to 1 and the limit is 34\frac{3}{4}.

The squeeze theorem is the tool of last resort, and the one to reach for when a function oscillates. It says that if g(x)f(x)h(x)g(x) \le f(x) \le h(x) for all xx near cc, and limxcg(x)=limxch(x)=L\lim_{x \to c} g(x) = \lim_{x \to c} h(x) = L, then limxcf(x)=L\lim_{x \to c} f(x) = L too. Use it when substitution and algebra both fail because a bounded but wildly oscillating piece like sin ⁣(1x)\sin\!\left(\frac{1}{x}\right) refuses to settle, yet you can trap the whole expression between two functions that meet at the same value (Topic 1.8).

Pitfalls and how to choose fast

  • 00\frac{0}{0} versus c0\frac{c}{0}: a zero over a zero is indeterminate and calls for algebra; a nonzero number over zero is a vertical asymptote, so the limit is infinite or does not exist. They look similar and lead to opposite conclusions.
  • Do not stop at 00\frac{0}{0} and write 'does not exist.' That form means the answer is still reachable, usually with one factoring or conjugate step.
  • Check one-sided limits when the function is piecewise, or when xx approaches the edge of a domain or a vertical asymptote. If the left and right limits disagree, the two-sided limit does not exist (Topic 1.3).
  • L'Hôpital's Rule (BC only, Topic 4.7) is not needed for anything in Unit 1. Every 00\frac{0}{0} here yields to factoring, a conjugate, or a trig limit.
  • If a function oscillates without settling, either squeeze it or conclude the limit does not exist. Oscillation never factors away.

Run the same loop every time: substitute, read the form, and let the form choose the method. That single habit, not raw memorization, is what makes limit problems fast.

Worked examples

Worked example

Factoring a 0/0 rational limit (Topic 1.6)

Evaluate limx2x24x2x2\lim_{x \to 2} \frac{x^2 - 4}{x^2 - x - 2}.

  1. Substitute x=2x = 2 first. The numerator is 44=04 - 4 = 0 and the denominator is 422=04 - 2 - 2 = 0, giving 00\frac{0}{0}. That is indeterminate, so both parts share the factor (x2)(x - 2). Factor to find it.
  2. Factor the numerator as a difference of squares: x24=(x2)(x+2)x^2 - 4 = (x - 2)(x + 2).
  3. Factor the denominator: x2x2=(x2)(x+1)x^2 - x - 2 = (x - 2)(x + 1).
  4. Rewrite the fraction and cancel the common factor: (x2)(x+2)(x2)(x+1)=x+2x+1\frac{(x - 2)(x + 2)}{(x - 2)(x + 1)} = \frac{x + 2}{x + 1}. Canceling (x2)(x - 2) is valid because the limit only uses values of xx near 22, never x=2x = 2 itself.
  5. Substitute x=2x = 2 into the reduced form: 2+22+1=43\frac{2 + 2}{2 + 1} = \frac{4}{3}.

The limit is 4/3.

Worked example

Rationalizing with a conjugate (Topic 1.6)

Evaluate limx0x+42x\lim_{x \to 0} \frac{\sqrt{x + 4} - 2}{x}.

  1. Substitute x=0x = 0: the numerator is 42=0\sqrt{4} - 2 = 0 and the denominator is 00, giving 00\frac{0}{0}. A square root sits in the indeterminate form, so multiply by the conjugate.
  2. Multiply the numerator and denominator by x+4+2\sqrt{x + 4} + 2: x+42xx+4+2x+4+2\frac{\sqrt{x + 4} - 2}{x} \cdot \frac{\sqrt{x + 4} + 2}{\sqrt{x + 4} + 2}.
  3. The numerator becomes a difference of squares: (x+4)222=(x+4)4=x\left(\sqrt{x + 4}\right)^2 - 2^2 = (x + 4) - 4 = x.
  4. The expression is now xx(x+4+2)\frac{x}{x\left(\sqrt{x + 4} + 2\right)}. Cancel the common factor xx: 1x+4+2\frac{1}{\sqrt{x + 4} + 2}.
  5. Substitute x=0x = 0: 14+2=12+2=14\frac{1}{\sqrt{4} + 2} = \frac{1}{2 + 2} = \frac{1}{4}.

The limit is 1/4.

Worked example

Trapping an oscillating function with the squeeze theorem (Topic 1.8)

Evaluate limx0x2sin ⁣(1x)\lim_{x \to 0} x^2 \sin\!\left(\frac{1}{x}\right).

  1. Substitution and the limit laws fail here: sin ⁣(1x)\sin\!\left(\frac{1}{x}\right) oscillates faster and faster as x0x \to 0 and has no limit, so there is no factor to cancel. Look for bounds instead.
  2. Bound the sine. For every x0x \neq 0, 1sin ⁣(1x)1-1 \le \sin\!\left(\frac{1}{x}\right) \le 1.
  3. Multiply the inequality through by x2x^2. Since x20x^2 \ge 0, the inequality directions are preserved: x2x2sin ⁣(1x)x2-x^2 \le x^2 \sin\!\left(\frac{1}{x}\right) \le x^2.
  4. Take the limit of the two outer bounds: limx0(x2)=0\lim_{x \to 0} \left(-x^2\right) = 0 and limx0x2=0\lim_{x \to 0} x^2 = 0.
  5. The middle expression is squeezed between two functions that both approach 00, so by the squeeze theorem limx0x2sin ⁣(1x)=0\lim_{x \to 0} x^2 \sin\!\left(\frac{1}{x}\right) = 0.

The limit is 0.

Frequently asked questions

What does 0/0 mean when finding a limit?

It is an indeterminate form, which means substitution failed but the limit is still findable. The numerator and denominator share a factor of (xc)(x - c), directly for polynomials, or after rationalizing when a radical is present; remove it by factoring or by multiplying by a conjugate, then substitute again.

How do I know whether to factor or use the conjugate?

Look at the expression. If the top and bottom are polynomials, factor and cancel. If a square root is part of the 00\frac{0}{0} form, multiply by the conjugate of the radical to clear it, then cancel.

When should I use the squeeze theorem?

Use it when substitution and algebra both fail because a bounded piece oscillates and never settles, such as sin ⁣(1x)\sin\!\left(\frac{1}{x}\right). Trap the whole expression between two functions that approach the same value, and the limit equals that value (Topic 1.8).

Can I use L'Hôpital's Rule instead?

L'Hôpital's Rule is BC-only (Topic 4.7) and AB students never need it here. For Unit 1 limits you do not need it, and it also will not help with oscillating cases, which require the squeeze theorem rather than differentiation.