Modulus Functions

Modulus Functions (also known as absolute value Functions) are generically represented as f(x)=|x|The modulus of a Number x will be a number with the same magnitude, but positive.  

Get started Sign up for free
Contents
Table of contents

    But what is the reasoning behind this? This happens because it represents the distance from zero to a Number x on the Number Line.

    The distance from zero to 2 is 2, and the distance from zero to -2 is also 2, therefore f(2)=|2|=2, andf(-2)=|-2|=2

    Modulus Functions Modulus function number line StudySmarterModulus function on the number line, Marilú García De Taylor - StudySmarter Originals

    This is why |x| represents the value of a number x disregarding its sign.

    If you have an expression inside the modulus function, calculate the value inside, then find the positive version of the result.

    If you have the function f(x) = |x-3|+1 findf(-2)

    f(-2)=|-2-3|+1

    f(-2)=|-5|+1 = 5 + 1 = 6

    Equation of modulus functions

    The equation of a modulus function is denoted as follows:

    f(x)=|x|= x if x0-x if x<0

    The domain of a modulus function is the set of all Real Numbers, and the range is the set of all Real Numbers greater than or equal to zero. From the equation, we can say that if the number inside the modulus function is already positive, you leave it like that, but if the number is negative, then the result will be the positive version of that number (as if you were multiplying the negative number by -1).

    Properties of modulus functions

    The properties of modulus functions are:

    • The modulus or absolute value of a number will always give a positive result.

    |4|=4, |-5|=5

    • The modulus of a number x will give the same result as the modulus of -x.

    |x|=|-x|= x

    |4|=|-4|=4

    • The modulus of the product of two values a and b can be split into the product of two separate modulus values.

    |a x b|=|a| x |b|

    |2 (-3)|=|2|×|-3| |-6|=2 x 3 6=6

    • The modulus of the division of two values a and b can be split into the division of two separate modulus values.

    |ab|=|a||b|

    |-93|=|-9||3| |-3|=93 3=3

    • The modulus of the sum or subtraction of two values, a and b, cannot be split into the sum or subtraction of two separate modulus values.

    |a±b||a|±|b|

    Sum:

    |1 +(-2)||1| + |-2| |-1|1+2 13

    Subtraction:

    |1 -(-2)||1| - |-2| |3|1-2 3-1
    • When solving Equations, modulus functions involve an extra step:

    Keeping in mind that the value of x inside a modulus function could be positive or negative, you need to solve the equation considering both cases, therefore you will get two solutions.

    For the equation |3x-2|=4, we can obtain 2 possible solutions as follows:

    1) Solution 1:

    3x-2=4 3x=4+2 3x=6 x=63 x=2

    2) Solution 2:

    -(3x-2)=4 -3x+2=4 -3x=4-2 -3x=2 x=-23

    How do you graph modulus functions?

    To draw a graph of a modulus function you need to substitute values of x into f(x)=|x|, to obtain the corresponding values of y, as y=f(x). You will get a table of x and y values that you will need to plot on the coordinate plane. We will substitute the values of x from -2 to 2.

    xy
    -22
    -11
    00
    11
    22
    Modulus Functions Modulus function graph StudySmarterModulus function graph, Marilú García De Taylor - StudySmarter Originals

    To sketch the graph of the modulus function y = |ax+b|, you need to sketch y=ax+b, and reflect the portion of the line that goes below the x-axis into the x-axis.

    Sketch the graph for y=|x-1| showing the points where they cross the coordinate axes.

    Ignoring the modulus, you need to sketch the graph of y=x-1

    • When y=0, x=1

    The line crosses the x-axis at (1, 0)

    • When x=0, ⁣y =-1

    The line crosses the y-axis at (0, -1)

    • Sketch the graph for y=x-1:

    Modulus Functions Modulus function graph example StudySmarterModulus function graph example, Marilú García De Taylor - StudySmarter Originals

    • For the negative values of y, reflect in the x-axis. In this case, (0, -1) becomes (0, 1)

    Modulus Functions Modulus function graph example StudySmarterModulus function graph example, Marilú García De Taylor - StudySmarter Originals

    Solving equations involving modulus functions

    When you have an equation like |3x-1|=5, you can use its graph to help you find its solution by following these steps:

    • Sketch the Graphs of both sides of the equation separately. In this case, y=|3x-1| andy=5

    Modulus Functions Modulus function solving equations StudySmarterSolving Equations involving modulus functions, Marilú García De Taylor - StudySmarter Originals

    • Identify the intersection points of the two Graphs. In this case, A corresponds to the intersection point between y = 5 and the original section of the graph of |3x-1|=3x-1, and B represents the intersection between y=5 and the reflected section of the graph of |3x-1|=-(3x-1).

    • Find both solutions:

    A: 3x-1=5

    3x=5+1

    3x=6

    x=63

    x=2

    B: -(3x-1)=5

    -3x+1=5

    -3x=5-1

    -3x=4

    x=-43

    Solving inequalities involving modulus functions

    Based on the previous example, now we are going to solve the inequality |3x-1| >5. You need to proceed in the same way as before to find the values of x at intersection points A and B, which are x=2 and x=-43.

    After you have the points of intersection, you can look at the graph to identify the values of x that satisfy the inequality |3x-1| >5.

    Modulus Functions Modulus function solving inequalities StudySmarterSolving inequalities involving modulus functions, Marilú García De Taylor - StudySmarter Originals

    The inequality is true when the graph of y=|3x-1| is above the graph of y=5, this happens when x<-43 or x>2. In set notation:{x:x<-43} {x:x>2}

    Inverse of a modulus function

    The inverse of a modulus function is not a function unless you restrict its domain so that it can be a one-to-one function. To achieve this, we need to restrict its domain to only one half of the graph. You can choose either half if it is not specified in the question.

    Find the inverse of the functionf(x)=|x+1|

    Modulus Functions Modulus function inverse StudySmarterInverse of modulus functions, Marilú García De Taylor - StudySmarter Originals

    We will restrict the domain of the function to only the reflected section of the graph (left of x = -1), which can be denoted as f(x)=-(x+1) for x-1. Now we can find the inverse, because this section of the graph is a one-to-one function.

    Following the steps to find the inverse of a function:

    • Replace f (x) by y

    f(x)=-(x+1)

    y=-(x+1)

    • Swap x and y, and solve for y
    x=-(y+1)

    x=-y-1

    y=-x-1

    f-1(x)=-x-1 This is the inverse function of f(x)=|x+1|

    The domain of the inverse function is the range of the original function, which is y0. Therefore, the domain of the inverse function f-1(x)=-x-1 is x0.

    How do you differentiate a modulus function?

    To find the derivative of the modulus function, we need to look at the equation of a modulus function again:

    f(x)=|x|= x if x0-x if x<0

    We know that ddxx=1, therefore we can say the following:

    ddx(|x|)= 1if x>0-1if x<0 Not definedif x=0

    In general, ddx(|x|)=x|x|for all values of x apart fromx=0

    If we substitute some values of x in the previous equation, then we can see that the statements in the piecewise function above are true:

    ddx(|-1|)= -1|-1|= -11=-1

    ddx(|0|)= 0|0|= 00= undefined

    ddx(|1|)= 1|1|= 11=1

    How do you integrate a modulus function?

    To find the integral of a modulus function, we can proceed as follows:

    We know that the modulus function is defined like this,

    f(x)=|x|= x if x0-x if x<0

    Therefore, we need to calculate the integral for x and -x.

    Remember that x has an exponent of 1 (x=x1)

    |x|dx=x1dxif x0-x1dxif x<0

    Using the Integration formula: xndx =xn+1n+1+c

    |x|dx= 12x2+cif x0-(12x2)+cif x<0

    Modulus Functions - Key takeaways

    • The modulus of a number x will be the same number, but positive.
    • The modulus of a number x represents the distance from zero to that number x on the number line.
    • To sketch the graph of the modulus function y = |ax+b|, you need to sketch y = ax+b, and reflect the portion of the line that goes below the x-axis into the x-axis.
    • Sketching the graphs of equations or inequalities involving modulus functions can help to solve them, by finding the x-coordinates of the intersection points of the two graphs.
    • The inverse of a modulus function is not a function, unless you restrict its domain to only one half of the graph, so that it can be a one-to-one function.
    • When finding the derivative and integral of a modulus function, there will be two possible solutions, considering when f(x)=|x|=x (for x0) and when f(x)=|x|=-x (for x<0).
    Frequently Asked Questions about Modulus Functions

    How do you integrate a modulus function?

    ∫|x| dx = ½x² + c if x ≥ 0, -(½x²) + c if x < 0

    Define modulus function and describe its graph.

    Modulus functions, also known as absolute value functions, are generically represented as f(x) = |x|. The modulus of a number x will be the same number, but positive. The graph of a modulus function has a characteristic v-shape.

    How to draw a graph of a modulus function?

    To sketch the graph of the modulus function y = |ax+b|, sketch y = ax+b, and reflect the portion of the line that goes below the x-axis into the x-axis.

    How to differentiate a modulus function?

    d/dx (|x|) = 1 if x > 0, -1 if x < 0, not defined if x = 0


    d/dx (|x|) = x/|x| for all values of x apart from x = 0

    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

    • 8 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

    Get unlimited access with a free StudySmarter account.

    • Instant access to millions of learning materials.
    • Flashcards, notes, mock-exams, AI tools and more.
    • Everything you need to ace your exams.
    Second Popup Banner