Polynomial Equation Calculator
Introduction & Importance
Writing polynomial equations given zeros is a fundamental concept in algebra. It’s crucial for understanding the relationship between the roots and coefficients of a polynomial equation.
How to Use This Calculator
- Enter the zeros of the polynomial, separated by commas.
- Select the degree of the polynomial.
- Click the “Calculate” button to generate the equation.
Formula & Methodology
The formula for writing a polynomial equation given its zeros is:
anxn + an-1xn-1 + ... + a1x + a0 = (x - r1)(x - r2)...(x - rn)
where r1, r2, …, rn are the zeros of the polynomial.
Real-World Examples
Example 1
Find the polynomial equation with zeros -2, 3, and degree 3.
x³ - 5x² + 6x + 12
Example 2
Find the polynomial equation with zeros 1, 1, -3, and degree 4.
x⁴ - 2x³ - 4x² + 6x + 9
Data & Statistics
| Degree | Zeros | Polynomial |
|---|---|---|
| 2 | -1, 2 | x² – x – 2 |
| 3 | -2, 3 | x³ – 5x² + 6x + 12 |
| Degree | Zeros | Polynomial |
|---|---|---|
| 2 | 1, 1 | x² – 2x + 1 |
| 4 | 1, 1 | x⁴ – 2x³ – 4x² + 6x + 9 |
Expert Tips
- Always ensure the degree of the polynomial is one more than the number of zeros.
- For repeated zeros, the corresponding factor will have a higher degree.
- To find the leading coefficient, set x = 0 in the factored form of the polynomial.
Interactive FAQ
What if the polynomial has repeated zeros?
If the polynomial has repeated zeros, the corresponding factor will have a higher degree. For example, if the polynomial has a zero of 2 with multiplicity 3, the factor will be (x – 2)³.
Can this calculator handle complex zeros?
No, this calculator only handles real zeros. For complex zeros, you would need to use a different tool or approach.