Fiveable

๐Ÿ“Honors Pre-Calculus Unit 1 Review

QR code for Honors Pre-Calculus practice questions

1.6 Absolute Value Functions

๐Ÿ“Honors Pre-Calculus
Unit 1 Review

1.6 Absolute Value Functions

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
๐Ÿ“Honors Pre-Calculus
Unit & Topic Study Guides

Absolute value functions are like mathematical boomerangs. They always bounce back, creating a V-shaped graph that's symmetric around a central point. These functions have unique properties that make them useful for modeling real-world situations.

Understanding absolute value functions unlocks a world of practical applications. From calculating distances to analyzing financial data, these functions help us make sense of situations where the magnitude matters more than the direction. They're essential tools in your mathematical toolkit.

Absolute Value Functions

Key features of absolute value graphs

  • The general form of an absolute value function is f(x)=aโˆฃxโˆ’hโˆฃ+kf(x) = a|x - h| + k (also known as the modulus function)
    • aa determines the vertical stretch or compression of the graph
      • If โˆฃaโˆฃ>1|a| > 1, the graph is vertically stretched (appears steeper)
      • If 0<โˆฃaโˆฃ<10 < |a| < 1, the graph is vertically compressed (appears flatter)
      • If a<0a < 0, the graph opens downward (inverted V-shape)
    • hh represents the horizontal shift of the vertex
      • If h>0h > 0, the graph shifts to the right (positive direction)
      • If h<0h < 0, the graph shifts to the left (negative direction)
    • kk represents the vertical shift of the vertex
      • If k>0k > 0, the graph shifts up (positive direction)
      • If k<0k < 0, the graph shifts down (negative direction)
  • The graph of an absolute value function is V-shaped with a vertex at (h,k)(h, k)
    • The vertex is the point where the graph changes direction
    • The graph is symmetric about the vertical line passing through the vertex
  • The domain of an absolute value function is all real numbers
    • The function is defined for any input value (xx can be any real number)
  • The range of an absolute value function is yโ‰ฅky \geq k if a>0a > 0, or yโ‰คky \leq k if a<0a < 0
    • If the graph opens upward, the range is all yy values greater than or equal to the vertex's yy-coordinate
    • If the graph opens downward, the range is all yy values less than or equal to the vertex's yy-coordinate

Transformations and Parent Function

  • The parent function of absolute value is f(x)=โˆฃxโˆฃf(x) = |x|
  • Transformations of the parent function include:
    • Vertical and horizontal shifts
    • Vertical and horizontal stretches or compressions
    • Reflections over the x-axis or y-axis
  • The absolute value function is continuous for all real numbers

Solving absolute value equations

  • To solve an absolute value equation, isolate the absolute value term on one side of the equation
    • If the other side is positive, split the equation into two and solve each part
      • Example: โˆฃxโˆ’3โˆฃ=5|x - 3| = 5 becomes xโˆ’3=5x - 3 = 5 or xโˆ’3=โˆ’5x - 3 = -5
        • Solve xโˆ’3=5x - 3 = 5 by adding 3 to both sides: x=8x = 8
        • Solve xโˆ’3=โˆ’5x - 3 = -5 by adding 3 to both sides: x=โˆ’2x = -2
        • The solution set is {8,โˆ’2}\{8, -2\}
    • If the other side is negative, there is no solution
      • Example: โˆฃx+1โˆฃ=โˆ’4|x + 1| = -4 has no solution because the absolute value is always non-negative
  • When solving absolute value equations with variables on both sides, isolate one absolute value term and then follow the above steps
    • Example: โˆฃ2xโˆ’1โˆฃ+3=โˆฃx+2โˆฃ|2x - 1| + 3 = |x + 2| becomes โˆฃ2xโˆ’1โˆฃ=โˆฃx+2โˆฃโˆ’3|2x - 1| = |x + 2| - 3
      • Simplify the right side: โˆฃ2xโˆ’1โˆฃ=โˆฃx+2โˆฃโˆ’3|2x - 1| = |x + 2| - 3
      • Split into two equations and solve each part
  • Absolute value functions can also be expressed using a piecewise definition

Real-world applications of absolute value

  • Absolute value can represent the distance between two points on a number line
    • Example: The distance between 3 and -5 is โˆฃ3โˆ’(โˆ’5)โˆฃ=โˆฃ3+5โˆฃ=8|3 - (-5)| = |3 + 5| = 8
      • This concept can be applied to find the distance between any two points (locations, temperatures)
  • Absolute value can model situations where the direction is irrelevant, but the magnitude is important
    • Example: A company's profit or loss can be represented using absolute value, as the magnitude is more important than whether it's a profit (positive) or loss (negative)
      • If a company's profit/loss is represented by xx, then โˆฃxโˆฃ|x| gives the magnitude of the profit/loss
  • Absolute value can be used to find the minimum or maximum distance between two functions
    • Example: To find the minimum distance between f(x)=x2f(x) = x^2 and g(x)=โˆ’x+2g(x) = -x + 2, set up an absolute value equation: โˆฃx2โˆ’(โˆ’x+2)โˆฃ=d|x^2 - (-x + 2)| = d
      • Solve for xx when the distance dd is minimized (vertex of the absolute value graph)
      • This technique can be used to optimize distances in various applications (network analysis, resource allocation)