Sum and Product of Roots Calculator
Apply Vieta's Formulas for quadratic equations
Understanding Vieta's Formulas
Vieta's formulas (named after François Viète) relate the coefficients of a polynomial to sums and products of its roots. For quadratic equations, these formulas provide elegant relationships that are useful for solving problems without finding the actual roots.
The Formulas
For a quadratic equation ax² + bx + c = 0 with roots α and β:
Sum of Roots:
α + β = -b/a
Product of Roots:
α × β = c/a
Why Vieta's Formulas Work
If α and β are roots, the equation can be written in factored form as a(x - α)(x - β) = 0. Expanding this gives:
a(x² - αx - βx + αβ) = 0
a(x² - (α + β)x + αβ) = 0
ax² - a(α + β)x + aαβ = 0
Comparing with ax² + bx + c = 0, we get b = -a(α + β) and c = aαβ, which leads to Vieta's formulas.
Applications
- Verify solutions without fully solving the equation
- Construct quadratic equations from known roots
- Find one root when the other is known
- Solve optimization problems involving roots
- Simplify complex algebraic expressions
- Check answers quickly in exams
Frequently Asked Questions
When are Vieta's formulas useful?
They're particularly useful when you need relationships between roots without finding them, when constructing equations from roots, or when one root is known and you need the other.
Do the formulas work for complex roots?
Yes! Vieta's formulas work for all roots, whether real or complex. Complex roots of quadratics with real coefficients always come in conjugate pairs, and their sum is real.
Why is there a negative sign in the sum formula?
The negative sign comes from the factored form expansion. When you expand (x - α)(x - β), the coefficient of x is -(α + β), which equals b/a in the standard form.
Can I use these formulas for equations where a ≠ 1?
Yes, that's why the formulas use -b/a and c/a instead of just -b and c. For a = 1, the formulas simplify to α + β = -b and αβ = c.
What if the equation has a repeated root?
If both roots are the same (α = β), the formulas still work. The sum is 2α and the product is α². This occurs when the discriminant equals zero.
Are there Vieta's formulas for higher degree polynomials?
Yes! Vieta's formulas extend to polynomials of any degree, relating coefficients to various sums and products of roots. For cubics and quartics, there are formulas for sum, sum of products, and product of all roots.
How can I find individual roots using these formulas?
If you know the sum S and product P, the roots satisfy x² - Sx + P = 0. Solve this using the quadratic formula. Alternatively, if you know one root r₁, the other is r₂ = S - r₁.
Who was François Viète?
François Viète (1540-1603) was a French mathematician who made significant contributions to algebra. He introduced systematic use of letters to represent known and unknown quantities, a fundamental aspect of modern algebra.
Related Calculators
Roots from Equation Calculator
Build equations from given roots
Quadratic Equation Calculator
Solve complete quadratic equations
Quadratic Formula
Find roots using the formula
Factoring Quadratics
Factor into binomials
Discriminant Calculator
Determine nature of roots
Parabola Calculator
Complete parabola analysis