If $\alpha, \beta$ are the roots of the quadratic equation $ax^{2}+bx+c=0$
Reveal answer
Fill a bubble to check yourself
If $\alpha, \beta$ are the roots of the quadratic equation $ax^{2}+bx+c=0$
Using the sum and product of roots for ax^2 + bx + c = 0, we know alpha + beta = -b/a and alpha * beta = c/a. The sum of cubes formula states alpha^3 + beta^3 = (alpha + beta)^3 - 3*alpha*beta*(alpha + beta). Substituting the known values gives (-b/a)^3 - 3(c/a)(-b/a), which simplifies to -b^3/a^3 + 3abc/a^3. Combining these terms over a common denominator results in (3abc - b^3)/a^3.