Roots Relationships (Vieta's Formulas)
Explore the elegant connection between a polynomial's roots and its coefficients. For a monic quadratic $x^2 + bx + c = 0$, the sum of roots equals $-b$, and their product equals $c$.
Roots & Vieta Geometry Plotter
Drag the roots directly on the x-axis or use the sliders. Observe how the roots construct the parabola, and visualize the Sum ($r_1 + r_2$) as a 1D vector and the Product ($r_1 \cdot r_2$) as a 2D area.
Active Function
Step-by-Step Algebraic Expansion
Trace how factoring and expanding polynomials mathematically derives the relationship between roots and coefficients.
Deriving Coefficients from Roots
f(x) = (x - (-2.00))(x - (3.00))
f(x) = x² - (3.00)x - (-2.00)x + (-2.00 × 3.00)
f(x) = x² - (r₁ + r₂)x + (r₁ × r₂)
Product (P) = r₁ × r₂ = -6.00 &implies; Coefficient c = P = -6.00
Vieta Coefficients Summary
Linear Coefficient (b)
b = -(r₁ + r₂) = -1.00
Constant Term (c)
c = r₁ × r₂ = -6.00
Conceptual Quiz
Test your understanding of root relationships, Vieta's formulas, and coefficient derivation.
For the quadratic equation x² - 5x + 6 = 0, what is the sum and product of the roots?
Explanation text goes here...
Vieta's Rules Cheat Sheet
- Monic: x² + bx + c = (x - r₁)(x - r₂)
- Sum: r₁ + r₂ = -b
- Product: r₁ × r₂ = c
- General: ax² + bx + c = 0 &implies; r₁ + r₂ = -b/a, r₁r₂ = c/a