What's the difference between continuous and piecewise continuous functions?

32.5k Views Asked by At

A continuous function is a function where the limit exists everywhere, and the function at those points is defined to be the same as the limit.

I was looking at the image of a piecewise continuous function on the following page: http://tutorial.math.lamar.edu/Classes/DE/LaplaceDefinition.aspx But the image of the function they've presented isn't continuous. As such, I'm confused by what a piecewise continuous function is and the difference between it and a normal continuous function.

I'd appreciate it if someone could explain the difference between a continuous function and a piecewise continuous function. Also, please reference the image of the piecewise continuous function presented on this page http://tutorial.math.lamar.edu/Classes/DE/LaplaceDefinition.aspx .

Thank you.

3

There are 3 best solutions below

12
On BEST ANSWER

A piecewise continuous function doesn't have to be continuous at finitely many points in a finite interval, so long as you can split the function into subintervals such that each interval is continuous.

A nice piecewise continuous function is the floor function:

enter image description here

The function itself is not continuous, but each little segment is in itself continuous.

0
On

A piece-wise continuous function is a bounded function that is allowed to only contain jump discontinuities and fixable discontinuities. These functions almost always occur with the inclusion of floor into the regular set of algebraic functions you are used to in calculus. The reason for this is because up until then there are no functions you have encountered containing any form of jump discontinuity of the finite nature. As the other answer here says, each interval is continuous. This is true. However there are levels of piece-wise continuity which simply put mean that the function is differentiatable fully on those continuous intervals n number of times.

1
On

A function $f$ is piecewise continuous on an interval $J\subset{\mathbb R}$ if it is continuous apart from a set of isolated points $\xi\in J$ where only the one-sided limits $\lim_{x\to\xi-}f(x)$ and $\lim_{x\to\xi+} f(x)$ exist.

Note that $f(x):=\sin{1\over x}$ $(x\ne0)$ together with $f(0):=0$ does not define a piecewise continuous function on ${\mathbb R}$, even though this $f$ is continuous in the "segments" created by the special point.