Facebook Pixel
Mathos AI logo

Absolute Value Equations

Absolute Value Equations

An absolute value equation is an equation that contains an absolute value expression, such as โˆฃax+bโˆฃ=c|ax + b| = c. Because the absolute value of a number represents its distance from zero on a number line, both positive and negative values can have the same absolute value. For example, โˆฃ5โˆฃ=5|5| = 5 and โˆฃโˆ’5โˆฃ=5|-5| = 5.

The Golden Rule of Absolute Value

To solve an absolute value equation of the form โˆฃXโˆฃ=c|X| = c:

  1. If c>0c > 0: The equation splits into two separate cases: X=cX = c or X=โˆ’cX = -c.
  2. If c=0c = 0: There is only one case: X=0X = 0.
  3. If c<0c < 0: There is no solution, because an absolute value can never result in a negative number.

Example 1: A Standard Equation

Let's solve the equation: โˆฃ2xโˆ’3โˆฃ=7|2x - 3| = 7

Since 77 is positive, we split the equation into two cases:

Case 1: The inside is positive 2xโˆ’3=72x - 3 = 7 2x=102x = 10 x=5x = 5

Case 2: The inside is negative 2xโˆ’3=โˆ’72x - 3 = -7 2x=โˆ’42x = -4 x=โˆ’2x = -2

The solutions are x=5x = 5 and x=โˆ’2x = -2.

Example 2: Variables on Both Sides

When there are variables on both sides of the equation, you must always check your answers. This process can create "extraneous solutions"โ€”answers that emerge from the algebra but don't actually work in the original equation.

Solve: โˆฃx+1โˆฃ=3xโˆ’5|x + 1| = 3x - 5

Split into two cases:

Case 1: x+1=3xโˆ’5x + 1 = 3x - 5 โˆ’2x=โˆ’6-2x = -6 x=3x = 3

Case 2: x+1=โˆ’(3xโˆ’5)x + 1 = -(3x - 5) x+1=โˆ’3x+5x + 1 = -3x + 5 4x=44x = 4 x=1x = 1

Now, we must plug these back into the original equation โˆฃx+1โˆฃ=3xโˆ’5|x + 1| = 3x - 5 to check them:

  • Check x=3x = 3: โˆฃ3+1โˆฃ=3(3)โˆ’5|3 + 1| = 3(3) - 5 โˆฃ4โˆฃ=9โˆ’5|4| = 9 - 5 4=44 = 4 (This works!)

  • Check x=1x = 1: โˆฃ1+1โˆฃ=3(1)โˆ’5|1 + 1| = 3(1) - 5 โˆฃ2โˆฃ=3โˆ’5|2| = 3 - 5 2=โˆ’22 = -2 (This is false!)

Because x=1x = 1 leads to a false statement, it is an extraneous solution. The only real solution is x=3x = 3.