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:
- Vertex at (0, 0)
- Axis of symmetry: x = 0 (the y-axis)
- Opens upward
- Domain: all real numbers
- Range: y β₯ 0
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:
- a = vertical stretch/compression (and reflection if negative)
- b = horizontal stretch/compression
- h = horizontal shift (opposite sign of what appears)
- k = vertical shift
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:
- Identify the vertex at (h, k)
- Plot that point
- Find the slope from the vertex using the value of a
- Draw two rays extending from the vertex at that slope
For f(x) = 2|x β 3| + 1:
- Vertex is at (3, 1)
- Slope is 2 going right, β2 going left
- Draw the V starting from (3, 1)
Comparing Transformation Effects
| Transformation | Equation Change | Effect on Graph |
|---|---|---|
| Vertical stretch | a|x|, a > 1 | V becomes narrower |
| Vertical compression | a|x|, 0 < a < 1 | V becomes wider |
| Vertical shift up | |x| + k | Entire V moves up k units |
| Vertical shift down | |x| β k | Entire 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 > 1 | V 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.