Limit Notation
Reading Basic Limit Notation
Interpret the meaning of: $\lim_{x \to 5} (2x + 1)$
Identify the limit operator: The $\lim$ symbol tells us we're finding a limit = This is a limit expression
Read what x approaches: The subscript $x \to 5$ tells us $x$ approaches $5$ = $x$ gets close to $5$
Identify the function: The expression $(2x + 1)$ is the function being evaluated = $f(x) = 2x + 1$
State the full meaning: We're asking: what value does $2x + 1$ approach as $x$ gets closer and closer to $5$? = The limit equals $11$
Answer: "The limit of $2x + 1$ as $x$ approaches $5$" — this equals $11$ because as $x$ gets close to $5$, $2x + 1$ gets close to $2(5) + 1 = 11$.
One-Sided Limit Notation
Explain the difference between $\lim_{x \to 2^-} f(x)$ and $\lim_{x \to 2^+} f(x)$
Identify the superscript on 2: The minus sign ($2^-$) and plus sign ($2^+$) indicate direction = These are one-sided limits
Interpret the minus notation: $x \to 2^-$ means $x$ approaches $2$ from the left (values less than $2$) = Left-hand limit: $x = 1.9, 1.99, 1.999, ...$
Interpret the plus notation: $x \to 2^+$ means $x$ approaches $2$ from the right (values greater than $2$) = Right-hand limit: $x = 2.1, 2.01, 2.001, ...$
State why this matters: Some functions behave differently from each side = One-sided limits can be different
Answer: $\lim_{x \to 2^-} f(x)$ is the **left-hand limit** (approaching from below), while $\lim_{x \to 2^+} f(x)$ is the **right-hand limit** (approaching from above). A two-sided limit exists only if both one-sided limits are equal.
Infinite Limit Notation
Write the limit notation for: "As $x$ approaches $0$ from the right, $\frac{1}{x}$ increases without bound."
Identify the function: The function is $\frac{1}{x}$ = $f(x) = \frac{1}{x}$
Identify what x approaches: "$x$ approaches $0$ from the right" means $x \to 0^+$ = Use $0^+$ notation
Interpret 'increases without bound': This means the function grows infinitely large, written as $\infty$ = The limit equals $\infty$
Write the complete notation: Combine all parts into standard limit notation = $\lim_{x \to 0^+} \frac{1}{x} = \infty$
Answer: $\lim_{x \to 0^+} \frac{1}{x} = \infty$. This means the function $\frac{1}{x}$ grows without bound (becomes arbitrarily large) as $x$ approaches $0$ from positive values.
Limit at Infinity Notation
Interpret: $\lim_{x \to \infty} \frac{1}{x} = 0$
Read the subscript: $x \to \infty$ means $x$ grows without bound = $x$ becomes arbitrarily large
Identify the function: We're examining $\frac{1}{x}$ = Reciprocal function
Understand the behavior: As $x$ gets very large ($100, 1000, 10000, ...$), $\frac{1}{x}$ gets very small ($0.01, 0.001, 0.0001, ...$) = Values approach $0$
State the complete meaning: The function approaches $0$ as $x$ increases without bound = $y = 0$ is a horizontal asymptote
Answer: "The limit of $\frac{1}{x}$ as $x$ approaches infinity equals $0$." As $x$ grows larger and larger, the reciprocal $\frac{1}{x}$ gets closer and closer to zero.
Mistake: Confusing $x \to a$ with $x = a$
Why: The arrow means approaches, not equals. We care about values near $a$, not at $a$ itself.
Correct: Remember: $x \to 3$ means $x$ gets close to $3$ (like $2.9, 2.99, 2.999$...) but never actually equals $3$.
Mistake: Mixing up $\lim_{x \to a^+}$ and $\lim_{x \to a^-}$
Why: The plus means from the right (larger values), the minus means from the left (smaller values).
Correct: For $x \to 2^+$: think $x = 2.1, 2.01, 2.001$. For $x \to 2^-$: think $x = 1.9, 1.99, 1.999$.
Mistake: Thinking $\lim_{x \to \infty}$ and $\lim_{x \to a} f(x) = \infty$ are the same
Why: These are completely different! One describes where $x$ goes, the other describes what $f(x)$ becomes.
Correct: $x \to \infty$ means $x$ grows forever. $f(x) = \infty$ means the function values grow forever.
Mistake: Writing $\lim f(x)$ without specifying what $x$ approaches
Why: A limit must always specify what the variable approaches—the subscript is required.
Correct: Always write the full notation: $\lim_{x \to a} f(x)$, never just $\lim f(x)$.
Population Growth Models
Biologists use limit notation to describe carrying capacity—the maximum population an environment can sustain.
If a population follows $P(t) = \frac{1000}{1 + 9e^{-0.5t}}$, then $\lim_{t \to \infty} P(t) = 1000$ tells us the population approaches 1000 over time.
Engineering: Signal Processing
Engineers use limits to describe how electrical signals behave at boundary conditions or over long time periods.
A decaying signal $V(t) = 5e^{-2t}$ has $\lim_{t \to \infty} V(t) = 0$, meaning the voltage eventually dies out.
Limit notation $\lim_{x \to a} f(x) = L$ reads: "the limit of $f(x)$ as $x$ approaches $a$ equals $L$"
The arrow $\to$ means "approaches," not "equals" — $x$ never actually reaches $a$
One-sided limits use $a^+$ (from right) and $a^-$ (from left) to specify direction
$\lim_{x \to \infty} f(x)$ describes behavior as $x$ grows without bound
$\lim_{x \to a} f(x) = \infty$ means $f(x)$ grows without bound as $x$ approaches $a$
Q: What does DNE mean for a limit?
A: DNE stands for "Does Not Exist." We write $\lim_{x \to a} f(x)$ DNE when the limit doesn't exist—for example, when left and right limits are different, or when the function oscillates infinitely.
Q: Is $\infty$ a number?
A: No, $\infty$ is not a number—it's a concept meaning "grows without bound." When we write $\lim_{x \to a} f(x) = \infty$, we mean the function values increase forever, not that they equal some number called infinity.
Q: Why do we use $x \to a$ instead of $x = a$?
A: Because limits describe behavior near a point, not at the point. The function might not even be defined at $x = a$! For example, $\frac{x^2-1}{x-1}$ is undefined at $x = 1$, but its limit as $x \to 1$ is $2$.
Limit Notation
1 / 12
Limit Notation
Master the symbolic language of limits and learn how to read, write, and interpret limit expressions.