For what values of k does x²+2kx+7k-12=0 have equal roots

hard CBSE JEE-MAIN 3 min read

Question

For what values of kk does the equation x2+2kx+7k12=0x^2 + 2kx + 7k - 12 = 0 have equal roots?

Solution — Step by Step

A quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 has equal (repeated) roots when its discriminant is zero:

Δ=b24ac=0\Delta = b^2 - 4ac = 0

Equal roots means both roots are the same: x=b/(2a)x = -b/(2a).

This is the condition because the quadratic formula gives x=b±Δ2ax = \frac{-b \pm \sqrt{\Delta}}{2a}. When Δ=0\Delta = 0, the ±0=0\pm\sqrt{0} = 0 term vanishes and both roots are identical.

From x2+2kx+(7k12)=0x^2 + 2kx + (7k - 12) = 0:

  • a=1a = 1
  • b=2kb = 2k
  • c=7k12c = 7k - 12
Δ=b24ac=0\Delta = b^2 - 4ac = 0 (2k)24(1)(7k12)=0(2k)^2 - 4(1)(7k - 12) = 0 4k228k+48=04k^2 - 28k + 48 = 0

Divide by 4:

k27k+12=0k^2 - 7k + 12 = 0

Factorise: k27k+12=(k3)(k4)=0k^2 - 7k + 12 = (k - 3)(k - 4) = 0

k=3ork=4k = 3 \quad \text{or} \quad k = 4 k=3 or k=4\boxed{k = 3 \text{ or } k = 4}

For k=3k = 3: Equation is x2+6x+9=0=(x+3)2=0x^2 + 6x + 9 = 0 = (x+3)^2 = 0x=3x = -3 (double root) ✓

For k=4k = 4: Equation is x2+8x+16=0=(x+4)2=0x^2 + 8x + 16 = 0 = (x+4)^2 = 0x=4x = -4 (double root) ✓

Both give perfect square quadratics, confirming equal roots.

Why This Works

The discriminant Δ=b24ac\Delta = b^2 - 4ac tells us the nature of roots:

  • \Delta > 0: two distinct real roots
  • Δ=0\Delta = 0: two equal (real) roots (one repeated root)
  • \Delta < 0: no real roots (complex conjugate pair)

When we set Δ=0\Delta = 0 and solve for the parameter kk, we get the values of kk that make the quadratic a perfect square (of the form (x+p)2=0(x + p)^2 = 0).

The elegant check: for k=3k = 3, the quadratic x2+6x+9=(x+3)2x^2 + 6x + 9 = (x+3)^2, and for k=4k = 4, it’s x2+8x+16=(x+4)2x^2 + 8x + 16 = (x+4)^2. Both are perfect squares, confirming our answer.

Alternative Method

Using completing the square: if x2+2kx+(7k12)=0x^2 + 2kx + (7k-12) = 0 has equal roots, it must be a perfect square of the form (x+k)2=x2+2kx+k2=0(x + k)^2 = x^2 + 2kx + k^2 = 0.

Comparing: we need c=k2c = k^2, i.e., 7k12=k27k - 12 = k^2, i.e., k27k+12=0k^2 - 7k + 12 = 0. Same equation as before.

Common Mistake

Students sometimes confuse “equal roots” with “real roots.” Equal roots is a more specific condition: not only must the roots be real, they must both be the same value (Δ=0\Delta = 0). For just real roots, we need Δ0\Delta \geq 0. For complex roots, \Delta < 0. The question asks for equal roots — set Δ=0\Delta = 0 exactly.

This type of problem (find parameter for given nature of roots) is standard in CBSE Class 10 and JEE. The technique is always: (1) write out aa, bb, cc in terms of the parameter; (2) apply the discriminant condition; (3) solve the resulting equation for the parameter; (4) verify by substitution. These four steps cover all variants of this question type.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next