Difficulty: Medium
Correct Answer: b(3ac − b^2)/a^3
Explanation:
Introduction / Context:
Power sums of roots can be expressed using elementary symmetric sums. For α, β as roots of ax^2 + bx + c = 0, we know α + β = −b/a and αβ = c/a. Using the identity α^3 + β^3 = (α + β)^3 − 3αβ(α + β), we can express the result entirely in a, b, c.
Given Data / Assumptions:
Concept / Approach:
Apply the cube sum identity and substitute Vieta’s formulas carefully. Simplify to a single rational expression with denominator a^3.
Step-by-Step Solution:
Verification / Alternative check:
Test with a simple quadratic, e.g., x^2 − sx + p = 0 (a = 1, b = −s, c = p). Then α^3 + β^3 = s^3 − 3ps, which matches b(3ac − b^2)/a^3 after substituting.
Why Other Options Are Wrong:
Common Pitfalls:
Sign mistakes when cubing (−b/a) and distributing the negative in −3αβ(α + β). Keep denominators consistent.
Final Answer:
Discussion & Comments