This lecture builds on the idea of a function as a rule that assigns every permitted input exactly one output. Before studying limits, students should be confident with function evaluation, piecewise functions, composite functions, domains, and ranges.
A piecewise function is a function whose rule changes depending on the interval in which the input lies. A composite function is formed when the output of one function becomes the input of another function.
The composite of f with g is written as:
(f ∘ g)(x) = f(g(x))
This means that g is applied first, and f is applied afterward.
Given f(x) = √x and g(x) = x2 - 1, evaluate f(g(1)) and g(f(1)).
Solution:
g(1) = 12 - 1 = 0
f(g(1)) = f(0) = √0 = 0
Also:
f(1) = √1 = 1
g(f(1)) = g(1) = 12 - 1 = 0
In this example, both results are equal. However, this does not always happen. In general:
f(g(x)) ≠ g(f(x))
A limit describes the value that a function approaches as the input approaches a specified number.
Suppose a function is not defined at x = a, but it is defined for values of x close to a. The limit may still exist if the function values approach one definite number as x gets closer and closer to a.
Symbolically, if f(x) approaches L as x approaches a, we write:
limx → a f(x) = L
This is read as: "the limit of f(x) as x approaches a is L."
Consider:
f(x) = x2 - 4⁄x - 2
At x = 2, direct substitution gives:
22 - 4⁄2 - 2 = 0⁄0
This is undefined. However, we can simplify the function for x ≠ 2:
x2 - 4⁄x - 2 = (x - 2)(x + 2)⁄x - 2 = x + 2, for x ≠ 2
Therefore:
limx → 2 x2 - 4⁄x - 2 = limx → 2 (x + 2) = 4
This shows that a limit may exist even when the function itself is not defined at that point.
The statement limx → a f(x) = L means that f(x) can be made as close as desired to L by taking x sufficiently close to a, but not necessarily equal to a.
In intuitive absolute-value language:
|f(x) - L| → 0 as |x - a| → 0
Let limx → a f(x) = L and limx → a g(x) = K. The following laws are fundamental.
limx → a c = c
Example:
limx → 2 3 = 3
limx → a x = a
Example:
limx → -4 x = -4
limx → a xn = an, where n is a positive integer.
Example:
limx → 2 x2 = 22 = 4
limx → a [c f(x)] = cL
Example:
limx → 2 3x2 = 3(22) = 12
limx → a [f(x) ± g(x)] = L ± K
Example:
limx → 5 (2x2 + 4x) = 2(52) + 4(5) = 70
limx → a [f(x)g(x)] = LK
Example:
limx → 1 (x2 + 1)(4x + 13) = (2)(17) = 34
limx → a f(x)⁄g(x) = L⁄K, provided K ≠ 0.
Example:
limx → -2 x2 + 2⁄2 - x = 6⁄4 = 3⁄2
For suitable values in the domain:
limx → a n√f(x) = n√L
For even roots, the expression under the root must be non-negative near the point of approach.
If P(x) is a polynomial, then:
limx → a P(x) = P(a)
Example:
limx → 3 (2x3 + 6x2 - 3x + 1) = 100
When direct substitution gives 0⁄0, the expression is called an indeterminate form. This does not mean the limit is zero or undefined. It means further work is needed.
The two most common algebraic techniques are:
Evaluate:
limx → -3 x2 + x - 6⁄x + 3
Solution:
Direct substitution gives 0⁄0. Factor the numerator:
x2 + x - 6 = (x + 3)(x - 2)
Therefore:
limx → -3 x2 + x - 6⁄x + 3
= limx → -3 (x + 3)(x - 2)⁄x + 3
= limx → -3 (x - 2)
= -3 - 2
= -5
Evaluate:
limx → 2 x2 - 3x + 2⁄x2 - 6x + 8
Solution:
Factor both numerator and denominator:
x2 - 3x + 2 = (x - 2)(x - 1)
x2 - 6x + 8 = (x - 2)(x - 4)
Thus:
limx → 2 (x - 2)(x - 1)⁄(x - 2)(x - 4)
= limx → 2 x - 1⁄x - 4
= 2 - 1⁄2 - 4
= -1⁄2
Evaluate:
limx → 0 √(x2 + 9) - 3⁄x2
Solution:
Multiply by the conjugate:
√(x2 + 9) - 3⁄x2 × √(x2 + 9) + 3⁄√(x2 + 9) + 3
= (x2 + 9) - 9⁄x2[√(x2 + 9) + 3]
= x2⁄x2[√(x2 + 9) + 3]
= 1⁄√(x2 + 9) + 3
Now substitute x = 0:
= 1⁄√9 + 3
= 1⁄6
Evaluate:
limx → 1 √(5x - 4) - √x⁄x - 1
Solution:
Multiply by the conjugate:
√(5x - 4) - √x⁄x - 1 × √(5x - 4) + √x⁄√(5x - 4) + √x
= (5x - 4) - x⁄(x - 1)[√(5x - 4) + √x]
= 4x - 4⁄(x - 1)[√(5x - 4) + √x]
= 4(x - 1)⁄(x - 1)[√(5x - 4) + √x]
= 4⁄√(5x - 4) + √x
Now substitute x = 1:
= 4⁄√1 + √1
= 2
An infinite limit occurs when the values of a function increase or decrease without bound as x approaches a particular number.
If f(x) becomes arbitrarily large as x approaches a, we write:
limx → a f(x) = ∞
If f(x) becomes arbitrarily negative as x approaches a, we write:
limx → a f(x) = -∞
Strictly speaking, ∞ and -∞ are not real-number limits. They describe unbounded behavior.
Consider:
f(x) = 3⁄x - 2
As x approaches 2 from the right, x - 2 is positive and very small, so f(x) becomes very large:
limx → 2+ 3⁄x - 2 = ∞
As x approaches 2 from the left, x - 2 is negative and very small, so f(x) becomes very negative:
limx → 2- 3⁄x - 2 = -∞
Therefore, the two-sided limit does not exist as a single infinite direction.
Evaluate:
limx → 3 -2⁄(x - 3)2
Solution:
As x approaches 3, (x - 3)2 approaches 0 through positive values. Since the numerator is negative, the quotient decreases without bound.
Therefore:
limx → 3 -2⁄(x - 3)2 = -∞
A limit as x → ∞ describes the long-run or end behavior of a function.
For a positive integer n:
limx → ∞ 1⁄xn = 0
More generally, for any constant a:
limx → ∞ a⁄xn = 0
For rational functions, compare the highest powers of x in the numerator and denominator.
Evaluate:
limx → ∞ x2 + 6x + 2⁄x3 + x - 13
Solution:
The numerator has degree 2, while the denominator has degree 3. Since the denominator has the higher degree:
limx → ∞ x2 + 6x + 2⁄x3 + x - 13 = 0
Evaluate:
limx → ∞ 2x2 - 6x + 1⁄4x2 + x - 3
Solution:
The numerator and denominator both have degree 2. Therefore, the limit is the ratio of the leading coefficients:
2⁄4 = 1⁄2
Thus:
limx → ∞ 2x2 - 6x + 1⁄4x2 + x - 3 = 1⁄2
Evaluate:
limx → ∞ x3 + 2x2 + 7⁄4x2 + 3x
Solution:
The numerator has degree 3, while the denominator has degree 2. The numerator grows faster than the denominator. Since the leading terms are positive:
limx → ∞ x3 + 2x2 + 7⁄4x2 + 3x = ∞
A function is continuous at a point if its graph has no break, hole, or jump at that point.
Formally, a function f is continuous at x = a if all three conditions hold:
If any of these three conditions fails, the function is discontinuous at x = a.
Determine whether f(x) = x2 + 6x is continuous at x = -2.
Solution:
First:
f(-2) = (-2)2 + 6(-2) = 4 - 12 = -8
So f(-2) is defined.
Next:
limx → -2 (x2 + 6x) = (-2)2 + 6(-2) = -8
Therefore:
limx → -2 f(x) = f(-2)
Hence, f is continuous at x = -2.
Determine whether g(x) = 1⁄x2 is continuous at x = 0.
Solution:
At x = 0:
g(0) = 1⁄02
This is undefined. Since the first condition for continuity fails, g is not continuous at x = 0.
Determine whether h(x) = cos(2x) is continuous at x = π⁄2.
Solution:
h(π⁄2) = cos(2 × π⁄2) = cos π = -1
Also:
limx → π/2 cos(2x) = cos π = -1
Therefore:
limx → π/2 h(x) = h(π⁄2)
So h is continuous at x = π⁄2.
A discontinuity occurs where a function fails to be continuous.
A removable discontinuity occurs when the limit exists at a point but the function is either undefined there or assigned the wrong value. It appears as a hole in the graph.
Consider:
f(x) = x2 - x - 2⁄x - 2
Factor the numerator:
x2 - x - 2 = (x - 2)(x + 1)
Thus:
f(x) = x + 1, for x ≠ 2
The function is not defined at x = 2, but:
limx → 2 f(x) = 3
Therefore, f has a removable discontinuity at x = 2. If we define f(2) = 3, the discontinuity is removed.
An infinite discontinuity occurs when the function grows without bound near a point. It is usually associated with a vertical asymptote.
Example:
f(x) = 1⁄(x - 1)2
The function is discontinuous at x = 1 because the denominator becomes zero and the function increases without bound.
A jump discontinuity occurs when the left-hand and right-hand limits exist but are not equal. This often appears in piecewise-defined functions.
A function is continuous on an interval if it is continuous at every point in that interval.
Discuss the continuity of:
f(x) = x2 - 1⁄x - 1
Solution:
The function is undefined at x = 1. Factor the numerator:
x2 - 1 = (x - 1)(x + 1)
Thus, for x ≠ 1:
f(x) = x + 1
Therefore:
limx → 1 f(x) = 2
The function has a removable discontinuity at x = 1. If we define f(1) = 2, the new function becomes continuous for all real numbers.
Discuss the continuity of:
g(x) = x + 1, if x ≤ 0
g(x) = x2 + 1, if x > 0
Solution:
For x < 0, g(x) = x + 1, a polynomial, so it is continuous.
For x > 0, g(x) = x2 + 1, also a polynomial, so it is continuous.
At x = 0:
g(0) = 0 + 1 = 1
Left-hand limit:
limx → 0- g(x) = 1
Right-hand limit:
limx → 0+ g(x) = 02 + 1 = 1
Since both one-sided limits equal g(0), the function is continuous at x = 0. Therefore, g is continuous for all real numbers.
limx → a f(x) = L
|f(x) - L| → 0 as |x - a| → 0
If f is continuous at a, then:
limx → a f(x) = f(a)
limx → a P(x) = P(a)
limx → a f(x)⁄g(x) = L⁄K, provided K ≠ 0.
limx → ∞ a⁄xn = 0, for n > 0.
A function f is continuous at x = a if:
Before an examination, make sure you can: