TutorChase logo
IB DP Maths AA HL Study Notes

2.5.3 Long and Synthetic Division

Polynomial division is a fundamental concept in algebra, especially when dealing with higher-degree polynomials. Understanding the principles of polynomial division is essential for grasping more complex topics, such as polynomial theorems which extend the applications of division in algebra. There are two primary methods for dividing polynomials: Long Division and Synthetic Division. Both methods are essential for simplifying expressions, finding factors, and solving polynomial equations.

Long Division of Polynomials

Long division of polynomials works similarly to the long division we use for numbers. It's a step-by-step process where we divide the dividend (the polynomial we want to divide) by the divisor (the polynomial we divide by). This method is particularly useful when dealing with polynomials that lead to quadratic and polynomial inequalities, providing a foundational understanding for solving such equations.

Steps for Long Division:

1. Arrange both the dividend and the divisor in descending order of their degrees.

2. Divide the leading term of the dividend by the leading term of the divisor. This gives the first term of the quotient.

3. Multiply the divisor by the first term of the quotient.

4. Subtract the result from the dividend to get a new polynomial.

5. Repeat the process with the new polynomial as your dividend.

6. The process continues until the degree of the remainder is less than the degree of the divisor or until the remainder is zero.

Example:

Let's divide x2 - 2x + 1 by x - 1.

1. The leading term of the dividend is x2 and the leading term of the divisor is x. Dividing x2 by x gives x, which is our first quotient term.

2. Multiplying x - 1 by x gives x2 - x.

3. Subtracting x2 - x from x2 - 2x + 1 gives -x + 1.

4. Repeating the process, we divide -x by x to get -1 as the next quotient term.

5. Multiplying x - 1 by -1 gives -x + 1. Subtracting this from -x + 1 gives 0, which means our remainder is 0.

So, x2 - 2x + 1 divided by x - 1 gives a quotient of x - 1 with a remainder of 0.

Synthetic Division

Synthetic division is a shorthand method of dividing polynomials and is especially useful when the divisor is of the form x - c. It can be seen as a quicker alternative to the traditional method and is particularly advantageous when dealing with complex numbers.

Steps for Synthetic Division:

1. List the coefficients of the dividend.

2. Write the value of c from x - c outside the synthetic division setup.

3. Drop the leading coefficient of the dividend down.

4. Multiply the value of c by the value just written below the line and place the result under the next coefficient.

5. Add the values in the current column.

6. Repeat the process until all coefficients are used.

Example:

Using the same example, divide x2 - 2x + 1 by x - 1.

1. The coefficients of the dividend are 1, -2, and 1.

2. The value of c from x - 1 is 1.

3. Dropping down the 1, we get our first quotient coefficient.

4. Multiplying 1 by 1 gives 1. Placing this under -2 and adding, we get -1 as our next quotient coefficient.

5. Repeating the process, we get a remainder of 0.

Again, the quotient is x - 1 with a remainder of 0.

Remainder and Factor Theorems

The Remainder Theorem states that when a polynomial f(x) is divided by x - c, the remainder is f(c). This theorem is a cornerstone for solving trigonometric equations, as it provides a method for evaluating polynomials at specific points.

The Factor Theorem is an extension of the Remainder Theorem. It states that x - c is a factor of f(x) if and only if f(c) = 0.

Example:

For the polynomial f(x) = x2 + 6x + 11, if we use the Remainder Theorem with x - 1, we find f(1) = 1 - 2 + 1 = 0. This means x - 1 is a factor of f(x), as confirmed by the Factor Theorem.

Practice Questions:

1. Divide 3x3 - 4x2 + x - 2 by x - 1 using long division.

2. Use synthetic division to divide 2x3 + 3x2 - x + 4 by x + 2.

3. Determine if x + 3 is a factor of x3 + 6x2 + 11x + 6 using the Factor Theorem.

FAQ

The Remainder Theorem is directly related to polynomial division. It states that when a polynomial f(x) is divided by a linear divisor of the form x - c, the remainder is f(c). In other words, if you plug the value c into the polynomial, the result will be the remainder from the division. This theorem provides a quick way to find the remainder without performing the entire division process, especially useful when checking for factors or roots of a polynomial.

Polynomial division is a fundamental concept in algebra and plays a crucial role in various areas of mathematics and its applications. Understanding polynomial division helps in factorising polynomials, finding roots, and simplifying complex expressions. It's also a stepping stone to more advanced topics like polynomial theorem, rational root theorem, and more. Additionally, in real-world applications, polynomial equations and their solutions can represent various phenomena, from physics to economics. Being proficient in polynomial division equips students with the tools to tackle more complex problems in higher maths and other disciplines.

If the remainder is not zero after dividing two polynomials, it means that the divisor does not evenly divide the dividend. The quotient represents the maximum number of times the divisor can be contained within the dividend without exceeding it. The remainder represents what's left over. In mathematical terms, if you were to multiply the divisor by the quotient and then add the remainder, you would get back the original dividend.

No, synthetic division is specifically designed for divisors of the form x - c, where c is a constant. This means it's ideal for linear divisors. If the divisor is a higher-degree polynomial or doesn't fit the x - c format, then synthetic division isn't applicable, and one would need to use polynomial long division. However, for its specific use-case, synthetic division offers a quicker and more streamlined approach than long division.

Long division and synthetic division are methods used to divide polynomials because they provide systematic approaches to handle polynomial division, especially when dealing with higher-degree polynomials. Long division mimics the traditional arithmetic division method and is versatile, as it can handle any divisor. It provides a clear step-by-step process, making it easier to track the division. On the other hand, synthetic division is a shortcut method specifically designed for divisors of the form x - c. It's faster and more concise than long division but is limited in its applicability. Both methods, however, give the same result when applied correctly.

Practice Questions

Divide the polynomial 4x^3 - 6x^2 + 2x - 8 by x - 2.

To divide the polynomial 4x3 - 6x2 + 2x - 8 by x - 2, we can use polynomial long division. Starting with the highest degree term, 4x3, we divide it by x to get a quotient of 4x2. Multiplying the divisor x - 2 by 4x2, we get 4x3 - 8x2. Subtracting this from the original polynomial, we get a new dividend of 2x2 + 2x. Repeating the process, we find the quotient to be 4x2 + 2x + 6, with a remainder of 4.

Divide the polynomial x^4 - 3x^3 + 2x^2 - 5x + 6 by x^2 - 2x + 1.

To divide the polynomial x4 - 3x3 + 2x2 - 5x + 6 by x2 - 2x + 1, we use polynomial long division. Starting with the highest degree term, x4, we divide it by x2 to get a quotient of x2. Multiplying the divisor x2 - 2x + 1 by x2, we get x4 - 2x3 + x2. Subtracting this from the original polynomial, we get a new dividend of -x3 + x2 - 5x + 6. Continuing the division process, we find the quotient to be x2 - x - 1 with a remainder of 7 - 6x.

Hire a tutor

Please fill out the form and we'll find a tutor for you.

1/2
About yourself
Alternatively contact us via
WhatsApp, Phone Call, or Email