Case (a): β£f(x)β£=a with aβ₯0. Split into two equations and combine the solution sets:
f(x)=aorf(x)=βa.
If a<0, NO solutions (modulus is non-negative).
Worked example. β£2xβ3β£=5β2xβ3=5 or 2xβ3=β5βx=4 or x=β1.
Case (b): β£f(x)β£=g(x). Two equations again, BUT we additionally need g(x)β₯0 for any solution (since β£f(x)β£β₯0).
Worked example. β£2xβ3β£=x+4. First require x+4β₯0, i.e. xβ₯β4.
- 2xβ3=x+4βx=7 (passes the condition).
- 2xβ3=β(x+4)β3x=β1βx=β31β (passes).
Both accepted.
Case (c): β£f(x)β£=β£g(x)β£. Two moduli β both non-negative β so squaring is safe.
f(x)2=g(x)2.
Equivalent: f(x)=g(x) or f(x)=βg(x).
Worked example. β£2x+1β£=β£xβ3β£. Square: (2x+1)2=(xβ3)2. Expand and simplify: 3x2+10xβ8=0βx=32β or x=β4.