Continuous Functions

A function f(x) is said to be continuous at a point x0 if the limit of the function as x approaches x0 is equal to f(x0): $$ \lim_{x \rightarrow x_0} f(x) = f(x_0) $$

The graph of a continuous function is a smooth, unbroken curve with no gaps or interruptions.

an example of a continuous function

Continuity on an Interval

A function is continuous on the interval [a, b] if it is continuous at every point within the interval:

$$ \lim_{x \rightarrow x_0} f(x) = f(x_0) \ \ \forall \ x_0 \in [a, b] $$

At the endpoints of the interval, one-sided limits are considered: the right-hand limit at the left endpoint a:

$$ \lim_{x \rightarrow a^+} f(x) = f(a) $$

and the left-hand limit at the right endpoint b:

$$ \lim_{x \rightarrow b^-} f(x) = f(b) $$

A Practical Example

Consider the function:

$$ f(x) = x^2 $$

Let us check whether the function is continuous at x0 = 2:

$$ \lim_{x \rightarrow 2} x^2 = 4 $$

At x0 = 2, the value of the function is:

$$ f(2) = 4 $$

Since the limit matches the function value:

$$ \lim_{x \rightarrow 2} x^2 = f(2) $$

we can conclude that the function x² is continuous at x0 = 2.

graph of a continuous function on the Cartesian plane

The same conclusion holds for any other point x in the domain (−∞, ∞) of the function.

And so on.

 

 
 

Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

FacebookTwitterLinkedinLinkedin
knowledge base

Functions

Mathematical Analysis

More Topics

Functions of Two Variables