Exams › JEE Main › Maths › Algebra (Equations with Modulus)
1 questions with worked solutions.
Q1. Solve the equation x² + 3*|x| + 2 = 0 over the real numbers. What is its solution set?
Answer: No real solution (empty set)
Put t = |x|, t >= 0. Then t² + 3t + 2 = (t+1)(t+2) = 0 gives t = -1 or t = -2, both negative. Since |x| >= 0, neither is attainable. Also for real x, x² >= 0 and 3|x| >= 0, so x² + 3|x| + 2 >= 2 > 0 always. Hence no real solution.