TFT

Polynomial Evaluator - Calculate Polynomial Value at Any x

Evaluate any polynomial expression at a given value of x with our free online polynomial evaluator. Supports polynomials of any degree with instant accurate results.

Polynomial Expression:

0x^2 + 0x + 0

· x^2
· x
(constant)
Examples:

Understanding Polynomials

A polynomial is a mathematical expression made up of variables (like x), coefficients (numbers), and exponents (powers), combined using addition, subtraction, and multiplication. The word comes from Greek "poly" (many) and Latin "nomen" (name/term) - literally "many terms."

Polynomials are everywhere in mathematics and science. They describe projectile motion, model economic trends, approximate complex functions, and form the basis of calculus. Evaluating a polynomial means finding its value when the variable equals a specific number.

Polynomial Notation

A polynomial in x is written as:

P(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₂x² + a₁x + a₀

Each aᵢ is a coefficient (can be any real number). The highest power n is called the degree. a₀ is the constant term (x⁰ = 1).

Degree 1

Linear

ax + b

Degree 2

Quadratic

ax² + bx + c

Degree 3

Cubic

ax³ + bx² + cx + d

Degree 4

Quartic

ax⁴ + bx³ + cx² + dx + e

Worked Examples

Example 1: Evaluating a Quadratic

Evaluate P(x) = 2x² - 3x + 1 when x = 4

P(4) = 2(4)² - 3(4) + 1
P(4) = 2(16) - 12 + 1
P(4) = 32 - 12 + 1
P(4) = 21

Example 2: Evaluating a Cubic

Evaluate P(x) = x³ - 6x² + 11x - 6 when x = 2

P(2) = (2)³ - 6(2)² + 11(2) - 6
P(2) = 8 - 6(4) + 22 - 6
P(2) = 8 - 24 + 22 - 6
P(2) = 0
x = 2 is a root of this polynomial!

Example 3: Evaluating a Quartic

Evaluate P(x) = x⁴ - 5x² + 4 when x = 3

P(3) = (3)⁴ - 5(3)² + 4
P(3) = 81 - 5(9) + 4
P(3) = 81 - 45 + 4
P(3) = 40

Example 4: Real-World Application

A ball's height (in meters) after t seconds is given by h(t) = -4.9t² + 20t + 1.5. What's the height after 2 seconds?

h(2) = -4.9(2)² + 20(2) + 1.5
h(2) = -4.9(4) + 40 + 1.5
h(2) = -19.6 + 40 + 1.5
h(2) = 21.9 meters

Quick Fact

The quadratic formula for solving ax² + bx + c = 0 was known to Babylonian mathematicians around 2000 BCE. However, the general solution for cubic equations wasn't discovered until the 16th century in Italy. Mathematicians Tartaglia and Cardano famously fought over credit for the cubic formula, leading to one of history's most famous mathematical disputes.

Frequently Asked Questions

What is the degree of a polynomial?

The degree is the highest power of the variable in the polynomial. For example, 3x⁴ + 2x² - 5 has degree 4. The degree determines the polynomial's general shape and maximum number of roots (x-intercepts).

What's a root or zero of a polynomial?

A root is a value of x that makes the polynomial equal zero. If P(2) = 0, then x = 2 is a root. Roots are also called zeros or solutions. A polynomial of degree n has at most n real roots.

Can polynomials have negative or fractional coefficients?

Yes! Coefficients can be any real numbers: positive, negative, zero, fractions, or decimals. For example, -0.5x³ + (2/3)x² - √2x + π is a valid polynomial.

What is Horner's method?

Horner's method is an efficient algorithm for evaluating polynomials. Instead of computing powers separately, it rewrites P(x) = ((aₙx + aₙ₋₁)x + aₙ₋₂)x + ... This reduces the number of multiplications needed, making it faster for computers.

Where are polynomials used in real life?

Polynomials model projectile motion (parabolas), design roller coaster curves, approximate complex functions in calculators, describe economic supply/demand curves, create smooth animations in computer graphics, and form the basis of error-correcting codes in digital communications.

What's the difference between a polynomial and a polynomial function?

A polynomial is the algebraic expression itself. A polynomial function is the rule that assigns each input x to the output P(x). In practice, the terms are often used interchangeably, but technically the function includes the domain and mapping concept.

Other Free Tools

Quadratic Equation Solver – Find Roots of ax² + bx + c = 0

Solve any quadratic equation instantly with our free online quadratic equation solver. Find real and complex roots using the quadratic formula with detailed step-by-step solutions.

Linear Equation Solver – Solve ax + b = c Online

Solve any linear equation of the form ax + b = c instantly with our free online linear equation solver. Get step-by-step solutions for one-variable linear equations.

Simplify Expression Calculator – Simplify Algebraic Expressions

Simplify any basic algebraic expression instantly with our free online simplify expression calculator. Combine like terms and reduce expressions to their simplest form with ease.

Binomial Expansion Calculator – Expand & Simplify Binomials

Expand and simplify binomial expressions instantly with our free online binomial expansion calculator. Handles products, squares, and cubes of binomials with full step-by-step solutions.

Derivative Calculator – Differentiate Functions Step by Step

Calculate the derivative of any function with our free online derivative calculator. Applies power, product, quotient, and chain rules with detailed step-by-step differentiation shown.

Taylor Series Calculator – Expand Functions as Taylor Series

Generate Taylor and Maclaurin series expansions of any function with our free online calculator. Compute series up to any number of terms with coefficient and error visualization.

2D Function Plotter – Plot y = f(x) Graphs Online

Plot any mathematical function y = f(x) on an interactive graph with our free online 2D function plotter. Visualize polynomials, trig functions, exponentials, and more instantly.

Free Online Scientific Calculator – Advanced Math Functions

Perform complex scientific calculations online with our free scientific calculator. Supports trigonometry, logarithms, exponents, roots, and more – ideal for students and professionals.