|
|
Jump Discontinuity

Every time you turn your lights on and off, you are using a unit step function.  Here we will look at the unit step function along with other functions that have jump discontinuities.

Mockup Schule

Explore our app and discover over 50 million learning materials for free.

Jump Discontinuity

Illustration

Lerne mit deinen Freunden und bleibe auf dem richtigen Kurs mit deinen persönlichen Lernstatistiken

Jetzt kostenlos anmelden

Nie wieder prokastinieren mit unseren Lernerinnerungen.

Jetzt kostenlos anmelden
Illustration

Every time you turn your lights on and off, you are using a unit step function. Here we will look at the unit step function along with other functions that have jump discontinuities.

For more information on the definition of continuity see Continuity. For other types of discontinuities, see Removable Discontinuity

Jump Discontinuity Example

Let's look at the unit step function, also called the Heaviside function. It was developed by Oliver Heaviside for use in telegraphs but is today used in biology and neuroscience to model binary cellular switches in response to chemical signals. This function is defined by the formula

H(x) = 0,x<01,x0,

and the graph of this function looks like this:

Jump Discontinuity unit step function Heaviside StudySmarterGraph of the Heaviside function, StudySmarter Original

This function has a discontinuity at x=0, but it isn't a removable discontinuity or an infinite discontinuity. Instead, it has what is called a jump discontinuity.

Jump Discontinuity Definition

Here is the formal definition of a jump discontinuity.

A function f(x) has a jump discontinuity at x = p if

  • limx p+f(x) = A,
  • limx p-f(x) = B,

where A, B are real numbers, but A B.

In other words, the limit from the left at the point and the limit from the right at the point both exist but aren't the same number.

For more information on limits from the left and right see One-Sided Limits

A jump discontinuity can't be an infinite discontinuity because the limit from the left and right are both real numbers. It also can't be a removable discontinuity because that requires the limit from the left and right to be the same number. So let's look at some more examples of functions with jump discontinuities.

Jump Discontinuity Graph

The Heaviside function is nice because it is just a piecewise-defined function where all of the pieces are constants. But that doesn't need to be the case.

For the function in the graph below,

  1. Find an equation for the function
  2. Show that it has a jump discontinuity at x = 2.

Jump Discontinuity example graph StudySmarterFunction with a jump discontinuity, StudySmarter Original

Answer:

When writing the equation of a function like this, it is easier to think of it in parts and then put all the parts together at the end.

  1. To the left of x = 2, the function has a y-intercept at 0, 2 and the slope of the line is 1, so the equation of the line on the left in slope-intercept form is y = x +2.
  2. To the right of x = 2, the function has an x-intercept at (3, 0) and the slope of the line is -1. So the equation of the line on the right is y = -x + 3.
  3. At the point x = 2 the function value is 1.
  4. Putting all of those parts together, you get the piecewise defined function

f(x) = x +2,x <2-x + 3,x 2.

To show that it has a jump discontinuity, unfortunately it isn't sufficient to point to the spot on the graph and say "see, it jumps!". Instead you need to look at the limits from the left and right. Using the function definition you found,

limx 2- f(x) = limx 2-x + 2 = 2+2 = 4,

and

limx 2+ f(x) = limx 2+-x + 3 = -2+3 = 1.

So you can see that both the limit from the left and the limit from the right are real numbers, but they certainly aren't the same number. That shows there is a jump discontinuity at x = 2.

Jump Discontinuity and Limits

You don't have to graph a function to see whether or not it has a jump discontinuity, you can just look at the limits.

Does the function

f(x) = x2,x < 10,x = 12 - (x2-1),x >1

have a jump discontinuity at x = 1?

Answer:

Let's check the limits:

limx 1-f(x) = limx 1-x2 = 1

and

id="2752728" role="math" limx 1+f(x) =limx 1+(2 - x2 - 1 = 2 - 12 - 1 = 2-0 = 2,

The left-handed limit is not equal to the right-handed limit at x=1, so you know that not only is the function discontinuous at x = 1, it has a jump discontinuity there.

Common Mistake!

Don't be fooled into thinking the function has a discontinuity just because the function is piecewise. Not all piecewise-defined functions are discontinuous where the function changes definition.

Does the function

g(x) = x2,x < 12x-1,x 1

have a jump discontinuity at x = 1?

Answer:

The idea is again to check the limits:

limx 1-g(x) = limx 1-x2 = 1

and

limx 1+g(x) = limx 1+2x - 1 = 1

The left-handed and right-handed limits are equal, and the function value at x = 1 is also 1. Therefore, g(x) is actually continuous there, and does not have a jump discontinuity.

Jump Discontinuity Functions and Unexpected Results

You may wonder what happens if you multiply two functions that have jump discontinuities, or a function that has a jump discontinuity with one that doesn't have one.

Can the product of two functions that have a jump discontinuity at x = 3 not have a jump discontinuity at x = 3?

Answer:

The product might be, but doesn't have to be, continuous. Let's look at a couple of cases. For both of them, you will use the function

f(x) = x + 1,x 3x - 1,x > 3.

You can see by looking at the left and right limits at x = 3 that f(x) has a jump discontinuity there.

Now think about the function

g(x) = x - 1,x < 3x +1,x 3.

That function also has a jump discontinuity at x = 3. Then at x = 3,

f(3)·g(3) = (3+1)(3 + 1) = 16.

Looking at the limit from the left and right,

limx 3-f(x)·g(x) = limx 3-(x+1)(x-1) = (3+1)(3-1) = 8,

and

limx 3+f(x)·g(x) = limx 3+(x-1)(x+1) = (3-1)(3+1) = 8.

So, we have a function where the left-handed limit is equal to the right-handed limit at x=3, but the function value here is not the same as the limit...this is a removable discontinuity, not a jump discontinuity!

Can the product of a function that has a jump discontinuity at x = 3 and a continuous function be continuous at x = 3?

Answer:

Sure! Take your continuous function to be the one that is identically zero, or in other words g(x) = 0 for all values of x. From the previous example, you know that

f(x) = x + 1,x 3x - 1,x > 3

has a jump discontinuity at x = 3, but

f(x)·g(x) = f(x)·0 = 0

The product of the two functions is always equal to 0, so the product is in fact continuous atx = 3.

Can the product of two functions, both with jump discontinuities at x = 3, be continuous at x = 3?

Answer:

You bet! Take your functions to be defined by

f(x) = 1,x 3-1,x >3,

and

g(x) = -1,x 31,x > 3.

Both of these functions have a jump discontinuity at x = 3, but their product is

f(x)·g(x) = 1·(-1),x 3(-1)·1,x > 3= -1,x 3-1,x >3= -1,

which is continuous at x = 3.

Jump Discontinuity - Key takeaways

  • A function f(x) has a jump discontinuity at x = p if limx p+f(x) = A, limx p-f(x) = B, where A, B are real numbers, and A B.
  • An example of a function with a jump discontinuity is the Heaviside function, which is also called the unit step function.
  • Not all piecewise-defined functions are discontinuous where the function changes.
  • Products of functions where one of them has a jump discontinuity can do strange things. For example, the product of two functions with jump discontinuities at the same point could be continuous or could end up having a removable discontinuity.

Frequently Asked Questions about Jump Discontinuity

You know it has a jump discontinuity if (a) it is a discontinuity, and (b) the function "jumps" there. An example is the Heaviside function, which has a jump discontinuity at x=0. 

It is when a function has a discontinuity at a point and the function jumps in value.  An example is the Heaviside function, which has a jump discontinuity at x=0.

An example is the Heaviside function, which has a jump discontinuity at x=0. 

An example is the Heaviside function, which has a jump discontinuity at x=0. 

A function is most definitely NOT differentiable where it has a jump discontinuity.  Differentiable at a point implies continuous at that point.

Join over 22 million students in learning with our StudySmarter App

The first learning app that truly has everything you need to ace your exams in one place

  • Flashcards & Quizzes
  • AI Study Assistant
  • Study Planner
  • Mock-Exams
  • Smart Note-Taking
Join over 22 million students in learning with our StudySmarter App Join over 22 million students in learning with our StudySmarter App

Sign up to highlight and take notes. It’s 100% free.

Entdecke Lernmaterial in der StudySmarter-App

Google Popup

Join over 22 million students in learning with our StudySmarter App

Join over 22 million students in learning with our StudySmarter App

The first learning app that truly has everything you need to ace your exams in one place

  • Flashcards & Quizzes
  • AI Study Assistant
  • Study Planner
  • Mock-Exams
  • Smart Note-Taking
Join over 22 million students in learning with our StudySmarter App