Fiveable

📏Honors Pre-Calculus Unit 1 Review

QR code for Honors Pre-Calculus practice questions

1.6 Absolute Value Functions

1.6 Absolute Value Functions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Absolute Value Functions

Absolute value functions produce V-shaped graphs that are always symmetric around a central point called the vertex. They measure magnitude without regard to sign, which makes them useful for modeling distances, tolerances, and any situation where direction doesn't matter.

Pep mascot
more resources to help you study

Key Features of Absolute Value Graphs

The general form of an absolute value function is:

f(x)=axh+kf(x) = a|x - h| + k

Each parameter controls a specific transformation:

  • aa controls the vertical stretch/compression and direction of opening
    • If a>1|a| > 1, the graph is steeper than the parent function
    • If 0<a<10 < |a| < 1, the graph is flatter than the parent function
    • If a<0a < 0, the graph opens downward (inverted V-shape)
  • hh controls the horizontal shift of the vertex
    • Positive hh shifts the graph right; negative hh shifts it left
    • Watch the sign carefully: f(x)=x3f(x) = |x - 3| shifts right 3, because the form is xhx - h
  • kk controls the vertical shift of the vertex
    • Positive kk shifts up; negative kk shifts down

The vertex sits at (h,k)(h, k) and is the point where the graph changes direction. The graph is symmetric about the vertical line x=hx = h, called the axis of symmetry.

Domain and Range:

  • The domain is all real numbers for every absolute value function.
  • The range depends on the sign of aa:
    • If a>0a > 0 (opens up): yky \geq k
    • If a<0a < 0 (opens down): yky \leq k
Key features of absolute value graphs, Graph functions using compressions and stretches – College Algebra

Transformations and Parent Function

The parent function is f(x)=xf(x) = |x|, which has its vertex at the origin and opens upward with a slope of 1 on the right side and 1-1 on the left side.

Every absolute value function in the form f(x)=axh+kf(x) = a|x - h| + k is a transformation of this parent. You can also express any absolute value function as a piecewise function. For example:

f(x)=x={xif x0xif x<0f(x) = |x| = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases}

This piecewise definition is what creates the two linear "arms" of the V-shape. The absolute value function is continuous for all real numbers, with no breaks or gaps.

Reflections over the y-axis can also apply. For instance, f(x)=x=xf(x) = |{-x}| = |x|, so a y-axis reflection doesn't change the graph of the basic absolute value function. However, for more complex expressions inside the absolute value, horizontal reflections can matter.

Key features of absolute value graphs, Absolute Value Functions | Algebra and Trigonometry

Solving Absolute Value Equations

The core idea: if A=B|A| = B, then the expression AA is either BB or B-B, because both values are the same distance from zero.

Steps to solve:

  1. Isolate the absolute value expression on one side of the equation.
  2. Check the other side. If it equals a negative number, stop. There's no solution, since absolute value can never be negative.
  3. Split into two equations: one where the inside equals the positive value, one where it equals the negative value.
  4. Solve each equation separately.
  5. Check your solutions in the original equation (especially important when there are additional terms or nested absolute values).

Example: Solve x3=5|x - 3| = 5

  1. The absolute value is already isolated.

  2. The right side is 5 (positive), so solutions exist.

  3. Split: x3=5x - 3 = 5 or x3=5x - 3 = -5

  4. Solve: x=8x = 8 or x=2x = -2

  5. Solution set: {8,2}\{8, -2\}

Example with no solution: x+1=4|x + 1| = -4

The right side is negative. Absolute value output is always 0\geq 0, so there is no solution.

When extra steps are needed: If the absolute value isn't isolated, handle that first. For 32x1+7=223|2x - 1| + 7 = 22, subtract 7 to get 32x1=153|2x - 1| = 15, then divide by 3 to get 2x1=5|2x - 1| = 5, and now split into two equations.

Equations with absolute values on both sides, like 2x1=x+2|2x - 1| = |x + 2|, require you to consider the cases where the insides are equal and where they are opposites: 2x1=x+22x - 1 = x + 2 or 2x1=(x+2)2x - 1 = -(x + 2).

Real-World Applications of Absolute Value

Distance on a number line: The distance between any two points aa and bb is ab|a - b|. For example, the distance between 3 and 5-5 is 3(5)=8=8|3 - (-5)| = |8| = 8. This works regardless of which point you subtract from which, since ab=ba|a - b| = |b - a|.

Tolerances and error: Manufacturing and engineering use absolute value to express acceptable deviation. If a part must be 10 cm long with a tolerance of 0.2 cm, the constraint is x100.2|x - 10| \leq 0.2, meaning the actual length xx must fall between 9.8 cm and 10.2 cm.

Magnitude without direction: Absolute value captures "how much" without "which way." A company that lost $50,000 and one that gained $50,000 both have a magnitude of ±50,000=50,000|\pm 50{,}000| = 50{,}000. This is useful whenever you care about size rather than sign.