Polynomials

Learn the basics, types, operations, and applications of polynomials with clear explanations and examples.

Simplified Quantitative Formulas: Polynomials

What do these mean? (Super Simple Explanations & Examples)

  • Polynomial: 2x³ – 5x² + 3x – 7 is a cubic polynomial (degree 3).
  • Factoring: x² – 9 = (x+3)(x–3).
  • Roots: x² – 5x + 6 = 0 ⇒ x = 2, 3.
  • Remainder Theorem: P(x) = x³ – 2x² + 3x – 4, divided by (x–2): remainder is P(2) = 2.
  • Variable Definitions: x = variable, aₙ, aₙ₋₁, ..., a₀ = coefficients, n = degree.

Introduction to Polynomials

A polynomial is an expression consisting of variables and coefficients, involving only the operations of addition, subtraction, multiplication, and non-negative integer exponents.

General Form

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

  • aₙ, aₙ₋₁, ..., a₁, a₀ are coefficients
  • n is the degree of the polynomial
  • x is the variable
Example 1
Identify the degree and coefficients of the polynomial: 2x³ - 5x² + 3x - 7
Solution:
  • Degree = 3 (highest power of x)
  • Coefficients: a₃ = 2, a₂ = -5, a₁ = 3, a₀ = -7

Types of Polynomials

Polynomials can be classified based on their degree and number of terms.

Based on Degree

  • Constant (degree 0): P(x) = a₀
  • Linear (degree 1): P(x) = a₁x + a₀
  • Quadratic (degree 2): P(x) = a₂x² + a₁x + a₀
  • Cubic (degree 3): P(x) = a₃x³ + a₂x² + a₁x + a₀
  • Quartic (degree 4): P(x) = a₄x⁴ + a₃x³ + a₂x² + a₁x + a₀

Based on Terms

  • Monomial: Single term (e.g., 3x²)
  • Binomial: Two terms (e.g., x + 1)
  • Trinomial: Three terms (e.g., x² + 2x + 1)
  • Polynomial: More than three terms
Example 2
Classify the following polynomials:
  • 3x + 2: Linear binomial (degree 1, 2 terms)
  • x² - 4x + 4: Quadratic trinomial (degree 2, 3 terms)
  • 5x³ - 2x² + x - 1: Cubic polynomial (degree 3, 4 terms)

Operations with Polynomials

Polynomials can be added, subtracted, multiplied, and divided.

Addition and Subtraction

Add or subtract like terms (terms with the same power of x).

Example 3
Add: (2x² + 3x - 1) + (x² - 2x + 4)
Solution:
  • (2x² + 3x - 1) + (x² - 2x + 4)
  • = (2x² + x²) + (3x - 2x) + (-1 + 4)
  • = 3x² + x + 3

Multiplication

Use the distributive property to multiply each term.

Example 4
Multiply: (x + 2)(x - 3)
Solution:
  • (x + 2)(x - 3)
  • = x(x - 3) + 2(x - 3)
  • = x² - 3x + 2x - 6
  • = x² - x - 6

Factoring Polynomials

Factoring is the process of expressing a polynomial as a product of simpler polynomials.

Common Factoring Methods

  • Greatest Common Factor (GCF)
  • Difference of Squares: a² - b² = (a + b)(a - b)
  • Perfect Square Trinomial: a² ± 2ab + b² = (a ± b)²
  • Sum/Difference of Cubes: a³ ± b³ = (a ± b)(a² ∓ ab + b²)
Example 5
Factor: x² - 9
Solution:
  • x² - 9 = x² - 3²
  • = (x + 3)(x - 3)

Finding Roots of Polynomials

A root (or zero) of a polynomial is a value of x that makes the polynomial equal to zero.

Methods for Finding Roots

  • Factoring
  • Quadratic Formula (for degree 2)
  • Rational Root Theorem
  • Synthetic Division
Example 6
Find the roots of: x² - 5x + 6 = 0
Solution:
  • x² - 5x + 6 = 0
  • (x - 2)(x - 3) = 0
  • Therefore, x = 2 or x = 3

Remainder Theorem

The remainder theorem states that if a polynomial P(x) is divided by (x - a), the remainder is P(a).

Remainder Theorem

If P(x) is divided by (x - a), then:

P(x) = (x - a)Q(x) + R, where R = P(a)

Example 7
Find the remainder when P(x) = x³ - 2x² + 3x - 4 is divided by (x - 2)
Solution:
  • P(2) = 2³ - 2(2)² + 3(2) - 4
  • = 8 - 8 + 6 - 4
  • = 2

Applications of Polynomials

Polynomials have numerous applications in mathematics and real-world problems.

Common Applications

  • Area and Volume Calculations
  • Motion Problems
  • Economics and Finance
  • Engineering and Physics
Example 8
A rectangle has a length of (x + 3) and width of (x - 2). Find its area.
Solution:
  • Area = length × width
  • = (x + 3)(x - 2)
  • = x² - 2x + 3x - 6
  • = x² + x - 6

Practice Questions

Test your understanding of Polynomials with 20 fully solved, step-by-step questions designed for beginners.

Start Practice