The V-Shape: Absolute Value
What happens when a function refuses to go negative? You get one of the most recognizable shapes in all of math: the V. Let’s explore absolute value functions and see why they behave the way they do.
What Is Absolute Value?
The absolute value of a number is its distance from zero — always positive (or zero). It’s written with vertical bars:
No matter what you put inside, the output is never negative. It’s like a “make it positive” machine.
Part 1: The Basic V — y = |x|
Here’s the simplest absolute value function:
See the V shape? For positive x values, it acts just like y = x. For negative x values, it mirrors — instead of going down, it bounces back up. The vertex (the bottom of the V) sits right at the origin, (0, 0).
Why the V? Think of it piece by piece:
- When x >= 0: |x| = x (the right side is just a regular line going up)
- When x < 0: |x| = -x (the left side flips the negatives to positives)
Two straight lines meeting at a point — that’s your V!
Part 2: Stretching and Flipping — The “a” Parameter
Now let’s add a multiplier out front: y = a|x|. This controls how steep or wide the V is, and whether it opens up or down.
Experiment with a:
- a = 1: The standard V
- a = 2: Twice as steep — the V gets narrower
- a = 0.5: Half as steep — the V gets wider
- a = -1: The V flips upside down! Now it’s a mountain instead of a valley
- a = 0: Flat line at y = 0 — the V collapses entirely
Part 3: Shifting Left and Right — The “h” Parameter
What if we want to move the vertex away from the origin? The expression y = |x - h| shifts the V left or right.
Watch the direction carefully! When h is positive, the V moves to the right. When h is negative, it moves to the left. This feels backwards, but it makes sense: y = |x - 3| equals zero when x = 3, so the vertex is at x = 3.
The “minus” in the formula means the shift goes the opposite direction from what you might expect. This is the same rule you’ll see with all function transformations!
Part 4: Shifting Up and Down — The “k” Parameter
Adding a number outside the absolute value shifts the whole graph vertically:
This one is more intuitive: positive k shifts up, negative k shifts down. The vertex moves to (0, k).
Part 5: The Full Transformation — y = a|x - h| + k
Now let’s combine all three parameters and see the complete picture:
The vertex is always at the point (h, k). The value of a controls the steepness and direction.
Challenge: Use the sliders to create a V that:
- Has its vertex at (3, -2) and opens upward
- Has its vertex at (-1, 4) and opens downward
- Is wide (gentle slope) with vertex at the origin
Hint: For #2, you need a negative value of a!
Part 6: Absolute Value vs. Parabola
The V-shape of |x| might remind you of the U-shape of x^2. Let’s compare them side by side:
Both pass through the origin and both are symmetric. But look at the differences:
- |x| has a sharp corner at the vertex — two straight lines meeting
- x^2 has a smooth curve at the bottom — no sharp point
For small x values (close to zero), the parabola is flatter. For large x values, the parabola grows much faster.
Part 7: Solving |x| = a Visually
When you solve an equation like |x| = 3, you’re finding where the V-graph crosses the horizontal line y = 3:
Notice the two solutions! Because of the V shape, the horizontal line crosses the graph at two points: x = a and x = -a. That’s why |x| = 3 gives you x = 3 AND x = -3.
What happens when you set a = 0? Just one solution! And if a could be negative? No solutions at all — absolute value can never be negative.
Wrapping Up
Here’s your absolute value cheat sheet:
| Transformation | Effect |
|---|---|
| a > 1 | Steeper (narrower) V |
| 0 < a < 1 | Gentler (wider) V |
| a < 0 | V flips upside down |
| h > 0 | Shifts right |
| h < 0 | Shifts left |
| k > 0 | Shifts up |
| k < 0 | Shifts down |
| Vertex | Always at (h, k) |
Final Challenge: The equation |x - 2| + 1 = 4 has two solutions. Can you find them without a calculator? Hint: First isolate the absolute value by subtracting 1 from both sides, then split into two cases.
The V-shape is simple but powerful. Once you see it, you’ll notice it everywhere — distance formulas, error calculations, even in how your phone calculates GPS accuracy. That sharp corner at the vertex is absolute value’s signature move.