Limits and Continuity Complete Cheatsheet | Formulas & Examples

Hey there! Welcome to KnowledgeKnot! Don't forget to share this with your friends and revisit often. Your support motivates us to create more content in the future. Thanks for being awesome!

Quick Reference - Key Formulas

  • Basic Limit: lim⁡x→cf(x)=L\lim_{x \to c} f(x) = L
  • Continuity at point c: lim⁡x→cf(x)=f(c)\lim_{x \to c} f(x) = f(c)
  • L'Hôpital's Rule: lim⁡x→cf(x)g(x)=lim⁡x→cf′(x)g′(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)} (if indeterminate form)
  • Squeeze Theorem: If g(x)≤f(x)≤h(x)g(x) \leq f(x) \leq h(x) and lim⁡x→cg(x)=lim⁡x→ch(x)=L\lim_{x \to c} g(x) = \lim_{x \to c} h(x) = L, then lim⁡x→cf(x)=L\lim_{x \to c} f(x) = L
  • Standard Limits: lim⁡x→0sin⁡xx=1\lim_{x \to 0} \frac{\sin x}{x} = 1, lim⁡x→∞(1+1x)x=e\lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^x = e
  • One-sided Limits: lim⁡x→c−f(x)\lim_{x \to c^-} f(x) (left), lim⁡x→c+f(x)\lim_{x \to c^+} f(x) (right)

Definition of Limits

Intuitive Definition: The limit of f(x)f(x) as xx approaches cc is LL if the values of f(x)f(x) get arbitrarily close to LL as xx gets arbitrarily close to cc.

lim⁡x→cf(x)=L\lim_{x \to c} f(x) = L

ε-δ Definition (Formal): For every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that:

0<∣x−c∣<δ  ⟹  ∣f(x)−L∣<ϵ0 < |x - c| < \delta \implies |f(x) - L| < \epsilon

Example: Find lim⁡x→2(3x+1)\lim_{x \to 2} (3x + 1).

Solution: As xx approaches 2, 3x+13x + 1 approaches 3(2)+1=73(2) + 1 = 7. Therefore, lim⁡x→2(3x+1)=7\lim_{x \to 2} (3x + 1) = 7.

Properties of Limits

If lim⁡x→cf(x)=L\lim_{x \to c} f(x) = L and lim⁡x→cg(x)=M\lim_{x \to c} g(x) = M, then:

Sum/Difference Rule:

lim⁡x→c[f(x)±g(x)]=L±M\lim_{x \to c} [f(x) \pm g(x)] = L \pm M

Example: lim⁡x→1[(x2+2x)+(3x−1)]=lim⁡x→1(x2+2x)+lim⁡x→1(3x−1)=(1+2)+(3−1)=7\lim_{x \to 1} [(x^2 + 2x) + (3x - 1)] = \lim_{x \to 1} (x^2 + 2x) + \lim_{x \to 1} (3x - 1) = (1 + 2) + (3 - 1) = 7

Product Rule:

lim⁡x→c[f(x)⋅g(x)]=L⋅M\lim_{x \to c} [f(x) \cdot g(x)] = L \cdot M

Example: lim⁡x→2[x⋅(x+1)]=lim⁡x→2x⋅lim⁡x→2(x+1)=2⋅3=6\lim_{x \to 2} [x \cdot (x + 1)] = \lim_{x \to 2} x \cdot \lim_{x \to 2} (x + 1) = 2 \cdot 3 = 6

Quotient Rule:

lim⁡x→cf(x)g(x)=LM(provided M≠0)\lim_{x \to c} \frac{f(x)}{g(x)} = \frac{L}{M} \quad \text{(provided } M \neq 0\text{)}

Example: lim⁡x→3x2x+1=lim⁡x→3x2lim⁡x→3(x+1)=94\lim_{x \to 3} \frac{x^2}{x + 1} = \frac{\lim_{x \to 3} x^2}{\lim_{x \to 3} (x + 1)} = \frac{9}{4}

Power Rule:

lim⁡x→c[f(x)]n=Ln\lim_{x \to c} [f(x)]^n = L^n

Example: lim⁡x→2(x+1)3=[lim⁡x→2(x+1)]3=33=27\lim_{x \to 2} (x + 1)^3 = [\lim_{x \to 2} (x + 1)]^3 = 3^3 = 27

Constant Multiple Rule:

lim⁡x→c[k⋅f(x)]=k⋅L\lim_{x \to c} [k \cdot f(x)] = k \cdot L

Example: lim⁡x→1[5x2]=5⋅lim⁡x→1x2=5⋅1=5\lim_{x \to 1} [5x^2] = 5 \cdot \lim_{x \to 1} x^2 = 5 \cdot 1 = 5

One-Sided Limits

Left-Hand Limit: lim⁡x→c−f(x)\lim_{x \to c^-} f(x) - The limit as xx approaches cc from the left (values less than cc).

Right-Hand Limit: lim⁡x→c+f(x)\lim_{x \to c^+} f(x) - The limit as xx approaches cc from the right (values greater than cc).

Important Result: lim⁡x→cf(x)=L\lim_{x \to c} f(x) = L exists if and only if:

lim⁡x→c−f(x)=lim⁡x→c+f(x)=L\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = L

Example: Find the one-sided limits of f(x)=∣x∣xf(x) = \frac{|x|}{x} at x=0x = 0.

Solution:

  • Left-hand limit: lim⁡x→0−∣x∣x=lim⁡x→0−−xx=lim⁡x→0−(−1)=−1\lim_{x \to 0^-} \frac{|x|}{x} = \lim_{x \to 0^-} \frac{-x}{x} = \lim_{x \to 0^-} (-1) = -1
  • Right-hand limit: lim⁡x→0+∣x∣x=lim⁡x→0+xx=lim⁡x→0+1=1\lim_{x \to 0^+} \frac{|x|}{x} = \lim_{x \to 0^+} \frac{x}{x} = \lim_{x \to 0^+} 1 = 1

Since the left and right limits are different, lim⁡x→0f(x)\lim_{x \to 0} f(x) does not exist.

Limits at Infinity

Horizontal Asymptotes: Describe the behavior of functions as x→±∞x \to \pm\infty.

For Rational Functions: If f(x)=anxn+…+a0bmxm+…+b0f(x) = \frac{a_n x^n + \ldots + a_0}{b_m x^m + \ldots + b_0}:

  • If n<mn < m: lim⁡x→∞f(x)=0\lim_{x \to \infty} f(x) = 0
  • If n=mn = m: lim⁡x→∞f(x)=anbm\lim_{x \to \infty} f(x) = \frac{a_n}{b_m}
  • If n>mn > m: lim⁡x→∞f(x)=±∞\lim_{x \to \infty} f(x) = \pm\infty

Example 1: Find lim⁡x→∞3x2+2x+1x2−5\lim_{x \to \infty} \frac{3x^2 + 2x + 1}{x^2 - 5}.

Solution: Since the degrees are equal (both 2), the limit is 31=3\frac{3}{1} = 3.

Example 2: Find lim⁡x→∞2x+1x2+3\lim_{x \to \infty} \frac{2x + 1}{x^2 + 3}.

Solution: Since the degree of numerator (1) is less than denominator (2), the limit is 00.

Infinite Limits: lim⁡x→cf(x)=±∞\lim_{x \to c} f(x) = \pm\infty indicates vertical asymptotes.

Example: lim⁡x→0+1x=+∞\lim_{x \to 0^+} \frac{1}{x} = +\infty and lim⁡x→0−1x=−∞\lim_{x \to 0^-} \frac{1}{x} = -\infty

Standard Limits

These are fundamental limits that appear frequently in calculus:

Trigonometric Limits:

  • lim⁡x→0sin⁡xx=1\lim_{x \to 0} \frac{\sin x}{x} = 1
  • lim⁡x→0tan⁡xx=1\lim_{x \to 0} \frac{\tan x}{x} = 1
  • lim⁡x→01−cos⁡xx2=12\lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2}

Example: Find lim⁡x→0sin⁡3xx\lim_{x \to 0} \frac{\sin 3x}{x}.

Solution: lim⁡x→0sin⁡3xx=lim⁡x→0sin⁡3x3x⋅3=1⋅3=3\lim_{x \to 0} \frac{\sin 3x}{x} = \lim_{x \to 0} \frac{\sin 3x}{3x} \cdot 3 = 1 \cdot 3 = 3

Exponential and Logarithmic Limits:

  • lim⁡x→∞(1+1x)x=e\lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^x = e
  • lim⁡x→0ex−1x=1\lim_{x \to 0} \frac{e^x - 1}{x} = 1
  • lim⁡x→0ln⁡(1+x)x=1\lim_{x \to 0} \frac{\ln(1 + x)}{x} = 1
  • lim⁡x→0ax−1x=ln⁡a\lim_{x \to 0} \frac{a^x - 1}{x} = \ln a

Example: Find lim⁡x→0e2x−1x\lim_{x \to 0} \frac{e^{2x} - 1}{x}.

Solution: lim⁡x→0e2x−1x=lim⁡x→0e2x−12x⋅2=1⋅2=2\lim_{x \to 0} \frac{e^{2x} - 1}{x} = \lim_{x \to 0} \frac{e^{2x} - 1}{2x} \cdot 2 = 1 \cdot 2 = 2

Indeterminate Forms and L'Hôpital's Rule

Indeterminate Forms: 00\frac{0}{0}, ∞∞\frac{\infty}{\infty}, 0⋅∞0 \cdot \infty, ∞−∞\infty - \infty, 000^0, 1∞1^\infty, ∞0\infty^0

L'Hôpital's Rule: If lim⁡x→cf(x)=0\lim_{x \to c} f(x) = 0 and lim⁡x→cg(x)=0\lim_{x \to c} g(x) = 0 (or both approach ±∞\pm\infty), then:

lim⁡x→cf(x)g(x)=lim⁡x→cf′(x)g′(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}

(provided the right-hand limit exists)

Example 1: Find lim⁡x→0x21−cos⁡x\lim_{x \to 0} \frac{x^2}{1 - \cos x}.

Solution: This is 00\frac{0}{0} form. Applying L'Hôpital's rule:

lim⁡x→0x21−cos⁡x=lim⁡x→02xsin⁡x=lim⁡x→02cos⁡x=21=2\lim_{x \to 0} \frac{x^2}{1 - \cos x} = \lim_{x \to 0} \frac{2x}{\sin x} = \lim_{x \to 0} \frac{2}{\cos x} = \frac{2}{1} = 2

Example 2: Find lim⁡x→∞x2ex\lim_{x \to \infty} \frac{x^2}{e^x}.

Solution: This is ∞∞\frac{\infty}{\infty} form. Applying L'Hôpital's rule twice:

lim⁡x→∞x2ex=lim⁡x→∞2xex=lim⁡x→∞2ex=0\lim_{x \to \infty} \frac{x^2}{e^x} = \lim_{x \to \infty} \frac{2x}{e^x} = \lim_{x \to \infty} \frac{2}{e^x} = 0

Algebraic Method Example: Find lim⁡x→1x2−1x−1\lim_{x \to 1} \frac{x^2 - 1}{x - 1}.

Solution: Factor the numerator: lim⁡x→1(x−1)(x+1)x−1=lim⁡x→1(x+1)=2\lim_{x \to 1} \frac{(x-1)(x+1)}{x-1} = \lim_{x \to 1} (x+1) = 2

Squeeze Theorem (Sandwich Theorem)

Statement: If g(x)≤f(x)≤h(x)g(x) \leq f(x) \leq h(x) for all xx in some interval containing cc (except possibly at cc), and if:

lim⁡x→cg(x)=lim⁡x→ch(x)=L\lim_{x \to c} g(x) = \lim_{x \to c} h(x) = L

then lim⁡x→cf(x)=L\lim_{x \to c} f(x) = L.

Example: Find lim⁡x→0x2sin⁡(1x)\lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right).

Solution: Since −1≤sin⁡(1x)≤1-1 \leq \sin\left(\frac{1}{x}\right) \leq 1, we have:

−x2≤x2sin⁡(1x)≤x2-x^2 \leq x^2 \sin\left(\frac{1}{x}\right) \leq x^2

Since lim⁡x→0(−x2)=0\lim_{x \to 0} (-x^2) = 0 and lim⁡x→0x2=0\lim_{x \to 0} x^2 = 0, by the Squeeze Theorem:

lim⁡x→0x2sin⁡(1x)=0\lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right) = 0

Definition of Continuity

A function f(x)f(x) is continuous at x=cx = c if:

  1. f(c)f(c) exists (function is defined at cc)
  2. lim⁡x→cf(x)\lim_{x \to c} f(x) exists
  3. lim⁡x→cf(x)=f(c)\lim_{x \to c} f(x) = f(c)

Equivalently: ff is continuous at cc if:

lim⁡x→cf(x)=f(c)\lim_{x \to c} f(x) = f(c)

Example: Check if f(x)={x2if x≠25if x=2f(x) = \begin{cases} x^2 & \text{if } x \neq 2 \\ 5 & \text{if } x = 2 \end{cases} is continuous at x=2x = 2.

Solution:

  • f(2)=5f(2) = 5 ✓ (function is defined)
  • lim⁡x→2f(x)=lim⁡x→2x2=4\lim_{x \to 2} f(x) = \lim_{x \to 2} x^2 = 4 ✓ (limit exists)
  • lim⁡x→2f(x)=4≠5=f(2)\lim_{x \to 2} f(x) = 4 \neq 5 = f(2) ✗

Since the limit doesn't equal the function value, ff is not continuous at x=2x = 2.

Types of Discontinuities

1. Removable Discontinuity (Point Discontinuity):

Occurs when lim⁡x→cf(x)\lim_{x \to c} f(x) exists but either f(c)f(c) doesn't exist or lim⁡x→cf(x)≠f(c)\lim_{x \to c} f(x) \neq f(c).

Example: f(x)=x2−4x−2f(x) = \frac{x^2 - 4}{x - 2} at x=2x = 2.

Here, lim⁡x→2f(x)=lim⁡x→2(x−2)(x+2)x−2=lim⁡x→2(x+2)=4\lim_{x \to 2} f(x) = \lim_{x \to 2} \frac{(x-2)(x+2)}{x-2} = \lim_{x \to 2} (x+2) = 4, but f(2)f(2) is undefined.

2. Jump Discontinuity:

Occurs when lim⁡x→c−f(x)≠lim⁡x→c+f(x)\lim_{x \to c^-} f(x) \neq \lim_{x \to c^+} f(x) (one-sided limits exist but are different).

Example: f(x)={x+1if x<1x+2if x≥1f(x) = \begin{cases} x + 1 & \text{if } x < 1 \\ x + 2 & \text{if } x \geq 1 \end{cases} at x=1x = 1.

lim⁡x→1−f(x)=2\lim_{x \to 1^-} f(x) = 2 and lim⁡x→1+f(x)=3\lim_{x \to 1^+} f(x) = 3

3. Infinite Discontinuity:

Occurs when lim⁡x→cf(x)=±∞\lim_{x \to c} f(x) = \pm\infty.

Example: f(x)=1x−3f(x) = \frac{1}{x-3} at x=3x = 3.

lim⁡x→3−f(x)=−∞\lim_{x \to 3^-} f(x) = -\infty and lim⁡x→3+f(x)=+∞\lim_{x \to 3^+} f(x) = +\infty

4. Oscillatory Discontinuity:

Occurs when the function oscillates infinitely as it approaches the point.

Example: f(x)=sin⁡(1x)f(x) = \sin\left(\frac{1}{x}\right) at x=0x = 0.

Continuity on Intervals

Continuous on Open Interval (a, b): ff is continuous at every point in (a,b)(a, b).

Continuous on Closed Interval [a, b]: ff is continuous on (a,b)(a, b) and:

  • lim⁡x→a+f(x)=f(a)\lim_{x \to a^+} f(x) = f(a) (right-continuous at aa)
  • lim⁡x→b−f(x)=f(b)\lim_{x \to b^-} f(x) = f(b) (left-continuous at bb)

Properties of Continuous Functions:

  • Polynomial functions are continuous everywhere
  • Rational functions are continuous wherever the denominator is non-zero
  • Trigonometric functions are continuous on their domains
  • Exponential and logarithmic functions are continuous on their domains
  • Sum, difference, product, and quotient of continuous functions are continuous (quotient where denominator ≠ 0)
  • Composition of continuous functions is continuous

Important Theorems

Intermediate Value Theorem (IVT):

If ff is continuous on [a,b][a, b] and kk is any value between f(a)f(a) and f(b)f(b), then there exists at least one c∈[a,b]c \in [a, b] such that f(c)=kf(c) = k.

Application: Proving existence of roots of equations.

Example: Show that f(x)=x3−x−1f(x) = x^3 - x - 1 has a root in [1,2][1, 2].

Solution: f(1)=−1<0f(1) = -1 < 0 and f(2)=5>0f(2) = 5 > 0. Since ff is continuous and 00 lies between −1-1 and 55, by IVT, there exists c∈[1,2]c \in [1, 2] such that f(c)=0f(c) = 0.

Extreme Value Theorem:

If ff is continuous on [a,b][a, b], then ff attains its maximum and minimum values on [a,b][a, b].

Uniform Continuity:

A function ff is uniformly continuous on an interval if for every ϵ>0\epsilon > 0, there exists δ>0\delta > 0 such that for all x,yx, y in the interval:

∣x−y∣<δ  ⟹  ∣f(x)−f(y)∣<ϵ|x - y| < \delta \implies |f(x) - f(y)| < \epsilon

Limits and Continuity of Piecewise Functions

Example: Analyze the continuity of f(x)={x2+1if x<02x+1if x≥0f(x) = \begin{cases} x^2 + 1 & \text{if } x < 0 \\ 2x + 1 & \text{if } x \geq 0 \end{cases} at x=0x = 0.

Solution:

  • f(0)=2(0)+1=1f(0) = 2(0) + 1 = 1
  • lim⁡x→0−f(x)=lim⁡x→0−(x2+1)=1\lim_{x \to 0^-} f(x) = \lim_{x \to 0^-} (x^2 + 1) = 1
  • lim⁡x→0+f(x)=lim⁡x→0+(2x+1)=1\lim_{x \to 0^+} f(x) = \lim_{x \to 0^+} (2x + 1) = 1

Since lim⁡x→0−f(x)=lim⁡x→0+f(x)=f(0)=1\lim_{x \to 0^-} f(x) = \lim_{x \to 0^+} f(x) = f(0) = 1, the function is continuous at x=0x = 0.

General Approach for Piecewise Functions:

  1. Check continuity at boundary points
  2. Verify that left and right limits are equal
  3. Ensure the function value equals the limit
  4. Each piece is continuous on its domain

Practical Problem-Solving Techniques

For Limit Problems:

  1. Direct Substitution: Try substituting the value first
  2. Factoring: Factor and cancel common terms
  3. Rationalization: Multiply by conjugate for radical expressions
  4. L'Hôpital's Rule: For indeterminate forms
  5. Standard Limits: Use known limit formulas
  6. Squeeze Theorem: For oscillating functions

Rationalization Example: Find lim⁡x→4x−2x−4\lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4}.

Solution: Multiply by conjugate:

lim⁡x→4x−2x−4⋅x+2x+2=lim⁡x→4x−4(x−4)(x+2)=lim⁡x→41x+2=14\lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4} \cdot \frac{\sqrt{x} + 2}{\sqrt{x} + 2} = \lim_{x \to 4} \frac{x - 4}{(x - 4)(\sqrt{x} + 2)} = \lim_{x \to 4} \frac{1}{\sqrt{x} + 2} = \frac{1}{4}

For Continuity Problems:

  1. Check if the function is defined at the point
  2. Calculate the limit at the point
  3. Compare the limit with the function value
  4. For piecewise functions, check boundary points carefully

Advanced Topics

Limits of Sequences:

For sequences {an}\{a_n\}, we write lim⁡n→∞an=L\lim_{n \to \infty} a_n = L if the terms get arbitrarily close to LL as nn increases.

Example: lim⁡n→∞1n=0\lim_{n \to \infty} \frac{1}{n} = 0, lim⁡n→∞n+1n=1\lim_{n \to \infty} \frac{n+1}{n} = 1

Continuity and Differentiability:

If a function is differentiable at a point, then it is continuous at that point. However, continuity does not imply differentiability.

Example: f(x)=∣x∣f(x) = |x| is continuous at x=0x = 0 but not differentiable there.

Limits of Composite Functions:

If lim⁡x→cg(x)=L\lim_{x \to c} g(x) = L and ff is continuous at LL, then:

lim⁡x→cf(g(x))=f(L)=f(lim⁡x→cg(x))\lim_{x \to c} f(g(x)) = f(L) = f\left(\lim_{x \to c} g(x)\right)

Common Mistakes to Avoid

⚠️ Warning - Common Errors:

  • Assuming limit exists: Always check that left and right limits are equal
  • Confusing limit with function value: lim⁡x→cf(x)\lim_{x \to c} f(x) may not equal f(c)f(c)
  • Incorrect application of L'Hôpital's rule: Only use for indeterminate forms
  • Forgetting domain restrictions: Check where functions are defined
  • Misusing limit properties: Properties only apply when individual limits exist
  • Ignoring one-sided limits: Essential for piecewise functions and absolute values
  • Algebraic errors: Be careful with factoring and simplification

Practice Problems

Problem 1: Find lim⁡x→3x2−9x2−6x+9\lim_{x \to 3} \frac{x^2 - 9}{x^2 - 6x + 9}.

Solution: Factor both numerator and denominator:

lim⁡x→3(x−3)(x+3)(x−3)2=lim⁡x→3x+3x−3\lim_{x \to 3} \frac{(x-3)(x+3)}{(x-3)^2} = \lim_{x \to 3} \frac{x+3}{x-3}

As x→3x \to 3, numerator approaches 6 and denominator approaches 0, so the limit is +∞+\infty.

Problem 2: Determine the value of kk that makes f(x)={x2−4x−2if x≠2kif x=2f(x) = \begin{cases} \frac{x^2-4}{x-2} & \text{if } x \neq 2 \\ k & \text{if } x = 2 \end{cases} continuous at x=2x = 2.

Solution: For continuity, we need lim⁡x→2f(x)=f(2)=k\lim_{x \to 2} f(x) = f(2) = k.

lim⁡x→2x2−4x−2=lim⁡x→2(x−2)(x+2)x−2=lim⁡x→2(x+2)=4\lim_{x \to 2} \frac{x^2-4}{x-2} = \lim_{x \to 2} \frac{(x-2)(x+2)}{x-2} = \lim_{x \to 2} (x+2) = 4

Therefore, k=4k = 4.

Problem 3: Evaluate lim⁡x→0sin⁡5xsin⁡3x\lim_{x \to 0} \frac{\sin 5x}{\sin 3x}.

Solution: Using the standard limit lim⁡u→0sin⁡uu=1\lim_{u \to 0} \frac{\sin u}{u} = 1:

lim⁡x→0sin⁡5xsin⁡3x=lim⁡x→0sin⁡5x5x⋅3xsin⁡3x⋅5x3x=1⋅1⋅53=53\lim_{x \to 0} \frac{\sin 5x}{\sin 3x} = \lim_{x \to 0} \frac{\sin 5x}{5x} \cdot \frac{3x}{\sin 3x} \cdot \frac{5x}{3x} = 1 \cdot 1 \cdot \frac{5}{3} = \frac{5}{3}

Suggetested Articles