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:

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

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.

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:

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.