Back to Library

MTH102 LN2 Limits and Continuity of Functions

Academic Session 2025/2026 | FUL BookBank Resources

Ready to read

Lecture Note 2: Limits and Continuity of Functions

1. Introductory Review: Functions and Composition

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.

Example 1

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))

Exam Points


2. Limits of Functions

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."

Illustrative Example

Consider:

f(x) = x2 - 4x - 2

At x = 2, direct substitution gives:

22 - 42 - 2 = 00

This is undefined. However, we can simplify the function for x ≠ 2:

x2 - 4x - 2 = (x - 2)(x + 2)x - 2 = x + 2, for x ≠ 2

Therefore:

limx → 2 x2 - 4x - 2 = limx → 2 (x + 2) = 4

This shows that a limit may exist even when the function itself is not defined at that point.

Formal Idea of a Limit

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

Key Takeaways


3. Basic Limit Laws

Let limx → a f(x) = L and limx → a g(x) = K. The following laws are fundamental.

1. Constant Law

limx → a c = c

Example:

limx → 2 3 = 3

2. Identity Law

limx → a x = a

Example:

limx → -4 x = -4

3. Power Law

limx → a xn = an, where n is a positive integer.

Example:

limx → 2 x2 = 22 = 4

4. Constant Multiple Law

limx → a [c f(x)] = cL

Example:

limx → 2 3x2 = 3(22) = 12

5. Sum and Difference Laws

limx → a [f(x) ± g(x)] = L ± K

Example:

limx → 5 (2x2 + 4x) = 2(52) + 4(5) = 70

6. Product Law

limx → a [f(x)g(x)] = LK

Example:

limx → 1 (x2 + 1)(4x + 13) = (2)(17) = 34

7. Quotient Law

limx → a f(x)g(x) = LK, provided K ≠ 0.

Example:

limx → -2 x2 + 22 - x = 64 = 32

8. Root Law

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.

9. Polynomial Law

If P(x) is a polynomial, then:

limx → a P(x) = P(a)

Example:

limx → 3 (2x3 + 6x2 - 3x + 1) = 100

Exam Points


4. Evaluating Limits by Algebraic Simplification

When direct substitution gives 00, 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:

Example 2: Factorization

Evaluate:

limx → -3 x2 + x - 6x + 3

Solution:

Direct substitution gives 00. Factor the numerator:

x2 + x - 6 = (x + 3)(x - 2)

Therefore:

limx → -3 x2 + x - 6x + 3

= limx → -3 (x + 3)(x - 2)x + 3

= limx → -3 (x - 2)

= -3 - 2

= -5

Example 3: Factorization in Numerator and Denominator

Evaluate:

limx → 2 x2 - 3x + 2x2 - 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 - 1x - 4

= 2 - 12 - 4

= -12

Example 4: Rationalization

Evaluate:

limx → 0 √(x2 + 9) - 3x2

Solution:

Multiply by the conjugate:

√(x2 + 9) - 3x2 × √(x2 + 9) + 3√(x2 + 9) + 3

= (x2 + 9) - 9x2[√(x2 + 9) + 3]

= x2x2[√(x2 + 9) + 3]

= 1√(x2 + 9) + 3

Now substitute x = 0:

= 1√9 + 3

= 16

Example 5: Rationalization with Two Radicals

Evaluate:

limx → 1 √(5x - 4) - √xx - 1

Solution:

Multiply by the conjugate:

√(5x - 4) - √xx - 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

Key Takeaways


5. Infinite Limits

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.

One-Sided Behavior

Consider:

f(x) = 3x - 2

As x approaches 2 from the right, x - 2 is positive and very small, so f(x) becomes very large:

limx → 2+ 3x - 2 = ∞

As x approaches 2 from the left, x - 2 is negative and very small, so f(x) becomes very negative:

limx → 2- 3x - 2 = -∞

Therefore, the two-sided limit does not exist as a single infinite direction.

Example 6

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 = -∞

Key Takeaways


6. Limits as x Approaches Infinity

A limit as x → ∞ describes the long-run or end behavior of a function.

For a positive integer n:

limx → ∞ 1xn = 0

More generally, for any constant a:

limx → ∞ axn = 0

Rational Functions at Infinity

For rational functions, compare the highest powers of x in the numerator and denominator.

Example 7

Evaluate:

limx → ∞ x2 + 6x + 2x3 + x - 13

Solution:

The numerator has degree 2, while the denominator has degree 3. Since the denominator has the higher degree:

limx → ∞ x2 + 6x + 2x3 + x - 13 = 0

Example 8

Evaluate:

limx → ∞ 2x2 - 6x + 14x2 + x - 3

Solution:

The numerator and denominator both have degree 2. Therefore, the limit is the ratio of the leading coefficients:

24 = 12

Thus:

limx → ∞ 2x2 - 6x + 14x2 + x - 3 = 12

Example 9

Evaluate:

limx → ∞ x3 + 2x2 + 74x2 + 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 + 74x2 + 3x = ∞

Exam Points


7. Continuity of a Function

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:

  1. f(a) is defined.
  2. limx → a f(x) exists.
  3. limx → a f(x) = f(a).

If any of these three conditions fails, the function is discontinuous at x = a.

Example 10

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.

Example 11

Determine whether g(x) = 1x2 is continuous at x = 0.

Solution:

At x = 0:

g(0) = 102

This is undefined. Since the first condition for continuity fails, g is not continuous at x = 0.

Example 12

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.

Key Takeaways


8. Types of Discontinuity

A discontinuity occurs where a function fails to be continuous.

1. Removable Discontinuity

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.

Example 13

Consider:

f(x) = x2 - x - 2x - 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.

2. Infinite Discontinuity

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.

3. Jump Discontinuity

A jump discontinuity occurs when the left-hand and right-hand limits exist but are not equal. This often appears in piecewise-defined functions.

Exam Points


9. Continuity on an Interval

A function is continuous on an interval if it is continuous at every point in that interval.

Example 14

Discuss the continuity of:

f(x) = x2 - 1x - 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.

Example 15

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.

Key Takeaways


10. Exam Formula and Concept Summary

Limit Notation

limx → a f(x) = L

Intuitive Meaning

|f(x) - L| → 0 as |x - a| → 0

Direct Substitution

If f is continuous at a, then:

limx → a f(x) = f(a)

Polynomial Limit

limx → a P(x) = P(a)

Quotient Law

limx → a f(x)g(x) = LK, provided K ≠ 0.

Limit at Infinity

limx → ∞ axn = 0, for n > 0.

Continuity at a Point

A function f is continuous at x = a if:

  1. f(a) is defined.
  2. limx → a f(x) exists.
  3. limx → a f(x) = f(a).

11. Practice Questions for Revision

A. Basic Limits

  1. Evaluate limx → -3 (2x2 + 4x + 1).
  2. Evaluate limx → 1 (3x3 - 2x2 + 4).
  3. Evaluate limx → -4 (x + 3)2.
  4. Evaluate limx → 0 (2x - 1)3.
  5. Evaluate limx → 4 3√(x + 4).

B. Algebraic Limits

  1. Evaluate limh → 0 (3 + h)2 - 9h.
  2. Evaluate limx → -4 x2 + 5x + 4x2 + 3x - 4.
  3. Evaluate limx → -3 x2 - 92x2 + 7x + 3.
  4. Evaluate limx → -4 √(x2 + 9) - 5x + 4.
  5. Evaluate limx → 0 √(1 + x) - 1x.

C. Limits at Infinity

  1. Evaluate limx → ∞ 2x3 + 6x2 + 4x6x3 + x2 + 3x.
  2. Evaluate limx → ∞ 16x4 + 13x2 + 2x5x3 + 16x2 + 2.
  3. Evaluate limx → ∞ x4 + 6x3 + 21x6x5 + 3x4 + 6x2.

D. Continuity

  1. Discuss the continuity of f(x) = 1(x - 1)2.
  2. Discuss the continuity of h(x) = xx2 - x.
  3. Discuss the continuity of g(x) = 1x - 1, if x ≠ 1, and g(1) = 2.
  4. Discuss the continuity of F(x) = x2 - xx - 1, if x ≠ 1, and F(1) = 1.
  5. Discuss the continuity of F(x) = 2x2 - 5x - 3x - 3, if x ≠ 3, and F(3) = 6.

12. Final Revision Checklist

Before an examination, make sure you can:

🏆

Mastered this topic?

Put your knowledge to the test! Take a timed practice quiz to see how well you've prepared for the exams.

🚀 Open CBT Practice Hub