Polynomial Functions Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

medium
Perform polynomial long division: 2x3+3x2โˆ’5x+1x+2\frac{2x^3 + 3x^2 - 5x + 1}{x + 2}.

Solution

  1. 1
    Divide 2x32x^3 by xx: get 2x22x^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.
  2. 2
    Bring down โˆ’5x-5x: โˆ’x2โˆ’5x-x^2 - 5x. Divide โˆ’x2-x^2 by xx: get โˆ’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.
  3. 3
    Bring down +1+1: โˆ’3x+1-3x + 1. Divide โˆ’3x-3x by xx: get โˆ’3-3. Multiply: โˆ’3(x+2)=โˆ’3xโˆ’6-3(x + 2) = -3x - 6. Subtract: (โˆ’3x+1)โˆ’(โˆ’3xโˆ’6)=7(-3x + 1) - (-3x - 6) = 7.
  4. 4
    Result: 2x2โˆ’xโˆ’3+7x+22x^2 - x - 3 + \frac{7}{x + 2}.

Answer

2x2โˆ’xโˆ’3+7x+22x^2 - x - 3 + \frac{7}{x + 2}
Polynomial long division follows the same algorithm as numerical long division: divide, multiply, subtract, bring down, repeat.

About Polynomial Functions

A polynomial function is formed by adding terms of the form axnax^n where nn is a non-negative integer. The highest power determines the degree, which controls the graph's end behavior, maximum turning points, and number of possible real zeros.

Learn more about Polynomial Functions โ†’

More Polynomial Functions Examples