How to Graph Absolute Value Functions
What Is an Absolute Value Function?
An absolute value function is any function wrapped in absolute value bars. The most basic form is f(x) = |x|.
The absolute value of a number is its distance from zero on a number line. That's it. A negative five has the same absolute value as positive five because both sit five units away from zero.
This simple concept creates graphs with a distinctive V-shape. If you've ever wondered why these graphs look the way they do, it's all about distance—not direction.
The Basic Shape: Understanding the V-Graph
Graph f(x) = |x| and you get a V that opens upward. The point where the two lines meet is called the vertex. For y = |x|, the vertex sits at (0, 0).
To the left of zero, the graph is a line with a slope of -1. To the right, it's a line with a slope of +1. That's the whole shape—two straight lines meeting at a single point.
Why does it look like this? Because the absolute value function takes whatever you give it and forces the output to be positive. Input -3? Output 3. Input 3? Output 3. Same distance, same height.
Key Features You Need to Identify
Every absolute value graph has these components:
- Vertex — the turning point, the lowest or highest point depending on which way the V opens
- Axis of symmetry — a vertical line that cuts the graph into two mirror images, passes through the vertex
- Slope — the steepness of each arm of the V, changes based on the coefficient in front of x
- Domain — almost always all real numbers, unless something weird happens
- Range — depends on whether the V opens up or down
Knowing these five things tells you 90% of what you need to graph any absolute value function quickly.
How to Graph Absolute Value Functions: Step by Step
Here's the process that actually works:
Step 1: Find the vertex
Set the expression inside the absolute value bars equal to zero and solve for x. That x-value is your vertex's x-coordinate. Plug it back in to find y.
Example: For f(x) = |x - 3| + 2
- Set x - 3 = 0 → x = 3
- Vertex is at (3, f(3)) = (3, 2)
Step 2: Determine the direction
Look at the coefficient in front of the absolute value. Positive coefficient? The V opens upward. Negative? It opens downward.
- f(x) = |x - 3| + 2 → opens up ✓
- f(x) = -|x + 1| - 4 → opens down ✗
Step 3: Find two more points
Pick an x-value to the left of your vertex. Pick another to the right. Calculate the y-values. That's three points total—you have enough to draw the V.
Step 4: Connect with straight lines
Draw two rays meeting at the vertex. Not curves—straight lines. Absolute value graphs are made of linear pieces, not curves.
Transformations: What the Numbers Actually Do
The general form f(x) = a|x - h| + k tells you everything about the graph. Here's what each piece controls:
| Parameter | What It Does | Example |
|---|---|---|
| a (coefficient) | Stretches vertically if |a| > 1, compresses if 0 < |a| < 1. Negative flips it upside down. | f(x) = 2|x| is narrower than f(x) = |x| |
| h (inside the bars) | Shifts left or right. Think: (x - h) means h units to the right. | f(x) = |x - 5| shifts 5 units right |
| k (outside the bars) | Shifts up or down by k units. | f(x) = |x| + 3 shifts 3 units up |
Remember the order: horizontal shift, then vertical shift. The vertex ends up at (h, k) no matter what.
Comparing Graphing Methods
| Method | Speed | Accuracy | Best For |
|---|---|---|---|
| Point-plotting | Slow | High if done carefully | Understanding the shape |
| Vertex + transformations | Fast | High | Most problems |
| Using a graphing calculator | Fastest | Depends on input accuracy | Checking work, complex functions |
Vertex + transformations is the move 95% of the time. Point-plotting is for when you're lost and need to rebuild from scratch.
Common Mistakes That Ruin Your Graph
Getting the horizontal shift backward. People see |x + 5| and think "shift left 5." It's right 5. The sign inside flips what you expect. If you can't remember, set the inside equal to zero: x + 5 = 0 gives x = -5, so the vertex shifts to x = -5 (left).
Forgetting to flip the V. A negative coefficient in front of the absolute value flips the whole thing upside down. If you graph |x| shape when you should have an upside-down V, you'll be wrong every time.
Drawing curves instead of lines. The arms of an absolute value graph are straight lines. If you're drawing anything curved, something went wrong.
Misidentifying the vertex. The vertex isn't always at (0, 0). Find where the inside of the absolute value equals zero—that's your x-coordinate.
Practice: Graph This Function
Try f(x) = -2|x - 1| + 4
Solution:
- Vertex: Set x - 1 = 0 → x = 1. Plug in: f(1) = -2(0) + 4 = 4. Vertex at (1, 4)
- Opens downward (negative coefficient)
- Slope: The "a" value is -2, so each arm has slope ±2
- Pick points: f(0) = -2(1) + 4 = 2. Point at (0, 2). f(2) = -2(1) + 4 = 2. Point at (2, 2)
- Connect: Draw the V opening down through these three points
That's all there is to it. Three points, one V, done.
When Absolute Value Gets More Complex
Sometimes you'll see absolute values nested inside absolute values, or absolute values with more complicated expressions. The strategy doesn't change: find where each absolute value equals zero, test the intervals, and graph each piece.
For equations like |x - 3| = 5, you're solving for where the graph crosses a horizontal line. This gives you two equations: x - 3 = 5 and x - 3 = -5. Solve both. You get x = 8 and x = -2.
For inequalities like |x - 3| < 5, you're looking for where the graph sits below a horizontal line. The solution is the interval between those two x-values: -2 < x < 8.
The Bottom Line
Absolute value functions graph as V-shapes. Find the vertex, determine if it opens up or down, plot three points, connect with straight lines. The transformations just move and stretch that basic shape.
Stop overcomplicating it. The math is simpler than it looks.