Polynomial Calculator
Evaluate polynomials, add or multiply polynomials, and find roots by substitution. Enter coefficients for polynomials up to degree 4 and compute values at any x.
Formula & Reference
| Variable | Symbol | Formula | Units |
|---|---|---|---|
| Polynomial Calculator | — | p(x) = ax⁴ + bx³ + cx² + dx + e | numeric value |
Step-by-Step Examples
p(x) = x³ − 3x² + 2x + 5. Evaluate at x=2.
- p(2) = 8 − 12 + 4 + 5 = 5
Is x=1 a root of x³ − 3x + 2?
- p(1) = 1 − 3 + 2 = 0
- Yes! x=1 is a root
p(x) = 2x² − 5x + 3. At x=3.
- p(3) = 18 − 15 + 3 = 6
Real-World Applications
Common Mistakes to Avoid
Standard form: highest degree first. x³ + x² + x + constant.
In ax² + bx + c, a is for x², b for x, c is the constant. Don't assign them to wrong powers.
x=r is a root means p(r)=0. It means (x−r) is a factor. These are related but distinct statements.
Frequently Asked Questions
Related Math Calculators
Formula Explorer connections
Interpretation: This formula describes an algebraic relationship among variables, functions, equations, roots or sequences. Assumption: Respect the expression’s domain and excluded values. Check roots in the original equation because transformations can introduce extraneous solutions.