Absolute Value Functions- Transformations and Graphs

What Absolute Value Functions Actually Are

An absolute value function is any function that contains the absolute value of a variable. The most basic form is f(x) = |x|. This function returns the distance between a number and zero on the number line.

That distance is always positive. So |βˆ’5| = 5 and |5| = 5. The function ignores the sign and spits out the positive version.

The graph of y = |x| is a V shape. It hits its lowest point at the origin (0, 0) and opens upward. Everything else about transformations just changes where that V sits and how it looks.

The Basic Parent Function

The parent function f(x) = |x| has these properties:

Every transformation you'll learn is a modification of this basic shape. Once you see it that way, everything clicks.

Vertical Transformations

Vertical Stretch and Compression

Multiply the entire function by a constant a: f(x) = a|x|

If a > 1, the graph stretches vertically. The V gets taller and narrower. Picture grabbing the sides of the V and pulling them apart from the vertex.

If 0 < a < 1, the graph compresses. The V gets shorter and wider. The vertex stays at (0, 0) but everything else gets squished toward the x-axis.

If a = βˆ’1, you flip it. f(x) = βˆ’|x| is an upside-down V with its vertex at (0, 0) and it opens downward.

Vertical Translation

Add or subtract a constant k: f(x) = |x| + k

This shifts the entire graph up if k is positive, down if k is negative. The vertex moves from (0, 0) to (0, k). Nothing else changes about the shape.

Horizontal Transformations

Horizontal Stretch and Compression

Multiply the variable by a constant b: f(x) = |bx|

Here's where students get tripped up. The effect is backwards from what you'd expect.

If b > 1, the graph compresses horizontally. The V gets narrower left to right.

If 0 < b < 1, the graph stretches horizontally. The V gets wider.

The vertex stays at (0, 0). Only the "speed" at which the V opens changes.

Horizontal Translation

Replace x with (x βˆ’ h): f(x) = |x βˆ’ h|

The graph shifts h units to the right. The vertex moves from (0, 0) to (h, 0).

Notice the sign. It's (x βˆ’ h), not (x + h). You might expect (x + h) to move right, but that's not how it works. The subtraction inside flips the direction.

The Complete Transformation Form

Combine everything into one equation:

f(x) = a|bx βˆ’ h| + k

Where:

The vertex ends up at (h, k). This is the most important takeaway from the complete form.

Graphing Step by Step

Here's how to graph any absolute value function without guessing:

  1. Identify the vertex at (h, k)
  2. Plot that point
  3. Find the slope from the vertex using the value of a
  4. Draw two rays extending from the vertex at that slope

For f(x) = 2|x βˆ’ 3| + 1:

Comparing Transformation Effects

TransformationEquation ChangeEffect on Graph
Vertical stretcha|x|, a > 1V becomes narrower
Vertical compressiona|x|, 0 < a < 1V becomes wider
Vertical shift up|x| + kEntire V moves up k units
Vertical shift down|x| βˆ’ kEntire V moves down k units
Horizontal shift right|x βˆ’ h|Vertex moves to x = h
Horizontal shift left|x + h|Vertex moves to x = βˆ’h
Reflection over x-axisβˆ’|x|V opens downward
Horizontal compression|bx|, b > 1V becomes narrower

Common Mistakes to Avoid

Students consistently mess up the horizontal shift sign. Remember: (x βˆ’ 3) shifts right. (x + 3) shifts left. The sign inside the absolute value is backwards from the direction of motion.

Another error is mixing up which parameter does what. The a value affects the steepness. The b value affects the width. Both can make the V look narrower or wider, but they work differently.

When both a and b are involved, the actual steepness of the rays on the graph is a/b. That's the real slope you need for accurate graphing.

Practical Example

Graph f(x) = βˆ’2|x + 4| + 3

Step 1: Vertex is at (βˆ’4, 3) because (x + 4) = (x βˆ’ (βˆ’4))

Step 2: The negative sign in front means the V opens downward

Step 3: The 2 means a vertical stretch of 2, so slope is 2 going right from the vertex, βˆ’2 going left

Step 4: Plot (βˆ’4, 3), go right 1 and up 2, go left 1 and down 2, connect the rays

That's it. Four steps and you have a correctly graphed absolute value function.

When You'll Actually Use This

Absolute value functions show up in distance problems. Any time you're working with "how far from" something, you're dealing with absolute value.

Physics uses them for displacement and range calculations. Computer graphics use them for distance-based rendering. Statistics uses them for mean absolute deviation. The V shape isn't abstractβ€”it represents real distance from a point.

Understanding transformations lets you model these situations without rebuilding everything from scratch. Shift the basic V to where your problem is, stretch it to match your scale, and you're done.