Multiplying a monomial by a polynomial
The distributive law a(b+c)=ab+ac says that multiplying a sum is the same as multiplying each piece and adding. Once you accept this, multiplying a monomial by any polynomial becomes mechanical.
Concept
To multiply a monomial M by a polynomial P=T1+T2+⋯+Tn:
M⋅P=MT1+MT2+⋯+MTn.
Each term of the polynomial is multiplied by M separately.
For each multiplication, two things happen:
- Multiply the coefficients as ordinary numbers, respecting signs.
- Add the exponents of the same variables, using xm⋅xn=xm+n.
Example: 2x3⋅(4x2−5x+7).
- 2x3⋅4x2=8x3+2=8x5.
- 2x3⋅(−5x)=−10x4.
- 2x3⋅7=14x3.
Answer: 8x5−10x4+14x3.
Signs. The usual rules apply. A positive times a negative is negative; a negative times a negative is positive. If the monomial in front has a minus sign, every term's sign flips.
Example: −3a⋅(a2−2a+5)=−3a3+6a2−15a.
Multiple variables. Same logic, just multiply each letter's powers separately.
Example: 4xy⋅(3x−2y+1)=12x2y−8xy2+4xy.
Why this matters. Multiplying a monomial across an entire polynomial is the most common step in algebra. Every "expand and simplify" problem starts with this. Whenever you collect like terms after an expansion, you have already used this rule several times.
Geometrically, this is the rule that lets us split a rectangle into smaller rectangles. A rectangle of width a and length (b+c+d) has area a(b+c+d), which equals the sum of the three sub-rectangles ab+ac+ad.
Worked examples
Example 1. Expand 5(2x−7).
- 5⋅2x=10x.
- 5⋅(−7)=−35.
- Answer: 10x−35.
Example 2. Expand −2y(3y2−5y+4).
- −2y⋅3y2=−6y3.
- −2y⋅(−5y)=10y2.
- −2y⋅4=−8y.
- Answer: −6y3+10y2−8y.
Example 3. Expand 3a2b⋅(a−2b+3ab).
- 3a2b⋅a=3a3b.
- 3a2b⋅(−2b)=−6a2b2.
- 3a2b⋅3ab=9a3b2.
- Answer: 3a3b−6a2b2+9a3b2.
Example 4. Find the area of a rectangle with length (3x+4) and width 5x.
- Area =5x(3x+4)=15x2+20x.
Try it yourself
- Expand 7(2a+3).
- Expand −4(5x−6y+1).
- Expand 2x⋅(x2−3x+7).
- Expand −3a2⋅(a3−2a2+a−1).
- Expand 5xy⋅(2x2−3xy+y2).
- A rectangle has length (2x+5) and width 3. Express its area as an expression.
- Simplify 4(x−2)+3(2x+1).
- Simplify 2a(a+b)−3b(a−b).
Activity
Area in pieces. Draw a rectangle on graph paper, labelling its width a and length b+c+d. Cut it into three sub-rectangles of widths b,c,d respectively. Count or compute their separate areas, then add. You should get exactly a(b+c+d) , the distributive law in pictures.