An absolute value graph is a V-shape: plot the vertex, take equal steps left and right, then mirror points so both arms match.
Absolute value graphs turn distance into a picture. Once the pattern clicks, you can graph an absolute value function on grid paper without guesswork.
You’ll learn a vertex-first routine for most problems, plus a short value-table routine for messy expressions. You’ll also learn how to read a V and write its equation.
Why Absolute Value Graphs Make A V
The bars | | force outputs to be non-negative. When the inside is negative, the bars flip its sign. That sign flip is what creates the sharp corner.
Distance Creates Symmetry
On a number line, |x| is the distance from 0. So |4| and |−4| land on the same distance: 4. On a coordinate plane, that same idea makes left and right sides match. For y = |x|, x = 2 and x = −2 give the same y-value.
Each Arm Is A Straight Line
For x ≥ 0, y = |x| behaves like y = x. For x ≤ 0, it behaves like y = −x. Two lines meet at one point, so you get a V. Even after shifts and stretches, each arm stays straight.
Domain, Range, And The Mirror Line
Absolute value graphs accept any real x, so the domain is all real numbers (−∞, ∞). The range depends on the vertex and the opening direction. A V that opens up has its lowest y at the vertex, so the range is [k, ∞). A V that opens down has its highest y at the vertex, so the range is (−∞, k].
Every V has a vertical mirror line through the vertex. In vertex form, that line is x = h. Sketch it lightly if it helps you keep both sides even.
How Do You Graph An Absolute Value? With Shifts And Stretches
The cleanest form for graphing is vertex form:
y = a|x − h| + k
The vertex is (h, k). The number a sets steepness. Its sign sets the opening direction.
Step 1: Plot The Vertex
Read (h, k) and plot it first. Watch the sign: |x − 3| shifts right 3, while |x + 3| shifts left 3. If you draw a light line x = h through the vertex, you’ve built a mirror for the whole graph.
Step 2: Use A Like Rise Over Run
From the vertex, use a like a slope. If a = 2, go right 1 and up 2, then mirror left 1 and up 2. If a = 1/2, go right 2 and up 1, then mirror left 2 and up 1. Plot one more pair the same way, then draw straight arms through your points.
Step 3: Flip When A Is Negative
If a is negative, the V opens down. Keep the same rise/run size from |a|, but move down instead of up. With a = −3, from the vertex go right 1 and down 3, then mirror left 1 and down 3.
Step 4: Lock It In With One Substitution
Pick an x-value you used, plug it into the equation, and confirm your plotted y. This catches the classic error: placing the vertex left when it belongs on the right.
If you want a standard reference that matches classroom notation, OpenStax lays out the same forms and graph traits in its section on absolute value functions.
A Worked Graph You Can Copy
Graph y = −3|x + 2| + 1.
- Vertex: (−2, 1).
- Opens: down, since a is negative.
- Step: down 3 over 1.
From (−2, 1), go right 1 and down 3 to (−1, −2). Mirror it to (−3, −2). Repeat once more to reach (0, −5) and (−4, −5). Draw straight arms through the points and extend them.
When your graph is done, label the vertex and one point on each arm. Those marks make range and equation questions smoother and keep the mirror line clear as you extend the arms.
Common Absolute Value Forms And How To Read Them
This table is a quick decoder for the forms you’ll see most often. Read the vertex first, then use rise/run to sketch the arms.
| Equation Pattern | Graph Change | First Plot |
|---|---|---|
| y = |x| | Parent V, opens up | (0, 0) |
| y = |x| + k | Shift up/down by k | (0, k) |
| y = |x − h| | Shift left/right by h | (h, 0) |
| y = a|x| | Steeper if |a| > 1, wider if 0 < |a| < 1 | (0, 0) |
| y = −|x| | Flip over x-axis | (0, 0) |
| y = a|x − h| + k | Shift to (h, k), stretch by |a|, flip if a < 0 | (h, k) |
| y = |mx + b| + k | Vertex where mx + b = 0, then shift by k | solve mx + b = 0 |
| y = a|mx + b| + k | Outside stretch by |a|, inside by |m| | vertex first |
| |x − h| = y − k | Same as y = |x − h| + k | rewrite, then vertex |
| y = a|x − h| + k with a = 0 | Line y = k | any point with y = k |
Graphing When The Bars Wrap A Linear Expression
Forms like y = |2x − 6| − 4 look busy, yet the graph still follows the same V rules. Find the vertex, then plot a few points near it.
Find The Vertex From Inside Equals Zero
The vertex sits where the inside hits 0, since |0| is the smallest output from the bars. Set the inside equal to 0 to get the vertex x-value, then plug that x into the full equation to get y.
For y = |2x − 6| − 4, solve 2x − 6 = 0 to get x = 3. Then y = |0| − 4 = −4, so the vertex is (3, −4).
Inside Coefficients Change The Horizontal Scale
In y = |2x − 6| − 4, the 2 inside the bars squeezes the graph horizontally compared with y = |x − 3| − 4. Both have the same vertex, yet the arms reach the same height with smaller horizontal moves.
One habit that works: after you plot the vertex, compute points 1 unit left and right. If y jumps fast, switch to half-steps or just keep using a short table of x-values near the vertex.
Plot Two Points On Each Side
Pick x-values 1 and 2 units away from the vertex x-value. With vertex x = 3, try x = 1, 2, 4, 5. Compute y, plot points, then draw straight arms. Points the same distance from the vertex should land at the same height.
Fractions: Keep The Points Clean
If a is a fraction, treat it as rise over run so your points stay on grid intersections. With a = 3/2, use up 3 over 2. With a = 1/3, use up 1 over 3. If the inside expression makes ugly arithmetic, choose x-values that make the inside land on even numbers.
Use A Graphing Calculator As A Check
After the hand sketch, type the equation into a graphing calculator and compare the vertex and opening direction. Desmos works well for this; its activity Exploring Absolute Value lets you move sliders and watch the V shift, flip, and stretch.
Find Intercepts Straight From The Equation
Intercepts give you extra points to place on your graph, and they also act as a check after you draw.
Y-Intercept: Set X = 0
Plug in x = 0. Whatever y you get is the y-intercept point (0, y). For y = 2|x − 5| + 1, you get y = 2|−5| + 1 = 11, so (0, 11) lies on the graph.
X-Intercepts: Set Y = 0 And Split Into Two Lines
Set y = 0, isolate the bars, then split into two equations. With y = |x − 3| − 5, you get |x − 3| = 5, so x − 3 = 5 or x − 3 = −5. That gives x = 8 and x = −2, so the x-intercepts are (8, 0) and (−2, 0). If you reach |something| = a negative number, there are no real x-intercepts.
Read A V-Shape And Write Its Equation
When a graph is given, start from the vertex form template, then use one point to solve for a.
Write Vertex Form From The Tip
Write y = a|x − h| + k and read the vertex (h, k) off the graph. If the tip is at (−1, 2), then y = a|x + 1| + 2. If the V opens down, a is negative.
Solve For A With One Point
Pick a clean point on an arm. If the graph goes through (1, 6), plug it in: 6 = a|1 + 1| + 2, so 6 = 2a + 2 and a = 2. Your equation is y = 2|x + 1| + 2.
Slip-Ups That Throw Off Absolute Value Graphs
Use this table as a quick audit while you draw.
| Slip-Up | What You See | Fix |
|---|---|---|
| Horizontal shift sign flipped | Vertex lands on the wrong side | |x − h| shifts right; |x + h| shifts left |
| Negative a ignored | V opens up but should open down | Check the sign of a before plotting points |
| Wrong rise/run for a | Arms are too wide or too steep | Use a as slope: 2 = up 2 over 1; 1/2 = up 1 over 2 |
| Missing symmetry | One arm doesn’t match the other | Mirror each point across x = h |
| k placed inside the bars | Shift goes left/right instead of up/down | Outside bars moves up/down; inside moves left/right |
| Arms drawn as curves | The V looks rounded | Connect points with straight segments |
Practice Problems That Build Speed
Try these on graph paper. Plot the vertex, add two mirrored point pairs, then draw the arms.
- y = |x − 4| − 2
- y = 3|x| + 1
- y = −|x + 2|
- y = (1/2)|x − 6| + 3
- y = |2x + 8| − 5
A Paper Checklist Before You Submit
- I plotted and labeled the vertex.
- I kept the mirror line x = h in mind.
- I used rise/run from a, not the parent graph by habit.
- I mirrored points on both sides.
- I drew straight arms and extended them outward.
- I checked one point by substitution.
- I wrote the range using the vertex and opening direction.
References & Sources
- OpenStax.“Absolute Value Functions (College Algebra 2e, Section 3.6).”Explains standard absolute value graph forms and the vertex-based graphing setup used in algebra courses.
- Desmos.“Exploring Absolute Value.”Interactive graph that lets you change parameters and watch the V shift, flip, and stretch.