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.

Get started

Millions of flashcards designed to help you ace your studies

Sign up for free

Need help?
Meet our AI Assistant

Upload Icon

Create flashcards automatically from your own documents.

   Upload Documents
Upload Dots

FC Phone Screen

Need help with
Jump Discontinuity?
Ask our AI Assistant

Review generated flashcards

Sign up for free
You have reached the daily AI limit

Start learning or create your own AI flashcards

StudySmarter Editorial Team

Team Jump Discontinuity Teachers

  • 7 minutes reading time
  • Checked by StudySmarter Editorial Team
Save Article Save Article
Contents
Contents

Jump to a key chapter

    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.
    Jump Discontinuity Jump Discontinuity
    Learn with 0 Jump Discontinuity flashcards in the free StudySmarter app
    Sign up with Email

    Already have an account? Log in

    Frequently Asked Questions about Jump Discontinuity

    How do you know if something is a 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. 

    What is jump discontinuity in math? 

    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.

    What is an example of jump discontinuity? 

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

    Which function has a jump discontinuity? 

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

    Is a function differentiable at a jump discontinuity? 

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

    Save Article

    Discover learning materials with the free StudySmarter app

    Sign up for free
    1
    About StudySmarter

    StudySmarter is a globally recognized educational technology company, offering a holistic learning platform designed for students of all ages and educational levels. Our platform provides learning support for a wide range of subjects, including STEM, Social Sciences, and Languages and also helps students to successfully master various tests and exams worldwide, such as GCSE, A Level, SAT, ACT, Abitur, and more. We offer an extensive library of learning materials, including interactive flashcards, comprehensive textbook solutions, and detailed explanations. The cutting-edge technology and tools we provide help students create their own learning materials. StudySmarter’s content is not only expert-verified but also regularly updated to ensure accuracy and relevance.

    Learn more
    StudySmarter Editorial Team

    Team Math Teachers

    • 7 minutes reading time
    • Checked by StudySmarter Editorial Team
    Save Explanation Save Explanation

    Study anywhere. Anytime.Across all devices.

    Sign-up for free

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

    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
    Sign up with Email