If $\alpha$ and $\beta$ are the roots of quadratic equation, then the value of ${\left(\dfrac{\alpha}{\beta}-\dfrac{\beta}{\alpha}\right)}^{2}$ is
Reveal answer
Fill a bubble to check yourself
If $\alpha$ and $\beta$ are the roots of quadratic equation, then the value of ${\left(\dfrac{\alpha}{\beta}-\dfrac{\beta}{\alpha}\right)}^{2}$ is
(alpha/beta - beta/alpha)^2 = ((alpha^2 - beta^2) / (alpha*beta))^2 = ((alpha+beta)^2 * (alpha-beta)^2) / (alpha*beta)^2. Since (alpha-beta)^2 = (alpha+beta)^2 - 4*alpha*beta, we have ((-b/a)^2 * (b^2/a^2 - 4c/a)) / (c^2/a^2) = (b^2/a^2 * (b^2 - 4ac)/a^2) / (c^2/a^2) = b^2(b^2 - 4ac) / (a^2*c^2).
Expand the given expression to get alpha squared divided by beta squared minus two plus beta squared divided by alpha squared. Using Vieta's formulas, substitute alpha plus beta equals negative b divided by a and alpha times beta equals c divided by a, then simplify the resulting terms to find the final value is b^2(b^2-4ac) divided by c^2a^2.