Product of Roots Formula Calculator

Complete algebra guide • Step-by-step solutions

Product of Roots Formula:

Show the calculator / Simulator

For a quadratic equation ax² + bx + c = 0, the product of roots r₁ × r₂ = c/a

This formula is derived from Vieta's formulas, which establish relationships between the coefficients of a polynomial and sums/products of its roots. For a quadratic ax² + bx + c = 0 with roots r₁ and r₂:

• Sum of roots: r₁ + r₂ = -b/a

• Product of roots: r₁ × r₂ = c/a

These relationships allow us to find the sum and product of roots without explicitly solving for the roots themselves. They are fundamental in algebra and have applications in various mathematical fields.

Quadratic Coefficients

Options

Results

6
Product of Roots
5
Sum of Roots
c/a
Formula Used
Verified
Verification
Property Formula Calculation Value

Enter coefficients to see solution steps.

Vieta's Formulas

For quadratic ax² + bx + c = 0 with roots r₁, r₂:

  • r₁ + r₂ = -b/a (Sum of roots)
  • r₁ × r₂ = c/a (Product of roots)

Product of Roots Formula Explained

What are Vieta's Formulas?

Vieta's formulas relate the coefficients of a polynomial to sums and products of its roots. Named after François Viète, these formulas provide elegant relationships between polynomial coefficients and their roots. For a quadratic equation ax² + bx + c = 0 with roots r₁ and r₂, the fundamental relationships are: sum of roots = -b/a and product of roots = c/a.

Derivation of the Formula

The product of roots formula can be derived from the factored form of a quadratic equation. If r₁ and r₂ are the roots of ax² + bx + c = 0, then:

ax² + bx + c = a(x - r₁)(x - r₂)

Expanding the right side: a(x² - (r₁ + r₂)x + r₁r₂) = ax² - a(r₁ + r₂)x + ar₁r₂

Comparing coefficients with ax² + bx + c, we get: -a(r₁ + r₂) = b and ar₁r₂ = c

Therefore: r₁ + r₂ = -b/a and r₁r₂ = c/a

Key Properties
1
Product Formula: r₁ × r₂ = c/a (constant term divided by leading coefficient)
2
Sum Formula: r₁ + r₂ = -b/a (negative of linear coefficient divided by leading coefficient)
3
Independence: These relationships hold regardless of whether roots are real or complex
4
Utility: Allows computation of sums/products without finding individual roots
Applications

Vieta's formulas have numerous applications in algebra and beyond:

  • Finding polynomial equations given roots
  • Checking solutions to polynomial equations
  • Solving systems of equations involving roots
  • Proving mathematical identities
  • Analyzing polynomial behavior
Extensions to Higher Degrees

Vieta's formulas extend to polynomials of higher degrees. For a cubic ax³ + bx² + cx + d = 0 with roots r₁, r₂, r₃:

  • r₁ + r₂ + r₃ = -b/a
  • r₁r₂ + r₁r₃ + r₂r₃ = c/a
  • r₁r₂r₃ = -d/a

Similar patterns exist for polynomials of any degree.

Product of Roots Formula Learning Quiz

Question 1: Multiple Choice - Basic Application

What is the product of the roots of the equation 2x² - 8x + 6 = 0?

Solution:

For a quadratic ax² + bx + c = 0, the product of roots is c/a. In the equation 2x² - 8x + 6 = 0, we have a = 2, b = -8, c = 6. Therefore, the product of roots is c/a = 6/2 = 3. The answer is A) 3.

Pedagogical Explanation:

The product of roots formula is a direct application of Vieta's formulas. It's important to correctly identify the coefficients a, b, and c from the standard form ax² + bx + c = 0. The sign of the coefficients matters, but for the product formula (c/a), we only need the constant term and the leading coefficient.

Key Definitions:

Leading Coefficient: The coefficient of the highest power term (a in ax² + bx + c)

Constant Term: The term without the variable (c in ax² + bx + c)

Vieta's Formulas: Relationships between polynomial coefficients and roots

Important Rules:

• Product of roots = c/a

• Sum of roots = -b/a

• Always write equation in standard form first

Tips & Tricks:

• Remember: product is always c/a

• Pay attention to signs of coefficients

• Check that equation is in standard form

Common Mistakes:

• Confusing with sum of roots formula

• Using wrong coefficients

• Not putting equation in standard form

Question 2: Short Answer - Finding Unknown Coefficient

If one root of the equation x² + px + 12 = 0 is 3, find the value of p and the other root using the product of roots formula.

Solution:

Step 1: Identify known values. We have x² + px + 12 = 0, so a = 1, b = p, c = 12. One root is r₁ = 3.

Step 2: Use product of roots formula. r₁ × r₂ = c/a = 12/1 = 12.

Step 3: Find the other root. Since r₁ = 3, we have 3 × r₂ = 12, so r₂ = 4.

Step 4: Use sum of roots formula. r₁ + r₂ = -b/a = -p/1 = -p.

Step 5: Calculate p. 3 + 4 = -p, so 7 = -p, therefore p = -7.

The value of p is -7 and the other root is 4.

Pedagogical Explanation:

This problem demonstrates the power of Vieta's formulas when partial information about roots is known. By using the product formula first, we can find the unknown root, then use the sum formula to find the unknown coefficient. This approach is often more efficient than solving the quadratic equation directly.

Key Definitions:

Partial Information: When only some roots or coefficients are known

Unknown Coefficient: A coefficient that needs to be determined

Systematic Approach: Solving step by step using known relationships

Important Rules:

• Use known root to find unknown root via product formula

• Use sum formula to find unknown coefficient

• Always verify final answer

Tips & Tricks:

• Start with the formula that uses known information

• Use systematic substitution

• Verify by substituting back into original equation

Common Mistakes:

• Forgetting to use standard form

• Confusing sum and product formulas

• Not verifying the final answer

Question 3: Word Problem - Real-World Application

The area of a rectangle is represented by the quadratic expression x² - 7x + 12, where x represents the length. If the length and width of the rectangle are the roots of this quadratic equation, what are the dimensions of the rectangle? Verify using the product of roots formula.

Solution:

Step 1: Identify the quadratic. We have x² - 7x + 12 = 0, so a = 1, b = -7, c = 12.

Step 2: Find the roots by factoring. x² - 7x + 12 = (x - 3)(x - 4) = 0.

Step 3: The roots are x = 3 and x = 4.

Step 4: Verify using product of roots formula. Product = c/a = 12/1 = 12. Check: 3 × 4 = 12 ✓

Step 5: Verify using sum of roots formula. Sum = -b/a = -(-7)/1 = 7. Check: 3 + 4 = 7 ✓

The dimensions of the rectangle are 3 units and 4 units.

Pedagogical Explanation:

This problem connects abstract algebraic concepts to geometric applications. The product of roots formula confirms that the area (product of length and width) equals the constant term when the coefficient of x² is 1. This demonstrates how algebraic relationships have geometric interpretations.

Key Definitions:

Rectangle Dimensions: Length and width of the rectangle

Area Formula: Area = length × width

Geometric Interpretation: Connecting algebra to geometry

Important Rules:

• Area equals product of dimensions

• Product of roots equals constant term when a = 1

• Always verify solutions

Tips & Tricks:

• Connect algebraic formulas to geometric meanings

• Use Vieta's formulas for verification

• Check both sum and product relationships

Common Mistakes:

• Misinterpreting which roots represent dimensions

• Not verifying the solution

• Confusing area with perimeter

Question 4: Application-Based Problem - Complex Roots

For the quadratic equation x² - 4x + 5 = 0, find the product of the roots without solving for the individual roots. Then verify that Vieta's formula still holds even though the roots are complex numbers.

Solution:

Step 1: Identify coefficients. We have a = 1, b = -4, c = 5.

Step 2: Apply product of roots formula. Product = c/a = 5/1 = 5.

Step 3: Verify by solving for roots using quadratic formula.

Discriminant = b² - 4ac = (-4)² - 4(1)(5) = 16 - 20 = -4.

Since discriminant is negative, roots are complex: x = (4 ± √(-4))/2 = (4 ± 2i)/2 = 2 ± i.

Step 4: Calculate product of complex roots. (2 + i)(2 - i) = 4 - 2i + 2i - i² = 4 - (-1) = 5.

Step 5: Verify Vieta's formula holds: Product = 5 = c/a ✓

The product of the roots is 5, confirming that Vieta's formula works for complex roots.

Pedagogical Explanation:

This problem demonstrates that Vieta's formulas are universally applicable, regardless of whether the roots are real or complex. The beauty of these formulas is that they provide relationships that hold true in all cases, making them extremely powerful tools in algebra. The product formula gives the same result whether computed directly from coefficients or from the actual roots.

Key Definitions:

Complex Roots: Roots involving imaginary numbers

Universal Applicability: Formula works in all cases

Discriminant: b² - 4ac determines root nature

Important Rules:

• Vieta's formulas work for complex roots

• Product formula is always c/a

• Discriminant determines root nature

Tips & Tricks:

• Use formulas when roots are complex

• Avoid unnecessary calculations with complex numbers

• Trust the universal nature of Vieta's formulas

Common Mistakes:

• Thinking formulas only work for real roots

• Attempting to compute complex roots unnecessarily

• Forgetting that i² = -1

Question 5: Multiple Choice - Advanced Relationships

Which of the following statements about Vieta's formulas for ax² + bx + c = 0 with roots r₁ and r₂ is FALSE?

Solution:

Let's verify each option:

A) TRUE: This is the standard sum of roots formula.

B) TRUE: This is the standard product of roots formula.

C) TRUE: (r₁)² + (r₂)² = (r₁ + r₂)² - 2r₁r₂ = (-b/a)² - 2(c/a) = b²/a² - 2c/a = (b² - 2ac)/a²

D) FALSE: There is no general formula for the ratio of roots equal to c/b. The ratio of roots depends on the specific values of the roots and cannot be expressed as a simple ratio of coefficients.

The answer is D) r₁/r₂ = c/b.

Pedagogical Explanation:

This question tests deep understanding of Vieta's formulas and their extensions. While the basic sum and product formulas are fundamental, more complex relationships can be derived from them. However, not all combinations of roots have simple expressions in terms of coefficients. Understanding which relationships are valid helps build mathematical intuition.

Key Definitions:

Standard Formulas: Basic sum and product relationships

Derived Relationships: Formulas obtained from basic ones

Mathematical Intuition: Understanding validity of relationships

Important Rules:

• Basic formulas are always valid

• Derived formulas must be proven

• Not all root combinations have coefficient formulas

Tips & Tricks:

• Memorize basic formulas first

• Derive complex relationships as needed

• Verify unusual formulas before using them

Common Mistakes:

• Assuming all root combinations have coefficient formulas

• Confusing different derived formulas

• Not verifying derived relationships

Product of Roots Fundamentals

Standard Form

For ax² + bx + c = 0, product of roots = c/a, sum of roots = -b/a.

Vieta's Formulas

r₁ × r₂ = c/a, r₁ + r₂ = -b/a

Where r₁,r₂ are roots of ax² + bx + c = 0.

Key Rules:
  • Equation must be in standard form
  • Product formula is always constant/leading coefficient
  • Works for real and complex roots
  • Independent of root calculation

Applications

Polynomial Construction

Given roots, construct polynomial: x² - (sum)x + (product).

Real-World Uses
  1. Engineering design
  2. Physics calculations
  3. Computer graphics
  4. Economics modeling
Considerations:
  • Requires standard polynomial form
  • Applies to any degree polynomial
  • Foundational in algebraic geometry
  • Essential for advanced mathematics
Product of Roots Formula

FAQ

Q: Why does the product of roots equal c/a?

A: This relationship comes from expanding the factored form of a quadratic. If r₁ and r₂ are roots of ax² + bx + c = 0, then ax² + bx + c = a(x - r₁)(x - r₂). Expanding the right side: a(x² - r₁x - r₂x + r₁r₂) = a(x² - (r₁+r₂)x + r₁r₂) = ax² - a(r₁+r₂)x + ar₁r₂. Comparing with ax² + bx + c, we get: coefficient of x term: -a(r₁+r₂) = b, so r₁+r₂ = -b/a; constant term: ar₁r₂ = c, so r₁r₂ = c/a.

Q: How are Vieta's formulas used in higher mathematics?

A: Vieta's formulas are foundational in many areas of mathematics. In algebraic geometry, they help understand the structure of polynomial ideals. In Galois theory, they relate to symmetries of polynomial roots. In computer algebra systems, they provide efficient algorithms for polynomial manipulation. In physics, they appear in eigenvalue problems and stability analysis of dynamical systems. The connection between polynomial coefficients and roots is fundamental to understanding the behavior of polynomial functions.

About

Math Team
This calculator was created with AI and may make errors. Consider checking important information. Updated: Jan 2026.