Explore the fundamental operations of polynomials! Learn to add, subtract, and multiply polynomials using systematic methods, understand polynomial properties, and apply these skills to solve geometric and real-world problems.
A polynomial is a sum of monomials, where each monomial is a product of a coefficient and variables raised to non-negative integer powers.
Single term: 3x²
One term polynomial
Two terms: x + 3
Two term polynomial
Three terms: x² + 2x + 1
Three term polynomial
To add or subtract polynomials, combine like terms by adding or subtracting their coefficients.
Same variables with same exponents
3x² and 5x² are like terms
Different variables or exponents
3x² and 5x are unlike terms
Multiply each term in the first polynomial by each term in the second polynomial, then combine like terms.
F - First terms:
O - Outer terms:
I - Inner terms:
L - Last terms:
Result:
For binomial × binomial
First, Outer, Inner, Last
For any polynomial multiplication
Multiply each term by each term
Polynomials are closed under addition, subtraction, and multiplication. This means the result of these operations on polynomials is always another polynomial.
(x² + 3x) + (2x - 1) = x² + 5x - 1
Result is a polynomial
(x² + 3x) - (2x - 1) = x² + x + 1
Result is a polynomial
(x + 2)(x - 3) = x² - x - 6
Result is a polynomial
A rectangular garden has length (x + 4) meters and width (2x - 1) meters. Find the area of the garden and express it as a polynomial in standard form.
Problem 1:
Add: (3x² - 2x + 5) + (x² + 4x - 3)
= 3x² - 2x + 5 + x² + 4x - 3
= (3x² + x²) + (-2x + 4x) + (5 - 3)
= 4x² + 2x + 2
Problem 2:
Multiply: (2x + 3)(x - 4)
Using FOIL:
F: 2x × x = 2x²
O: 2x × (-4) = -8x
I: 3 × x = 3x
L: 3 × (-4) = -12
= 2x² - 8x + 3x - 12 = 2x² - 5x - 12
Problem 3:
A square has side length (x + 2). Find its area and perimeter.
Area = (x + 2)² = x² + 4x + 4
Perimeter = 4(x + 2) = 4x + 8