Question:medium

The condition that one root of the equation $ax^{2} + bx + c = 0$ may be the square of the other is

Show Hint

Vieta's formulas: sum of roots $= -b/a$, product $= c/a$. For conditions on roots, set up and eliminate the root variable using these relations.
Updated On: May 2, 2026
  • $a^{2}c + ac^{2} + b^{3} - 3abc = 0$
  • $a^{2}c^{2} + ac^{2} + b^{2} - 3abc = 0$
  • $ac^{2} + ac - b^{3} - 3abc = 0$
  • $a^{2}c + ac^{2} - b^{3} - 3abc = 0$
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Conceptual Understanding:
Let the roots be $\alpha$ and $\alpha^2$. Use Vieta's formulas and eliminate $\alpha$.
Step 2: Explanation in Detail:
$\alpha + \alpha^2 = -\dfrac{b}{a}$ and $\alpha^3 = \dfrac{c}{a}$.
Cubing the sum relation and using the product gives, after elimination of $\alpha$:
$a^2c + ac^2 - b^3 - 3abc = 0$.
Step 3: Therefore, Stating the Final Answer
$a^2c + ac^2 - b^3 - 3abc = 0$.
Was this answer helpful?
0