Advanced Polynomial Operations

Multiplying and dividing polynomials

๐ŸŽฏโญ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson โ†’

Advanced Polynomial Operations

Multiplying Polynomials

Use the distributive property repeatedly.

Example: (2x+3)(x2โˆ’4x+5)(2x + 3)(x^2 - 4x + 5)

Distribute 2x2x: 2x(x2โˆ’4x+5)=2x3โˆ’8x2+10x2x(x^2 - 4x + 5) = 2x^3 - 8x^2 + 10x

Distribute 33: 3(x2โˆ’4x+5)=3x2โˆ’12x+153(x^2 - 4x + 5) = 3x^2 - 12x + 15

Combine: 2x3โˆ’8x2+10x+3x2โˆ’12x+152x^3 - 8x^2 + 10x + 3x^2 - 12x + 15 =2x3โˆ’5x2โˆ’2x+15= 2x^3 - 5x^2 - 2x + 15

Long Division of Polynomials

Similar to long division with numbers.

Steps:

  1. Divide the leading terms
  2. Multiply and subtract
  3. Bring down the next term
  4. Repeat until done

Synthetic Division

A shortcut for dividing by (xโˆ’c)(x - c).

Use only when divisor is in form (xโˆ’c)(x - c).

Remainder Theorem

When polynomial P(x)P(x) is divided by (xโˆ’c)(x - c): Remainder=P(c)\text{Remainder} = P(c)

๐Ÿ“š Practice Problems

1Problem 1easy

โ“ Question:

Multiply: (x+5)(x2+3x+2)(x + 5)(x^2 + 3x + 2)

๐Ÿ’ก Show Solution

Distribute each term in the first polynomial:

x(x2+3x+2)+5(x2+3x+2)x(x^2 + 3x + 2) + 5(x^2 + 3x + 2)

=x3+3x2+2x+5x2+15x+10= x^3 + 3x^2 + 2x + 5x^2 + 15x + 10

Combine like terms: =x3+8x2+17x+10= x^3 + 8x^2 + 17x + 10

Answer: x3+8x2+17x+10x^3 + 8x^2 + 17x + 10

2Problem 2medium

โ“ Question:

Use the Remainder Theorem to find the remainder when P(x)=x3โˆ’4x2+6xโˆ’2P(x) = x^3 - 4x^2 + 6x - 2 is divided by (xโˆ’2)(x - 2)

๐Ÿ’ก Show Solution

By the Remainder Theorem, the remainder when dividing by (xโˆ’2)(x - 2) is P(2)P(2).

Evaluate P(2)P(2): P(2)=(2)3โˆ’4(2)2+6(2)โˆ’2P(2) = (2)^3 - 4(2)^2 + 6(2) - 2 =8โˆ’16+12โˆ’2= 8 - 16 + 12 - 2 =2= 2

Answer: Remainder = 22

3Problem 3hard

โ“ Question:

Divide using long division: (2x3+3x2โˆ’5x+1)รท(x+2)(2x^3 + 3x^2 - 5x + 1) \div (x + 2)

๐Ÿ’ก Show Solution

Set up long division:

Step 1: 2x3รทx=2x22x^3 \div x = 2x^2 Multiply: 2x2(x+2)=2x3+4x22x^2(x + 2) = 2x^3 + 4x^2 Subtract: (2x3+3x2)โˆ’(2x3+4x2)=โˆ’x2(2x^3 + 3x^2) - (2x^3 + 4x^2) = -x^2

Step 2: โˆ’x2รทx=โˆ’x-x^2 \div x = -x Multiply: โˆ’x(x+2)=โˆ’x2โˆ’2x-x(x + 2) = -x^2 - 2x Subtract: (โˆ’x2โˆ’5x)โˆ’(โˆ’x2โˆ’2x)=โˆ’3x(-x^2 - 5x) - (-x^2 - 2x) = -3x

Step 3: โˆ’3xรทx=โˆ’3-3x \div x = -3 Multiply: โˆ’3(x+2)=โˆ’3xโˆ’6-3(x + 2) = -3x - 6 Subtract: (โˆ’3x+1)โˆ’(โˆ’3xโˆ’6)=7(-3x + 1) - (-3x - 6) = 7

Answer: 2x2โˆ’xโˆ’3+7x+22x^2 - x - 3 + \frac{7}{x + 2}