Read and interpret the structure of polynomial expressions.
A polynomial is an expression consisting of variables and coefficients combined using addition, subtraction, and non-negative integer exponents. Understanding the parts of a polynomial — terms, coefficients, degree, and leading term — is essential for all of algebra.
Anatomy of a Polynomial
The degree determines the polynomial's name: degree 1 = linear, degree 2 = quadratic, degree 3 = cubic.
Factoring reveals the structure hidden inside a polynomial. A factored form like (x − 2)(x + 5) immediately shows the roots (x = 2 and x = −5), while the expanded form 2x² + 6x − 4 = 2(x² + 3x − 2) reveals a common factor of 2.
Factor 6x³ + 9x² − 3x. The GCF is 3x. Dividing each term: 6x³/3x = 2x², 9x²/3x = 3x, −3x/3x = −1. Result: 3x(2x² + 3x − 1).
Remember This!
Always check for a greatest common factor (GCF) before applying any other factoring technique. Pulling out the GCF first simplifies everything that follows.
What is the degree of the polynomial 5x⁴ − 3x² + 7x − 2?