Understanding Polynomials
A polynomial is an expression with one or more terms, each involving a variable raised to a non-negative integer power. The degree is the highest power.
P(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀
Example: P(x) = 2x³ − 4x² + x − 5
Example: P(x) = 2x³ − 4x² + x − 5
Types of Polynomials
Monomial
1 term: 5x²
Binomial
2 terms: x + 3
Trinomial
3 terms: x²+x+1
Polynomial
4+ terms