Vieta's Formulas Calculator
Vieta's Formulas Calculator. Find real and complex roots, discriminant, and cubic graphs in seconds with our precision solver.
Vieta's Formulas Calculator
Enter your polynomial coefficients above and click "Apply Vieta's Formulas" to see results.What is Vieta's Formulas Calculator?
- Simple explanation: Mathematical shortcuts created by François Viète that prove how the coefficients of a polynomial strictly define the sum and product of its roots.
- Why it matters in cubic equations: It acts as an incredibly powerful verification tool. If you solve an equation, adding the three roots together *must* equal -b/a. If it doesn't, a mistake was made!
Formula / Method
- Formulas for Cubic Roots r_1, r_2, r_3: * Sum of roots: r_1 + r_2 + r_3 = -\frac{b}{a} * Pairwise product sum: r_1r_2 + r_1r_3 + r_2r_3 = \frac{c}{a} * Total product: r_1 \cdot r_2 \cdot r_3 = -\frac{d}{a}
How To Use
- Enter your standard equation coefficients: a, b, c, d.
- Click "Calculate Vieta Properties."
- Review the three generated outputs showing root relationships.
- Use these facts to verify your own hand-calculated roots.
Key Features
- Highly robust outputs formatted clearly.
- Instant generation without invoking deeper algorithms.
- Retains exact fraction formatting for pure accuracy.
- Useful for advanced geometric proofs and physics constraint analysis.
Example Concept
For 2x³ - 8x² + 6x - 4 = 0: Sum of roots = -(-8) / 2 = 4. Pairwise sum = 6 / 2 = 3. Product of roots = -(-4) / 2 = 2.
Interactive Deep Dive
Vieta's formulas establish elegant relationships between the roots of a polynomial and its coefficients, without requiring you to solve the equation first. For a cubic ax³ + bx² + cx + d = 0 with roots r&sub1;, r&sub2;, r&sub3;, the formulas state: the sum of roots r&sub1;+r&sub2;+r&sub3; = −b/a, the sum of pairwise products r&sub1;r&sub2;+r&sub1;r&sub3;+r&sub2;r&sub3; = c/a, and the product of all roots r&sub1;r&sub2;r&sub3; = −d/a.
These formulas are named after François Viète (1540–1603), a French mathematician who pioneered using letters for unknowns. The formulas arise naturally from expanding the factored form a(x−r&sub1;)(x−r&sub2;)(x−r&sub3;) and comparing coefficients with the standard form. They work identically whether the roots are real or complex.
Vieta's formulas serve two critical purposes: error checking (verify that your computed roots are consistent with the original coefficients) and indirect computation (compute symmetric functions of the roots without knowing the roots individually). They are foundational in competition mathematics, abstract algebra, and numerical analysis.
Visual Diagram
Vieta's three formulas connecting roots to coefficients of a cubic
Real-World Applications
Answer Verification
After solving a cubic, check that the sum and product of your roots match −b/a and −d/a respectively.
Competition Math
Many olympiad problems ask about symmetric functions of roots without requiring you to find the roots explicitly.
Numerical Analysis
Vieta's formulas help detect numerical instability — if computed roots don't satisfy the formulas, precision is lost.
Common Mistakes to Avoid
1. Forgetting the negative signs
The sum of roots is NEGATIVE b/a, and the product is NEGATIVE d/a. Missing these minus signs is extremely common.
2. Not dividing by a
All formulas require dividing by the leading coefficient a. If a ≠ 1, the raw coefficient is NOT the answer.
3. Assuming formulas only work for real roots
Vieta's formulas work identically for complex roots. The sum and product relationships hold universally.
Quick Reference Table
| Sum of Roots | r&sub1;+r&sub2;+r&sub3; = −b/a |
| Pairwise Products | r&sub1;r&sub2;+r&sub1;r&sub3;+r&sub2;r&sub3; = c/a |
| Product of Roots | r&sub1;·r&sub2;·r&sub3; = −d/a |
| Named After | François Viète (1540–1603) |
| Works With | Both real and complex roots |
Explore Related Tools
Ready to solve?
Run your numbers through our main interface and see instant results.
Open Cubic Equation SolverFrequently Asked Questions
Find quick answers to common questions about cubic equations and our solving methods.