Discontinuities and Function Behavior — Before Limits

What is a Discontinuity?

A discontinuity is a place on a graph where the function is not connected smoothly.
Think of it as a place where you have to lift your pencil while drawing the graph.

We say a function is continuous if you can draw its graph without lifting your pencil.
If you do have to lift it, the function is discontinuous at that point.


Types of Discontinuities

We’ll focus on three major types of discontinuities that show up in graphs:

1. Removable Discontinuity (a "hole")

Example:

f(x)=x21x1=(x1)(x+1)x1f(x) = \frac{x^2 - 1}{x - 1} = \frac{(x - 1)(x + 1)}{x - 1}

This simplifies to f(x)=x+1f(x) = x + 1 except at x=1x = 1 (since division by 0 is undefined).

So we get a straight line with a hole at x=1x = 1.


2. Jump Discontinuity

Example:

f(x)={2if x<05if x0f(x) = \begin{cases} 2 & \text{if } x < 0 \\ 5 & \text{if } x \geq 0 \end{cases}

When xx moves past 0, the function jumps from 2 to 5.
The graph has a gap (discontinuity) at x=0x = 0.


3. Infinite Discontinuity (vertical asymptote)

Example:

f(x)=1xf(x) = \frac{1}{x}

Near x=0x = 0, the function becomes very large or very small.
It blows up and never actually reaches a value at x=0x = 0.


How to Recognize These from Graphs

Type What You See in the Graph
Removable A single hole
Jump A gap between two pieces
Infinite Sharp vertical spike or drop

Why Discontinuities Matter


Sketch Examples

1. Removable Discontinuity:

Removable discontinuity

2. Jump Discontinuity:

Jump discontinuity

3. Infinite Discontinuity:

Infinite discontinuity

Exercises

1. Determine Continuity

a) log3(x)log_3(x)

b)

f(x)={2xif x<2x3if x2f(x) = \begin{cases} 2x & \text{if } x < 2 \\ x^3 & \text{if } x \geq 2 \end{cases}

c)

f(x)={2xif x<4x2if x4f(x) = \begin{cases} 2^x & \text{if } x < 4 \\ x^2 & \text{if } x \geq 4 \end{cases}

d) 2x+3+2\frac{2}{x+3} +2