Modulus Functions

1 / 6

Solving |f(x)| = k

Question: Solve x216x+39=24|x^2 - 16x + 39| = 24.

Step 1. Split into two cases:

  • Case 1: x216x+39=24x216x+15=0x^2 - 16x + 39 = 24 \Rightarrow x^2 - 16x + 15 = 0
  • Case 2: x216x+39=24x216x+63=0x^2 - 16x + 39 = -24 \Rightarrow x^2 - 16x + 63 = 0

Step 2. Solve Case 1: x216x+15=(x1)(x15)=0x=1,15x^2 - 16x + 15 = (x-1)(x-15) = 0 \Rightarrow x = 1, 15.

Step 3. Solve Case 2: discriminant =256252=4= 256 - 252 = 4. x=16±22=7,9x = \dfrac{16 \pm 2}{2} = 7, 9.

Answer: x=1,7,9,15x = 1, 7, 9, 15.

Tip: f(x)=k|f(x)| = k (with k>0k > 0) always splits into TWO cases:

  • f(x)=kf(x) = k
  • f(x)=kf(x) = -k

Solve each and combine all valid solutions. If k<0k < 0: no solutions (modulus is non-negative). If k=0k = 0: f(x)=0f(x) = 0.

swipe up ↑
🤖Ask