The polynomial $a^2x^2+2(a+1)x+4$ has exactly one root. What are the possible values for a?
I just want to know how to start.
The polynomial $a^2x^2+2(a+1)x+4$ has exactly one root. What are the possible values for a?
I just want to know how to start.
Completing the square $$a^2x^2+2(a+1)x+4=\left(ax+\frac{a+1}a\right)^2-\left(\frac{a+1}a\right)^2+4$$ $$a^2x^2+2(a+1)x+4=\left(ax+\frac{a+1}a\right)^2+\frac{3a^2-2a-1}{a^ 2}$$ So $3a^2-2a-1=3(a+\frac 13)(a-1)$ must be negative and then $a\in\left\{-\frac{1}{3},1\right\}$ for a single root as Jack D'Aurizio already commented.