Photo AI

Last Updated Sep 26, 2025

Modulus Functions - Sketching Graphs Simplified Revision Notes

Revision notes with simplified explanations to understand Modulus Functions - Sketching Graphs quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

269+ students studying

2.8.4 Modulus Functions - Sketching Graphs

Modulus Functions and Inequalities

1. What is the Modulus Function?

The modulus function gives the absolute value of a number, which means it always returns the positive value, no matter the sign of the input:

  • If x0 x \geq 0 , then x=x|x| = x

  • If x<0x < 0 , then x=x|x| = -x For example:

  • 5=5|5| = 5

  • 5=5|-5| = 5

2. Solving Modulus Inequalities

To solve inequalities involving modulus functions, the key idea is to consider the two possible cases: the positive and negative values that might satisfy the inequality.

infoNote

Example 1: Solving x3|x| \leq 3

The inequality x3|x| \leq 3 means that the absolute value of xx is less than or equal to 3. This can be rewritten as:

3x3-3 \leq x \leq 3

So, the solution is all xx -values between -3 and 3, inclusive.

infoNote

Example 2: Solving x>2|x| > 2

The inequality x>2|x| > 2 means that the absolute value of xx is greater than 2. This can be rewritten as:

x<2orx>2x < -2 \quad \text{or} \quad x > 2

In this case, the solution is any xx -value outside the range between -2 and 2.

3. Modulus with Linear Expressions

You can also encounter inequalities with modulus functions involving linear expressions, likex1 |x - 1| .

infoNote

Example 3: Solving x14|x - 1| \leq 4

To solve this inequality, follow these steps:

  1. Rewrite the inequality without the modulus: 4x14-4 \leq x - 1 \leq 4

  2. Solve for xx: 4+1x4+1-4 + 1 \leq x \leq 4 + 1

3x5-3 \leq x \leq 5

So, the solution is -3 ≤ x ≤ 5 .

infoNote

Example 4: Solving 2x+3>7 |2x + 3| > 7

  1. First, split it into two cases:
  • 2x+3>72x + 3 > 7
  • 2x+3<72x + 3 < -7
  1. Solve each case separately:
  • For 2x+3>7 2x + 3 > 7 :

  • 2x>4x>22x > 4 \quad \Rightarrow \quad x > 2

  • For 2x+3<72x + 3 < -7 :

  • 2x<10x<52x < -10 \quad \Rightarrow \quad x < -5 So, the solution is x < -5 or x > 2 .

infoNote

Key Steps for Solving Modulus Inequalities

  1. Understand the modulus: Write the modulus inequality as two separate inequalities.
  2. Solve the inequalities: Treat each part of the inequality as a regular linear inequality.
  3. Combine the solutions: Depending on the sign of the inequality (≤, ≥, <, >), you either combine or exclude parts of the number line.
infoNote

Practice Problem

Solve the inequality: x+25 |x + 2| \geq 5 .

  1. Split into two inequalities:
  • x+25x + 2 \geq 5
  • x+25x + 2 \leq -5
  1. Solve each:
  • x3 x \geq 3
  • x7x \leq -7 Final solution: x ≤ -7 or x ≥ 3.

Understanding and practising these steps will help you handle modulus inequalities effectively.

Modulus Inequalities

infoNote

e.g. Solve 2x+3x1|2x + 3| \leq |x - 1| (graphical method recommended)

  1. Find the points of intersection using the graphical method:
(x1)=(2x+3)-(x-1) = -(2x+3)x1=2x+3\Rightarrow x-1 = 2x+3x=4\Rightarrow x = -4(x1)=2x+3-(x-1) = 2x+3x+1=2x+3\Rightarrow -x+1 = 2x+33x=2\Rightarrow 3x = 2x=23\Rightarrow x = -\frac{2}{3}
  1. Decide from the graph which region(s) satisfy the inequality: We can see from 2x+3x1|2x+3| \leq |x-1| that we require the regions where the graph of y=2x+3y = |2x+3| is under y=x1y = |x-1|.
4x23-4 \leq x \leq -\frac{2}{3}
  • Note: The squaring both sides method does work but you must check the answer.

infoNote

Q1 (June 2007, Q2) Solve the inequality 4x3<2x+1|4x - 3| < |2x + 1|.

Graphical Representation:

image
infoNote

Steps to Solve: 7. Finding the Points of Intersection:

  • Setting the two equations equal:
4x3=2x+14x - 3 = 2x + 14x2x=1+3\Rightarrow 4x - 2x = 1 + 32x=4\Rightarrow 2x = 4x=2\Rightarrow x = 2
  • Setting the negative of one side equal to the positive of the other:
(4x3)=2x+1-(4x - 3) = 2x + 14x+3=2x+1\Rightarrow -4x + 3 = 2x + 14x2x=13\Rightarrow -4x - 2x = 1 - 36x=2\Rightarrow -6x = -2x=13\Rightarrow x = \frac{1}{3}
  1. Solution:
  • The points of intersection are x=13x = \frac{1}{3} and x=2x = 2.
  • The inequality is satisfied between these points. Hence, the solution is:
13<x<2\boxed {\frac{1}{3} < x < 2}

The Modulus Function

  • The word modulus means "distance from origin". A distance is always positive, i.e., a scalar quantity.
infoNote

Examples:

  • 4=4|4| = 4
  • 2=2|-2| = 2
  • 23\begin{vmatrix} 2\\ 3 \end{vmatrix}
  • 22+32=13(an example with vectors)| \sqrt{2^2 + 3^2} | = \sqrt{13} \quad \text {(an example with vectors)}

Graphs of Modulus Function

infoNote

Example 1: Draw y=2xy = 2x and y=2xy = |2x| on the same set of axes.

  • For y=2xy = 2x:

  • If x=1,y=2(1)=2x = -1, y = 2(-1) = -2

  • For y=2xy = |2x|:

  • If x=1,y=2(1)=2=2x = -1, y = |2(-1)| = |-2| = 2 In the graph:

  • The line y=2xy = 2x is shown in blue.

  • The line y=2xy = |2x| is shown in red and reflects the negative part above the x-axis.


infoNote

Example 2: Draw y=x3y=|x-3|.

  • Tip: Do a few drafts before presenting an answer.
  1. Start with y=x3y = x - 3.

    image
  2. Find points where y=0y = 0 to identify where the modulus effect changes the graph:

  • Set y=0x3=0x=3y = 0 \Rightarrow x - 3 = 0 \Rightarrow x = 3. image

Drafts:

  • Draft 1 shows the line y=x3y = x-3 and how it changes when y=x3y = |x-3|.
image
  • The final answer graph reflects the portion below the x-axis upwards, resulting in a V-shape at x=3x = 3. image

:::

The modulus function always reflects any negative values into positive values, creating graphs that are always at or above the x-axis.


Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Modulus Functions - Sketching Graphs

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

60 flashcards

Flashcards on Modulus Functions - Sketching Graphs

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

6 quizzes

Quizzes on Modulus Functions - Sketching Graphs

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

12 questions

Exam questions on Modulus Functions - Sketching Graphs

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Modulus Functions - Sketching Graphs

Create custom exams across topics for better practice!

Try Maths Pure exam builder

18 papers

Past Papers on Modulus Functions - Sketching Graphs

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Modulus Functions - Sketching Graphs you should explore

Discover More Revision Notes Related to Modulus Functions - Sketching Graphs to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Functions

Language of Functions

user avatar
user avatar
user avatar
user avatar
user avatar

432+ studying

182KViews

96%

114 rated

Functions

Composite Functions

user avatar
user avatar
user avatar
user avatar
user avatar

469+ studying

195KViews

96%

114 rated

Functions

Inverse Functions

user avatar
user avatar
user avatar
user avatar
user avatar

375+ studying

183KViews

96%

114 rated

Functions

Modulus Functions - Solving Equations

user avatar
user avatar
user avatar
user avatar
user avatar

442+ studying

195KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered