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

Question

If the set of all aRa \in \mathbf{R}, for which the equation 2x2+(a5)x+15=3a2 x^2+(a-5) x+15=3 a has no real root, is the interval ( α,β\alpha, \beta ), and X=xZ;α<x<βX=|x \in Z ; \alpha < x < \beta|, then xXx2\sum\limits_{x \in X} x^2 is equal to:

Options

Solution

Key Concepts and Formulas

  • Discriminant of a quadratic equation Ax2+Bx+C=0Ax^2 + Bx + C = 0: D=B24ACD = B^2 - 4AC. The equation has no real roots if D<0D < 0.
  • Sum of first nn squares: k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}
  • Properties of squares: (k)2=k2(-k)^2 = k^2

Step-by-Step Solution

Step 1: Rewrite the Equation in Standard Form

We need to rewrite the given equation 2x2+(a5)x+15=3a2x^2 + (a-5)x + 15 = 3a in the standard quadratic form Ax2+Bx+C=0Ax^2 + Bx + C = 0. This allows us to easily identify the coefficients A, B, and C. 2x2+(a5)x+153a=02x^2 + (a-5)x + 15 - 3a = 0 2x2+(a5)x+(153a)=02x^2 + (a-5)x + (15 - 3a) = 0 Now we have:

  • A=2A = 2
  • B=a5B = a - 5
  • C=153aC = 15 - 3a

Step 2: Apply the Discriminant Condition for No Real Roots

Since the equation has no real roots, the discriminant must be less than zero, i.e., D<0D < 0. We substitute the coefficients into the discriminant formula D=B24ACD = B^2 - 4AC. (a5)24(2)(153a)<0(a-5)^2 - 4(2)(15-3a) < 0 Now, we expand and simplify the inequality: (a210a+25)8(153a)<0(a^2 - 10a + 25) - 8(15-3a) < 0 a210a+25120+24a<0a^2 - 10a + 25 - 120 + 24a < 0 a2+14a95<0a^2 + 14a - 95 < 0

Step 3: Solve the Quadratic Inequality to Find the Interval (α,β)(\alpha, \beta)

To solve the inequality a2+14a95<0a^2 + 14a - 95 < 0, we first find the roots of the corresponding quadratic equation a2+14a95=0a^2 + 14a - 95 = 0. We factor the quadratic expression by finding two numbers that multiply to 95-95 and add up to 1414. These numbers are 1919 and 5-5. (a+19)(a5)=0(a+19)(a-5) = 0 The roots are a=19a = -19 and a=5a = 5. Since the coefficient of a2a^2 is positive, the parabola opens upwards. Thus, the inequality a2+14a95<0a^2 + 14a - 95 < 0 is satisfied when aa is between the roots. 19<a<5-19 < a < 5 Comparing this to the interval (α,β)(\alpha, \beta), we get α=19\alpha = -19 and β=5\beta = 5.

Step 4: Identify the Set XX of Integers

The set XX is defined as all integers xx such that α<x<β\alpha < x < \beta. Substituting the values of α\alpha and β\beta: X={xZ19<x<5}X = \{x \in \mathbb{Z} \mid -19 < x < 5\} The integers strictly greater than 19-19 and strictly less than 55 are: X={18,17,16,...,1,0,1,2,3,4}X = \{-18, -17, -16, ..., -1, 0, 1, 2, 3, 4\}

Step 5: Calculate the Sum of Squares for xXx \in X

We need to calculate xXx2\sum_{x \in X} x^2, which means summing the squares of all integers in XX: xXx2=(18)2+(17)2++(1)2+02+12+22+32+42\sum_{x \in X} x^2 = (-18)^2 + (-17)^2 + \dots + (-1)^2 + 0^2 + 1^2 + 2^2 + 3^2 + 4^2 Since (k)2=k2(-k)^2 = k^2, we can rewrite the sum as: xXx2=182+172++12+0+12+22+32+42\sum_{x \in X} x^2 = 18^2 + 17^2 + \dots + 1^2 + 0 + 1^2 + 2^2 + 3^2 + 4^2 xXx2=k=118k2+k=14k2\sum_{x \in X} x^2 = \sum_{k=1}^{18} k^2 + \sum_{k=1}^{4} k^2 Using the formula for the sum of the first nn squares: k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}

For the first part (n=18n=18): k=118k2=18(18+1)(2(18)+1)6=18(19)(37)6=3(19)(37)=2109\sum_{k=1}^{18} k^2 = \frac{18(18+1)(2(18)+1)}{6} = \frac{18(19)(37)}{6} = 3(19)(37) = 2109

For the second part (n=4n=4): k=14k2=4(4+1)(2(4)+1)6=4(5)(9)6=1806=30\sum_{k=1}^{4} k^2 = \frac{4(4+1)(2(4)+1)}{6} = \frac{4(5)(9)}{6} = \frac{180}{6} = 30

Finally, we add the two sums: xXx2=2109+30=2139\sum_{x \in X} x^2 = 2109 + 30 = 2139

Common Mistakes & Tips

  • Remember to consider the case when the discriminant is less than zero for the quadratic to have no real roots.
  • Be careful with the signs when expanding and simplifying the quadratic inequality.
  • Don't forget to include 00 in the summation if it falls within the interval.

Summary

We started by rewriting the given quadratic equation in standard form and using the discriminant condition for no real roots to obtain a quadratic inequality in terms of aa. Solving this inequality gave us the interval (α,β)(\alpha, \beta) for aa. Then we identified the set of integers XX within this interval and calculated the sum of the squares of these integers using the sum of squares formula. The final sum is 2139.

Final Answer The final answer is 2139\boxed{2139}, which corresponds to option (A).

Practice More Quadratic Equations Questions

View All Questions