1

The question is this:

Find the the value(s) of $k$ so that the quadratic polynomial $kx^2 + x + k$ has equal zeroes.

Answers along with appropriate explanations would be appreciated.

Thanks.

Dario
  • 5,749
  • 2
  • 24
  • 36
  • If $k=0$ then the polynomial is not quadratic. Does it have equal zeroes then? – Servaes Jun 30 '14 at 10:20
  • The question is concerning a quadratic equation. If we change the type of equation, then it would completely defeat the purpose of the question. The question is for a quadratic equation, and not a linear one. – EuclidAteMyBreakfast Jun 30 '14 at 10:23

2 Answers2

2

Hint : The quadratic equation $ax^2+bx+c=0$ has equal roots if and only if $b^2-4ac=0$. You may now calculate the value(s) of $k$ accordingly.

Debashish
  • 1,714
2

$\displaystyle{x}_{1,2}=\frac{-1\pm\sqrt{1-4k^2}}{2k}$

$\displaystyle\sqrt{1-4k^2}=0\implies{x}_{1}={x}_{2}=-\frac{1}{2k}$

$\displaystyle\sqrt{1-4k^2}=0\implies1-4k^2=0\implies{k}=\pm\frac{1}{2}$

barak manos
  • 43,109