Polynomial Evaluator (Horner's Method)
Inputs
| Coefficients (high → low) | 1, -3, 2, 5 |
|---|---|
| Evaluation point x | 2 |
Visualization
Polynomial Evaluator (Horner's Method)
Inputs
Results
Enter a value to see results.
Details
\begin{aligned} P(x) &= ? \\ P(2) &= ? \end{aligned}
Recommended Next
Polynomial Derivative Calculator
Enter polynomial coefficients (highest degree first) and a point x to find P(x), P'(x), the derivative polynomial, and the tangent line — with a live graph.
Definite Integral of Polynomial Calculator
Compute the exact definite integral ∫_a^b P(x) dx for any polynomial using the Fundamental Theorem of Calculus — exact result, no approximation.