Introduction: The Magic of Positivity
Hi there! Welcome to your study notes on The Modulus Function. This is a small but mighty part of your Pure Mathematics curriculum. Essentially, the modulus function is the mathematical version of a "positivity filter." It takes any number and ensures the result is either positive or zero.
Why do we care? In the real world, we often care more about the size of a change rather than the direction. For example, if you are calculating the distance between two houses on a street, it doesn't matter if you walk from house A to B or B to A; the distance remains a positive value. That is exactly what the modulus function helps us calculate!
1. What exactly is the Modulus?
The modulus of a number is its "absolute value." This means we ignore the minus sign if there is one. We represent this using two vertical bars: \( |x| \).
The Definition:
\( |x| = x \) if \( x \ge 0 \)
\( |x| = -x \) if \( x < 0 \)
Wait, why is there a minus sign in the second line? Don't worry if this seems tricky! It’s just a mathematical trick. If \( x \) is already negative (like -5), then \( -x \) becomes \( -(-5) \), which is 5. It's just a way of forcing the number to become positive!
Analogy: The Odometer
Think of a car’s odometer. Whether you drive forward or in reverse, the numbers on the dial always go up. It only cares about the magnitude of the distance traveled, not the direction.
Quick Review:
\( |7| = 7 \)
\( |-10| = 10 \)
\( |0| = 0 \)
2. Graphing the Modulus of Linear Functions
For your OCR MEI syllabus, you need to focus on graphs of linear functions involving a single modulus sign, such as \( y = |mx + c| \).
The Shape: The "V" Graph
The most basic modulus graph is \( y = |x| \). Instead of the line continuing into the negative \( y \) values (below the x-axis), it "bounces" off the x-axis and goes back up. This creates a distinct V-shape with a vertex (the "pointy bit") at the origin (0,0).
How to Sketch \( y = |f(x)| \):
- Sketch the "normal" line \( y = f(x) \) lightly with a pencil.
- Identify the part of the graph that is below the x-axis (where \( y \) is negative).
- Reflect that negative part in the x-axis (flip it up).
- Keep the part that was already above the x-axis exactly where it is.
Did you know?
The point where the graph touches the x-axis is often called the critical point or vertex. For \( y = |x - 3| \), the vertex is at \( x = 3 \).
Key Takeaway: Modulus graphs never go below the x-axis. If your sketch dips into the negative \( y \) region, something has gone wrong!
3. Solving Modulus Equations
To solve an equation like \( |ax + b| = c \), we have to consider that the stuff inside the bars could have originally been positive OR negative.
Step-by-Step Process:
To solve \( |x - 5| = 3 \):
- Case 1 (The Positive Case): Just remove the bars.
\( x - 5 = 3 \)
\( x = 8 \) - Case 2 (The Negative Case): Set the inside to equal the negative version of the answer.
\( x - 5 = -3 \)
\( x = 2 \)
So, the solutions are \( x = 8 \) and \( x = 2 \). Both numbers are exactly 3 units away from 5 on a number line!
4. Modulus Inequalities: Bounds and Distances
In the MEI syllabus, you specifically need to understand inequalities like \( |x - a| \le b \). This is a very common way to express tolerances or bounds.
The Meaning:
The expression \( |x - a| \le b \) literally means: "The distance between \( x \) and \( a \) is less than or equal to \( b \)."
Finding the Range:
If \( |x - a| \le b \), then \( x \) must be between \( a - b \) and \( a + b \).
Mathematically: \( a - b \le x \le a + b \)
Real-World Example: Manufacturing
Imagine a factory making 10cm bolts. They are allowed an error (tolerance) of 0.1cm. We can write this as:
\( |L - 10| \le 0.1 \)
This means the length \( L \) must be between \( 10 - 0.1 \) and \( 10 + 0.1 \).
So, \( 9.9 \le L \le 10.1 \).
Memory Aid: "Inside or Outside?"
- If \( |x| < b \), \( x \) is trapped inside the values: \( -b < x < b \).
- If \( |x| > b \), \( x \) is flying outside the values: \( x > b \) or \( x < -b \).
Key Takeaway: \( |x - a| \le b \) is just a fancy way of saying "\( x \) is in the range \( a \pm b \)."
5. Common Mistakes to Avoid
- Mistake: Thinking \( |x - 3| \) is the same as \( |x| - 3 \).
Correction: They are very different! \( |x - 3| \) shifts the graph right, while \( |x| - 3 \) shifts the graph down. - Mistake: Forgetting to check if a solution is valid.
Correction: Always plug your answers back into the original modulus equation to make sure they work. - Mistake: Attempting to solve inequalities with more than one modulus sign.
Note: These are excluded from the H640 syllabus! Stick to one modulus sign for linear functions.
Summary Table
Notation: \( |x| \) (Modulus of \( x \))
Graph: V-shape, reflection of negative \( y \) values.
Equation Solution: Usually two solutions (the '+' and '-' versions).
Inequality \( |x - a| \le b \): Means \( x \) is in the interval \( [a - b, a + b] \).
Don't worry if this seems tricky at first! Just remember: the modulus bars are like a "no-negatives-allowed" zone. Once you get used to the V-shape graphs and splitting equations into two cases, you'll find this chapter very manageable.