Absolute Value Functions- Properties and Operations

What Is an Absolute Value Function?

An absolute value function is any function that contains the absolute value of a variable expression. The most basic form is f(x) = |x|, where the output is always non-negative regardless of the input.

The absolute value of a number is its distance from zero on a number line. That's it. No direction, just distance. So |−5| = 5 and |5| = 5 because both are exactly 5 units away from zero.

When you graph f(x) = |x|, you get a V-shaped curve that touches the x-axis at the origin and opens upward. Every absolute value function follows this basic V-shape, though transformations can flip it, stretch it, or shift it around the coordinate plane.

Standard Form of an Absolute Value Function

The vertex form makes transformations easier to handle:

f(x) = a|x − h| + k

Where:

What the Parameters Do

If a is positive, the V opens upward. If a is negative, it opens downward. The larger the absolute value of a, the narrower the V becomes. A smaller |a| makes it wider.

The point (h, k) is the vertex—the lowest or highest point on the graph, depending on which way it opens.

Key Properties of Absolute Value Functions

These properties hold for every absolute value function you encounter:

The triangle inequality trips up a lot of students. It's not an equality in most cases—it's an upper bound. |a + b| is almost always less than |a| + |b|, and they're only equal when a and b have the same sign.

Graphing Absolute Value Functions

Graphing these functions comes down to finding the vertex and plotting points on each branch.

Step-by-Step Process

  1. Identify the vertex at (h, k) from the equation in vertex form
  2. Determine the slope of the right branch—it opens at rate |a|
  3. Plot the vertex
  4. Move 1 unit right and |a| units up (or down if a is negative) to find another point
  5. Reflect that point across the vertical line through the vertex for the left branch
  6. Connect the points with straight lines

Example: Graphing y = 2|x − 3| + 1

The vertex is at (3, 1). The slope is 2. From the vertex, move right 1 unit to x = 4, then up 2 units to y = 3. That's one point on the right branch. Mirror it to get (−1, 3) on the left branch. Draw the V.

Operations with Absolute Value Functions

You can add, subtract, multiply, and divide these functions—just like any other functions. The results are still functions, provided you handle the domain correctly.

Addition and Subtraction

Combine two absolute value functions by combining their outputs:

(|x|) + (|2x − 1|) = |x| + |2x − 1|

The resulting function's graph is the point-by-point sum of the original graphs. This is useful in physics and signal processing where you might need to combine wave amplitudes.

Multiplication

Multiplying absolute value functions is straightforward:

|x| · |x − 4| = |x(x − 4)| = |x² − 4x|

You can collapse the product into a single absolute value because of the multiplication property.

Composition

Composition works, but you can't simplify nested absolute values the same way:

| |x| − 2 | is not equal to |x − 2|

The inner absolute value changes the input to the outer one. Work from the inside out.

Solving Absolute Value Equations

Equations with absolute values require splitting into two cases. Here's how to handle them.

Method

  1. Isolate the absolute value expression on one side
  2. Split into two equations: one positive, one negative
  3. Solve each equation separately
  4. Check all solutions in the original equation

Example: |2x − 3| = 7

Split into:

Check both: |2(5) − 3| = 7 ✓ and |2(−2) − 3| = 7 ✓. Both solutions work.

When There's No Solution

If you have |expression| = negative number, stop—there is no solution. Absolute values never produce negative outputs.

If |2x + 1| = −3, there's no solution. Move on.

Solving Absolute Value Inequalities

Inequalities split differently than equations. You need to remember the "and" versus "or" rule.

The Rules

Example: |3x + 2| < 8

Split into: −8 < 3x + 2 < 8

Subtract 2: −10 < 3x < 6

Divide by 3: −10/3 < x < 2

The solution is all x between −10/3 and 2, not including the endpoints since we have strict inequality.

Example: |x − 4| > 3

Split into two ranges:

The solution is x < 1 OR x > 7. Draw it on a number line if you need to—you'll see two separate intervals, not one.

Absolute Value Functions vs. Related Concepts

Concept Definition Output
Absolute value (number) |x| Always non-negative
Absolute value function f(x) = |x| Non-negative for all x
Piecewise function f(x) = {x if x≥0, −x if x<0} Same as absolute value
Distance function |x − a| Distance from x to a

The absolute value function is technically a piecewise function in disguise. You can rewrite |x| as x when x ≥ 0 and −x when x < 0. The absolute value notation just hides that split.

Common Mistakes to Avoid

Getting Started: Working with Absolute Value Functions

Here's a quick checklist for any problem involving absolute value functions:

  1. Identify whether you're solving an equation or inequality
  2. Isolate the absolute value expression if possible
  3. Determine if you need to split into two cases (equation) or two ranges (inequality)
  4. Solve each case separately
  5. Check your work—plug solutions back in or verify against the graph

For graphing problems: find the vertex first, then use the slope to plot additional points. The V-shape is predictable once you know where it sits and how wide it opens.

For word problems: translate "distance from" into absolute value notation. "The distance from x to 5 is less than 3" becomes |x − 5| < 3. Then solve using the inequality rules above.