Skip to main content
Back to Quadratic Equations
JEE Main 2020
Quadratic Equations
Quadratic Equation and Inequalities
Medium

Question

Let S be the set of all real roots of the equation, 3 x (3 x – 1) + 2 = |3 x – 1| + |3 x – 2|. Then S :

Options

Solution

Key Concepts and Formulas

  • Absolute Value Definition: x=x|x| = x if x0x \ge 0, and x=x|x| = -x if x<0x < 0.
  • Quadratic Formula: For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the solutions are given by x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
  • Discriminant: For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the discriminant is D=b24acD = b^2 - 4ac. If D<0D < 0, the equation has no real roots.

Step 1: Simplify the Equation with Substitution

We are given the equation 3x(3x1)+2=3x1+3x23x(3x - 1) + 2 = |3x - 1| + |3x - 2| To simplify the equation, we substitute t=3xt = 3x. This makes the equation easier to manipulate and understand. Since xx is a real number, tt is also a real number. Substituting tt into the equation, we get t(t1)+2=t1+t2t(t - 1) + 2 = |t - 1| + |t - 2| Expanding the left side gives t2t+2=t1+t2t^2 - t + 2 = |t - 1| + |t - 2|

Step 2: Identify Critical Points

The critical points are the values of tt where the expressions inside the absolute value signs are equal to zero.

  • t1=0    t=1t - 1 = 0 \implies t = 1
  • t2=0    t=2t - 2 = 0 \implies t = 2 These critical points divide the real number line into three intervals: t<1t < 1, 1t<21 \le t < 2, and t2t \ge 2. We will analyze each interval separately.

Step 3: Case 1: t<1t < 1

If t<1t < 1, then t1<0t - 1 < 0 and t2<0t - 2 < 0. Therefore, t1=(t1)=1t|t - 1| = -(t - 1) = 1 - t and t2=(t2)=2t|t - 2| = -(t - 2) = 2 - t. Substituting these into the equation, we get t2t+2=(1t)+(2t)t^2 - t + 2 = (1 - t) + (2 - t) t2t+2=32tt^2 - t + 2 = 3 - 2t Rearranging the terms, we have t2+t1=0t^2 + t - 1 = 0 Using the quadratic formula, t=1±124(1)(1)2(1)=1±52t = \frac{-1 \pm \sqrt{1^2 - 4(1)(-1)}}{2(1)} = \frac{-1 \pm \sqrt{5}}{2} We have two possible solutions: t1=1+520.618t_1 = \frac{-1 + \sqrt{5}}{2} \approx 0.618 and t2=1521.618t_2 = \frac{-1 - \sqrt{5}}{2} \approx -1.618. Since both t1<1t_1 < 1 and t2<1t_2 < 1, both solutions are valid in this interval.

Step 4: Case 2: 1t<21 \le t < 2

If 1t<21 \le t < 2, then t10t - 1 \ge 0 and t2<0t - 2 < 0. Therefore, t1=t1|t - 1| = t - 1 and t2=(t2)=2t|t - 2| = -(t - 2) = 2 - t. Substituting these into the equation, we get t2t+2=(t1)+(2t)t^2 - t + 2 = (t - 1) + (2 - t) t2t+2=1t^2 - t + 2 = 1 Rearranging the terms, we have t2t+1=0t^2 - t + 1 = 0 The discriminant is D=(1)24(1)(1)=14=3<0D = (-1)^2 - 4(1)(1) = 1 - 4 = -3 < 0. Therefore, there are no real solutions in this interval.

Step 5: Case 3: t2t \ge 2

If t2t \ge 2, then t1>0t - 1 > 0 and t20t - 2 \ge 0. Therefore, t1=t1|t - 1| = t - 1 and t2=t2|t - 2| = t - 2. Substituting these into the equation, we get t2t+2=(t1)+(t2)t^2 - t + 2 = (t - 1) + (t - 2) t2t+2=2t3t^2 - t + 2 = 2t - 3 Rearranging the terms, we have t23t+5=0t^2 - 3t + 5 = 0 The discriminant is D=(3)24(1)(5)=920=11<0D = (-3)^2 - 4(1)(5) = 9 - 20 = -11 < 0. Therefore, there are no real solutions in this interval.

Step 6: Back-Substitution and Find Roots for x

From Case 1, we found two valid solutions for tt: t1=1+52t_1 = \frac{-1 + \sqrt{5}}{2} and t2=152t_2 = \frac{-1 - \sqrt{5}}{2}. Since t=3xt = 3x, we have x=t3x = \frac{t}{3}. Thus, x1=1+56x_1 = \frac{-1 + \sqrt{5}}{6} x2=156x_2 = \frac{-1 - \sqrt{5}}{6} These are the two distinct real roots for xx.

Step 7: Form the Set of Real Roots (S) and Final Conclusion

The set SS of real roots is S={1+56,156}S = \left\{ \frac{-1 + \sqrt{5}}{6}, \frac{-1 - \sqrt{5}}{6} \right\}. This set contains exactly two elements.

Therefore, the set SS contains exactly two elements.

Common Mistakes & Tips

  • Remember to check if the solutions obtained in each case satisfy the initial condition for that case.
  • Be careful with the signs when dealing with absolute values.
  • Don't forget to substitute back to the original variable to find the roots for xx.

Summary

We solved the equation 3x(3x1)+2=3x1+3x23x(3x - 1) + 2 = |3x - 1| + |3x - 2| by substituting t=3xt = 3x, identifying critical points, and analyzing the equation in each interval. We found two real solutions for tt in the interval t<1t < 1, and no real solutions in the other intervals. Substituting back to xx, we found two distinct real roots for xx. Therefore, the set SS of real roots contains exactly two elements.

The final answer is \boxed{contains exactly two elements}, which corresponds to option (A).

Practice More Quadratic Equations Questions

View All Questions