Limit Notation and Terminology

Master the formal notation and vocabulary used when working with limits

Limit Notation Explained

Understanding the symbols and language of limits is crucial for reading and writing mathematics correctly.

The Basic Notation

limxaf(x)=L\lim_{x \to a} f(x) = L

Breaking this down:

  • lim\lim: The limit symbol (abbreviation of "limit")
  • xax \to a: "x approaches a" (shown below the limit symbol)
  • f(x)f(x): The function we're examining
  • =L= L: Equals the limit value L

Reading Limits Aloud

You can say any of these:

  • "The limit of f(x) as x approaches a equals L"
  • "The limit of f(x) as x tends to a is L"
  • "As x approaches a, f(x) approaches L"

One-Sided Notation

Left-hand limit (approaching from the left): limxaf(x)=L\lim_{x \to a^-} f(x) = L

The superscript minus sign means "from values less than a"

Right-hand limit (approaching from the right): limxa+f(x)=L\lim_{x \to a^+} f(x) = L

The superscript plus sign means "from values greater than a"

Infinite Limits

Limit equals infinity: limxaf(x)=\lim_{x \to a} f(x) = \infty This means f(x) grows without bound as x approaches a.

Limit as x approaches infinity: limxf(x)=L\lim_{x \to \infty} f(x) = L This means as x gets arbitrarily large, f(x) approaches L.

Important Phrases

| Phrase | Notation | Meaning | |--------|----------|---------| | "x approaches a" | xax \to a | x gets closer to a | | "from the left" | xax \to a^- | x < a, moving toward a | | "from the right" | xa+x \to a^+ | x > a, moving toward a | | "f(x) approaches L" | f(x)Lf(x) \to L | Function values near L | | "does not exist" | DNE | No single value |

Example Statements

  1. limx5(x2)=25\lim_{x \to 5} (x^2) = 25 → "The limit of x squared as x approaches 5 is 25"

  2. limx0+1x=\lim_{x \to 0^+} \frac{1}{x} = \infty → "The limit of 1/x as x approaches 0 from the right is infinity"

  3. limx2f(x)\lim_{x \to 2} f(x) DNE → "The limit of f(x) as x approaches 2 does not exist"

📚 Practice Problems

1Problem 1easy

Question:

Write the following statement using proper limit notation: "As x approaches 4, the function 2x + 3 approaches 11"

💡 Show Solution

The statement translates to:

limx4(2x+3)=11\lim_{x \to 4} (2x + 3) = 11

Breaking it down:

  • "as x approaches 4" → x4x \to 4
  • "the function 2x + 3" → f(x)=2x+3f(x) = 2x + 3
  • "approaches 11" → =11= 11

2Problem 2medium

Question:

What is the difference between limx3f(x)\lim_{x \to 3^-} f(x) and limx3+f(x)\lim_{x \to 3^+} f(x)?

💡 Show Solution

limx3f(x)\lim_{x \to 3^-} f(x) is the left-hand limit:

  • We approach 3 from values less than 3 (like 2.9, 2.99, 2.999...)
  • We're coming from the left side on a number line

limx3+f(x)\lim_{x \to 3^+} f(x) is the right-hand limit:

  • We approach 3 from values greater than 3 (like 3.1, 3.01, 3.001...)
  • We're coming from the right side on a number line

The overall limit limx3f(x)\lim_{x \to 3} f(x) exists only if both one-sided limits exist and are equal.