Polynomial Operations
Polynomial Operations
Polynomial operations involve adding, subtracting, and multiplying algebraic expressions that contain multiple terms. Mastering these operations is a fundamental skill in algebra.
Adding and Subtracting Polynomials
To add or subtract polynomials, you simply combine like terms. Like terms are terms that have the exact same variables raised to the exact same powers.
Addition Example: (2x2+3xโ5)+(x2โ2x+4) Group the like terms together: =(2x2+x2)+(3xโ2x)+(โ5+4) =3x2+xโ1
Subtraction Example: When subtracting, remember to distribute the negative sign to every term in the second polynomial. (4x2โ2x)โ(x2+5x) =4x2โ2xโx2โ5x Combine like terms: =3x2โ7x
Multiplying Polynomials
Multiplying polynomials requires using the distributive property. Every term in the first polynomial must be multiplied by every term in the second polynomial.
Multiplying Binomials (The FOIL Method)
When multiplying two binomials, use the FOIL method to keep track of your multiplication:
- First terms
- Outer terms
- Inner terms
- Last terms
Example: Expand (3x+2)(xโ5)
- First: 3xโ x=3x2
- Outer: 3xโ (โ5)=โ15x
- Inner: 2โ x=2x
- Last: 2โ (โ5)=โ10
Combine them and simplify the like terms: 3x2โ15x+2xโ10 =3x2โ13xโ10
Special Product Patterns
Sometimes you will encounter special patterns, such as squaring a binomial. The pattern for a perfect square binomial (aโb)2 is a2โ2ab+b2.
Example: Expand (2xโ3)2 Using the pattern where a=2x and b=3:
- a2=(2x)2=4x2
- โ2ab=โ2(2x)(3)=โ12x
- b2=(โ3)2=9
Putting it all together: 4x2โ12x+9
(Tip: If you forget the pattern, you can always write it out as (2xโ3)(2xโ3) and use the FOIL method to get the exact same result!)