Absolute Value and Absolute Value Equations

Concept of Absolute Value

  • Absolute value represents the distance between two points on a number line, such as the distance from home to a grocery store. This distance is always a positive value.
  • If point AA is at 11 and point BB is at 44, the distance is 14=3=3|1 - 4| = |-3| = 3. Conversely, 41=3=3|4 - 1| = |3| = 3.
  • For a single number, the absolute value indicates its distance from zero. For example, 4=4|4| = 4 and 10=10|-10| = 10.

Solving Absolute Value Equations

  • When solving for a variable inside an absolute value, such as x=5|x| = 5, there are two potential solutions (x=5x = 5 and x=5x = -5) because both are five units away from zero.
  • To solve a complex equation like 3x+21=83|x + 2| - 1 = 8:
    • Isolate the absolute value expression first. Adding 11 and dividing by 33 yields x+2=3|x + 2| = 3.
    • Do not distribute coefficients into absolute value bars.
    • Split the isolated absolute value into two separate equations: x+2=3x + 2 = 3 and x+2=3x + 2 = -3.
    • Solving these gives x=1x = 1 and x=5x = -5.

Extraneous Solutions

  • In some cases, solving the two equations resulting from an absolute value split produces an extraneous solution—a result that does not satisfy the original equation.
  • Example: 3x+2=4x+5|3x + 2| = 4x + 5.
    • Equation 1: 3x+2=4x+53x + 2 = 4x + 5 leads to x=3x = -3.
    • Equation 2: 3x+2=(4x+5)3x + 2 = -(4x + 5) leads to x=1x = -1.
    • Testing x=3x = -3: The left side becomes 77 and the right side becomes 7-7. Since 777 \neq -7, x=3x = -3 is extraneous.
    • Testing x=1x = -1: Both sides equal 11, so x=1x = -1 is the only valid solution.

No Solution Cases

  • An absolute value cannot result in a negative number algebraically. If an isolated absolute value is equal to a negative constant, such as 3x+2=15|3x + 2| = -15, there is no solution.
  • It is critical to isolate the absolute value before making this determination:
    • For 32x=123|2x| = -12, isolating the bars results in 2x=4|2x| = -4, which has no solution.
    • For 32x=12-3|2x| = -12, isolating the bars results in 2x=4|2x| = 4, which can be solved for x=2x = 2 and x=2x = -2.