Complete algebra guide • Step-by-step solutions
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.
| Property | Formula | Calculation | Value |
|---|
Enter coefficients to see solution steps.
For quadratic ax² + bx + c = 0 with roots r₁, r₂:
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.
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:
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
Vieta's formulas have numerous applications in algebra and beyond:
Vieta's formulas extend to polynomials of higher degrees. For a cubic ax³ + bx² + cx + d = 0 with roots r₁, r₂, r₃:
Similar patterns exist for polynomials of any degree.
What is the product of the roots of the equation 2x² - 8x + 6 = 0?
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.
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.
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
• Product of roots = c/a
• Sum of roots = -b/a
• Always write equation in standard form first
• Remember: product is always c/a
• Pay attention to signs of coefficients
• Check that equation is in standard form
• Confusing with sum of roots formula
• Using wrong coefficients
• Not putting equation in standard form
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.
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.
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.
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
• Use known root to find unknown root via product formula
• Use sum formula to find unknown coefficient
• Always verify final answer
• Start with the formula that uses known information
• Use systematic substitution
• Verify by substituting back into original equation
• Forgetting to use standard form
• Confusing sum and product formulas
• Not verifying the final answer
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.
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.
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.
Rectangle Dimensions: Length and width of the rectangle
Area Formula: Area = length × width
Geometric Interpretation: Connecting algebra to geometry
• Area equals product of dimensions
• Product of roots equals constant term when a = 1
• Always verify solutions
• Connect algebraic formulas to geometric meanings
• Use Vieta's formulas for verification
• Check both sum and product relationships
• Misinterpreting which roots represent dimensions
• Not verifying the solution
• Confusing area with perimeter
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.
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.
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.
Complex Roots: Roots involving imaginary numbers
Universal Applicability: Formula works in all cases
Discriminant: b² - 4ac determines root nature
• Vieta's formulas work for complex roots
• Product formula is always c/a
• Discriminant determines root nature
• Use formulas when roots are complex
• Avoid unnecessary calculations with complex numbers
• Trust the universal nature of Vieta's formulas
• Thinking formulas only work for real roots
• Attempting to compute complex roots unnecessarily
• Forgetting that i² = -1
Which of the following statements about Vieta's formulas for ax² + bx + c = 0 with roots r₁ and r₂ is FALSE?
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.
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.
Standard Formulas: Basic sum and product relationships
Derived Relationships: Formulas obtained from basic ones
Mathematical Intuition: Understanding validity of relationships
• Basic formulas are always valid
• Derived formulas must be proven
• Not all root combinations have coefficient formulas
• Memorize basic formulas first
• Derive complex relationships as needed
• Verify unusual formulas before using them
• Assuming all root combinations have coefficient formulas
• Confusing different derived formulas
• Not verifying derived relationships
For ax² + bx + c = 0, product of roots = c/a, sum of roots = -b/a.
r₁ × r₂ = c/a, r₁ + r₂ = -b/a
Where r₁,r₂ are roots of ax² + bx + c = 0.
Given roots, construct polynomial: x² - (sum)x + (product).
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.