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.

Key Features of Absolute Value Graphs
The general form of an absolute value function is:
Each parameter controls a specific transformation:
- controls the vertical stretch/compression and direction of opening
- If , the graph is steeper than the parent function
- If , the graph is flatter than the parent function
- If , the graph opens downward (inverted V-shape)
- controls the horizontal shift of the vertex
- Positive shifts the graph right; negative shifts it left
- Watch the sign carefully: shifts right 3, because the form is
- controls the vertical shift of the vertex
- Positive shifts up; negative shifts down
The vertex sits at and is the point where the graph changes direction. The graph is symmetric about the vertical line , 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 :
- If (opens up):
- If (opens down):

Transformations and Parent Function
The parent function is , which has its vertex at the origin and opens upward with a slope of 1 on the right side and on the left side.
Every absolute value function in the form is a transformation of this parent. You can also express any absolute value function as a piecewise function. For example:
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, , 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.

Solving Absolute Value Equations
The core idea: if , then the expression is either or , because both values are the same distance from zero.
Steps to solve:
- Isolate the absolute value expression on one side of the equation.
- Check the other side. If it equals a negative number, stop. There's no solution, since absolute value can never be negative.
- Split into two equations: one where the inside equals the positive value, one where it equals the negative value.
- Solve each equation separately.
- Check your solutions in the original equation (especially important when there are additional terms or nested absolute values).
Example: Solve
-
The absolute value is already isolated.
-
The right side is 5 (positive), so solutions exist.
-
Split: or
-
Solve: or
-
Solution set:
Example with no solution:
The right side is negative. Absolute value output is always , so there is no solution.
When extra steps are needed: If the absolute value isn't isolated, handle that first. For , subtract 7 to get , then divide by 3 to get , and now split into two equations.
Equations with absolute values on both sides, like , require you to consider the cases where the insides are equal and where they are opposites: or .
Real-World Applications of Absolute Value
Distance on a number line: The distance between any two points and is . For example, the distance between 3 and is . This works regardless of which point you subtract from which, since .
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 , meaning the actual length 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 . This is useful whenever you care about size rather than sign.