Absolute Value Graph- Graphing and Interpretation
What Absolute Value Actually Means Before You Graph It
Absolute value is just the distance a number is from zero on a number line. It doesn't care about direction. |−5| = 5 and |5| = 5. That's it.
When you graph absolute value functions, you get a V-shaped curve. The bottom point where the V flips is called the vertex. Everything else about graphing these functions is just figuring out where that V sits and how wide or narrow it opens.
The Basic Shape: y = |x|
Start here. The parent function y = |x| gives you a V that:
- Opens upward
- Has its vertex at (0, 0)
- Has a slope of 1 on the right side, −1 on the left
That's your baseline. Every other absolute value graph is just this V moved around or stretched.
The Vertex Form You Need to Know
Absolute value functions follow this pattern:
y = a|x − h| + k
The vertex sits at (h, k). The "a" value controls width and direction.
- a > 0: V opens upward
- a < 0: V opens downward
- |a| > 1: narrower V (steeper slopes)
- |a| < 1: wider V (flatter slopes)
How to Graph Absolute Value Functions
Step 1: Find the vertex
Set the inside of the absolute value equal to zero and solve. That's your x-coordinate. Plug it back in to get y.
Example: y = |x − 3| + 2
- x − 3 = 0 → x = 3
- y = |3 − 3| + 2 = 0 + 2 = 2
- Vertex: (3, 2)
Step 2: Plot a few points
Pick x values on both sides of the vertex. Calculate y for each.
Using y = |x − 3| + 2:
- x = 1: y = |1 − 3| + 2 = 2 + 2 = 4 → (1, 4)
- x = 5: y = |5 − 3| + 2 = 2 + 2 = 4 → (5, 4)
- x = 0: y = |0 − 3| + 2 = 3 + 2 = 5 → (0, 5)
- x = 6: y = |6 − 3| + 2 = 3 + 2 = 5 → (6, 5)
Step 3: Connect the dots
Draw straight lines from the vertex outward. The lines must be perfectly linear — no curves. If your lines look curved, something's wrong.
Common Transformations
| Equation | Transformation | Vertex |
|---|---|---|
| y = |x| + 3 | Shifted up 3 | (0, 3) |
| y = |x| − 2 | Shifted down 2 | (0, −2) |
| y = |x − 4| | Shifted right 4 | (4, 0) |
| y = |x + 4| | Shifted left 4 | (−4, 0) |
| y = −|x| | Flipped upside down | (0, 0) |
| y = 2|x| | Stretched vertically | (0, 0) |
| y = ½|x| | Compressed vertically | (0, 0) |
Remember: horizontal shifts are backwards. |x − 3| moves right, |x + 3| moves left. People get tripped up on this constantly.
Reading What the Graph Tells You
Once you've got the graph, here's what to extract:
- Vertex location: The minimum or maximum point. If it opens up, the vertex is a minimum. If it opens down, it's a maximum.
- Domain: Always all real numbers. The V keeps going left and right forever.
- Range: Look at the y-values. If the vertex is at y = −3 and the V opens up, the range is [−3, ∞).
- Slope: Count the rise over run on either side. The steepness tells you how fast values change.
Piecewise Form: When You Need It
Sometimes teachers want you to write absolute value as a piecewise function. Here's the conversion:
y = |x − h| + k becomes:
- y = −(x − h) + k when x < h
- y = (x − h) + k when x ≥ h
Example: y = |x − 2| + 1
- y = −(x − 2) + 1 = −x + 3 when x < 2
- y = (x − 2) + 1 = x − 1 when x ≥ 2
The vertex x-coordinate always splits your piecewise definition.
Where Absolute Value Graphs Show Up
You'll see these in:
- Distance problems: "Find all points 5 units from x = 3" gives you two vertical lines at x = −2 and x = 8
- Optimization: Minimizing distance or error
- Physics: Reflecting light rays, bounce patterns
- Data analysis: Distance from a target value
Quick Reference: Graphing Checklist
- ✓ Identify vertex from the equation
- ✓ Determine if it opens up or down
- ✓ Calculate width using |a| value
- ✓ Plot vertex + 2 points on each arm
- ✓ Connect with straight lines only
- ✓ Verify with a test point (usually the vertex)
Mistakes That Mess People Up
- Curved lines: Absolute value graphs are always straight lines. If yours curves, recalculate.
- Wrong direction on horizontal shifts: The sign inside flips the direction.
- Forgetting to solve x − h = 0: The vertex x-value comes from setting the inside equal to zero, not from just looking at the number.
- Ignoring negative "a": A negative coefficient flips the whole thing upside down.
Practice Problem
Graph y = −2|x + 1| + 4
Solution:
- Vertex at (−1, 4)
- Opens downward (negative a)
- Narrower than base (|−2| = 2)
- Points: x = −1 gives y = 4. x = 0 gives y = −2(1) + 4 = 2. x = −2 gives y = −2(1) + 4 = 2
- Plot these and connect
That's it. Find the vertex, plot a couple points, draw straight lines. The V-shape makes these graphs straightforward once you know what the parameters actually do. 📐