Algebra 1

The V-Shape: Absolute Value

What happens when a function refuses to go negative? You get one of the most recognizable shapes in all of math: the V. Let’s explore absolute value functions and see why they behave the way they do.

What Is Absolute Value?

The absolute value of a number is its distance from zero — always positive (or zero). It’s written with vertical bars:

5=5,3=3,0=0|{-5}| = 5, \quad |3| = 3, \quad |0| = 0

No matter what you put inside, the output is never negative. It’s like a “make it positive” machine.


Part 1: The Basic V — y = |x|

Here’s the simplest absolute value function:

y=xy = |x|
-8-6-4-22468-22468

See the V shape? For positive x values, it acts just like y = x. For negative x values, it mirrors — instead of going down, it bounces back up. The vertex (the bottom of the V) sits right at the origin, (0, 0).

Try This

Why the V? Think of it piece by piece:

  • When x >= 0: |x| = x (the right side is just a regular line going up)
  • When x < 0: |x| = -x (the left side flips the negatives to positives)

Two straight lines meeting at a point — that’s your V!


Part 2: Stretching and Flipping — The “a” Parameter

Now let’s add a multiplier out front: y = a|x|. This controls how steep or wide the V is, and whether it opens up or down.

a (stretch/flip)1
-44
y=1xy = 1|x|
-8-6-4-22468-8-6-4-22468y = a|x|y = |x| (reference)
Try This

Experiment with a:

  • a = 1: The standard V
  • a = 2: Twice as steep — the V gets narrower
  • a = 0.5: Half as steep — the V gets wider
  • a = -1: The V flips upside down! Now it’s a mountain instead of a valley
  • a = 0: Flat line at y = 0 — the V collapses entirely

Part 3: Shifting Left and Right — The “h” Parameter

What if we want to move the vertex away from the origin? The expression y = |x - h| shifts the V left or right.

h (horizontal shift)0
-66
y=x0y = |x - 0|
-10-8-6-4-2246810-2246810(0, 0)(0, 0)y = |x - h|y = |x| (reference)
Connection

Watch the direction carefully! When h is positive, the V moves to the right. When h is negative, it moves to the left. This feels backwards, but it makes sense: y = |x - 3| equals zero when x = 3, so the vertex is at x = 3.

The “minus” in the formula means the shift goes the opposite direction from what you might expect. This is the same rule you’ll see with all function transformations!


Part 4: Shifting Up and Down — The “k” Parameter

Adding a number outside the absolute value shifts the whole graph vertically:

k (vertical shift)0
-66
y=x+0y = |x| + 0
-8-6-4-22468-6-4-2246810(0, 0)(0, 0)y = |x| + ky = |x| (reference)

This one is more intuitive: positive k shifts up, negative k shifts down. The vertex moves to (0, k).


Part 5: The Full Transformation — y = a|x - h| + k

Now let’s combine all three parameters and see the complete picture:

a (stretch)1
-44
h (horizontal)0
-66
k (vertical)0
-66
y=1x0+0y = 1|x - 0| + 0
-10-8-6-4-2246810-10-8-6-4-2246810(0, 0)

The vertex is always at the point (h, k). The value of a controls the steepness and direction.

Challenge

Challenge: Use the sliders to create a V that:

  1. Has its vertex at (3, -2) and opens upward
  2. Has its vertex at (-1, 4) and opens downward
  3. Is wide (gentle slope) with vertex at the origin

Hint: For #2, you need a negative value of a!


Part 6: Absolute Value vs. Parabola

The V-shape of |x| might remind you of the U-shape of x^2. Let’s compare them side by side:

-4-3-2-11234-112345678y = |x|y = x^2

Both pass through the origin and both are symmetric. But look at the differences:

For small x values (close to zero), the parabola is flatter. For large x values, the parabola grows much faster.


Part 7: Solving |x| = a Visually

When you solve an equation like |x| = 3, you’re finding where the V-graph crosses the horizontal line y = 3:

a (target value)3
06
x=3|x| = 3
-8-6-4-224682468y = |x|y = a
Try This

Notice the two solutions! Because of the V shape, the horizontal line crosses the graph at two points: x = a and x = -a. That’s why |x| = 3 gives you x = 3 AND x = -3.

What happens when you set a = 0? Just one solution! And if a could be negative? No solutions at all — absolute value can never be negative.


Wrapping Up

Here’s your absolute value cheat sheet:

TransformationEffect
a > 1Steeper (narrower) V
0 < a < 1Gentler (wider) V
a < 0V flips upside down
h > 0Shifts right
h < 0Shifts left
k > 0Shifts up
k < 0Shifts down
VertexAlways at (h, k)
Challenge

Final Challenge: The equation |x - 2| + 1 = 4 has two solutions. Can you find them without a calculator? Hint: First isolate the absolute value by subtracting 1 from both sides, then split into two cases.

The V-shape is simple but powerful. Once you see it, you’ll notice it everywhere — distance formulas, error calculations, even in how your phone calculates GPS accuracy. That sharp corner at the vertex is absolute value’s signature move.

Take the Quiz