38 total
By the end of this topic, you should be able to:
The absolute value (also called modulus) of a number is its distance from zero on the number line, ignoring whether it's positive or negative. We write it using vertical bars: |x|.
Key idea: Absolute value is always positive or zero, never negative.
Examples:
Formal definition:
This means that for negative numbers, we flip the sign to make them positive.
When we sketch y = |ax + b|, we're drawing the graph of a straight line but making any negative parts positive (reflecting them above the x-axis).
Step-by-step method:
First, sketch y = ax + b (the line without the modulus)
Apply the modulus
Example: Sketch y = |2x − 4|
Step 1: Sketch y = 2x − 4
Step 2: Apply modulus
The graph is V-shaped with the point (vertex) at (2, 0). The left branch has gradient −2, and the right branch has gradient 2.
Key features of y = |ax + b| graphs:
Important relation: |a| = |b| ⟺ a² = b²
This means: if two numbers have the same absolute value, then their squares are equal (and vice versa).
Why? Because |a| = |b| means both numbers are the same distance from zero. This happens when:
Method 1: Using a² = b²
If |3x − 2| = |2x + 7|, then:
Method 2: Consider two cases
Since |A| = |B| means A = B or A = −B:
Example: Solve |3x − 2| = |2x + 7|
Case 1: 3x − 2 = 2x + 7
Case 2: 3x − 2 = −(2x + 7)
Always check your answers by substituting back into the original equation.
Important relation: |x − a| < b ⟺ a − b < x < a + b (where b > 0)
This reads: "The distance from x to a is less than b" means "x is between a − b and a + b."
Similarly:
Example 1: Solve |x + 1| < 5
This is the same as |x − (−1)| < 5, so a = −1 and b = 5.
Using the formula: −1 − 5 < x < −1 + 5 Answer: −6 < x < 4
Example 2: Solve 2x + 5 < |x + 1|
This type requires considering cases based on whether (x + 1) is positive or negative.
Case 1: x + 1 ≥ 0 (i.e., x ≥ −1) Then |x + 1| = x + 1, so:
But this contradicts x ≥ −1, so there's no solution in this region.
Case 2: x + 1 < 0 (i.e., x < −1) Then |x + 1| = −(x + 1) = −x − 1, so:
This is consistent with x < −1, so the solution is x < −2.
Sign in to view full notes