Maqsad logo

Factorization

Remainder and factor theorem

Math

Remainder theorem: The remainder theorem states that if a polynomial function p(x)p(x), of degree n1n\ge 1 is divided by (xa)(x-a), then the remainder obtained is equal to f(a)f(a). In other words, if we divide p(x)p(x) by (xa)(x-a) and obtain a quotient q(x)q(x) and a remainder RR, then p(x)=(xa)q(x)+Rp(x) = (x-a)q(x) + R, and p(a)=Rp(a) = R. Here the degree of q(x)q(x) is less than or equal to the degree of p(x)p(x). This theorem is proved in the derivation section.”

In other words, the remainder theorem can be used to find the remainder when a polynomial is divided by a linear factor. This can be helpful in simplifying complicated expressions, and in solving problems that involve polynomials. Let's have a look at a few examples.

Example: Find the remainder when p(x)=3x34x2+2x1p(x) = 3x^3 - 4x^2 + 2x - 1 is divided by (x2)(x-2).

Solution: To find the remainder, we can use the remainder theorem, which states that the remainder is equal to p(2)p(2).

So, we evaluate p(2)p(2) as follows:

p(2)=3(2)34(2)2+2(2)1p(2) = 3(2)^3 - 4(2)^2 + 2(2) - 1

              =2416+41\;\;\;\;\;\;\;= 24 - 16 + 4 - 1

              =11\;\;\;\;\;\;\;= 11

Therefore, the remainder when p(x)p(x) is divided by (x2)(x-2) is 1111.

Example: Find the remainder when p(x)=2x45x3+4x23x+1p(x) = 2x^4 - 5x^3 + 4x^2 - 3x + 1 is divided by (x+1)(x+1).

Solution: To find the remainder when p(x)=2x45x3+4x23x+1p(x) = 2x^4 - 5x^3 + 4x^2 - 3x + 1 is divided by (x+1)(x+1), we can use the remainder theorem, which states that the remainder is equal to p(1)p(-1). So, we evaluate p(1)p(-1) as follows:

p(1)=2(1)45(1)3+4(1)23(1)+1p(−1)=2(−1)^4−5(−1)^3+4(−1)^2−3(−1)+1

                      =2+5+4+3+1\;\;\;\;\;\;\;\;\;\;\;=2+5+4+3+1

                      =15\;\;\;\;\;\;\;\;\;\;\;= 15

Therefore, the remainder when p(x)p(x) is divided by (x+1)(x+1) is 1515.

Zero of a polynomial: A zero of a polynomial is a value of the variable (usually denoted by x) that makes the polynomial equal to zero. In other words, a zero of a polynomial p(x)p(x) is a value of x for which p(x)=0p(x) = 0.

For example, the polynomial p(x)=x25x+6p(x) = x^2 - 5x + 6 has two zeros: x=2x = 2 and x=3x = 3, because:

p(2)=225(2)+6=0p(2) = 2^2 - 5(2) + 6 = 0

p(3)=325(3)+6=0p(3) = 3^2 - 5(3) + 6 = 0

So, 22 and 33 are zeros of p(x)p(x).

Factor Theorem: The Factor Theorem is a theorem that helps us to determine whether a given polynomial has a certain factor or not. The theorem states that if a polynomial p(x)p(x) is divided by (xa)(x-a), then the remainder is zero if and only if (xa)(x-a) is a factor of p(x)p(x). In other words, if p(a)=0p(a) = 0, then (xa)(x-a) is a factor of p(x)p(x). “This Theorem is proved in the derivation section.”

Example: Let's consider the polynomial p(x)=x25x+6p(x) = x^2 - 5x + 6. We can check whether (x2)(x-2) and (x3)(x-3) are factors of p(x)p(x) using the Factor Theorem: 1. (x2)(x-2) is a factor of p(x)p(x) if and only if p(2)=0p(2) = 0:

p(2)=225(2)+6=0p(2) = 2^2 - 5(2) + 6 = 0

Since p(2)=0p(2) = 0, we can conclude that (x2)(x-2) is a factor of p(x)p(x).

(x3)(x-3) is a factor of p(x)p(x) if and only if p(3)=0p(3) = 0:

p(3)=325(3)+6=0p(3) = 3^2 - 5(3) + 6 = 0

Since p(3)=0p(3) = 0, we can conclude that (x3)(x-3) is a factor of p(x)p(x).

Therefore, we can factor p(x)p(x) as follows:

p(x)=x25x+6=(x2)(x3)p(x) = x^2 - 5x + 6 = (x-2)(x-3)

Example: Consider the polynomial q(x)=x32x2x+2q(x) = x^3 - 2x^2 - x + 2.

We can check whether (x1)(x-1) is a factor of q(x)q(x) using the Factor Theorem:

(x1)(x-1) is a factor of q(x)q(x) if and only if q(1)=0q(1) = 0:

q(1)=132(12)1+2=0q(1) = 1^3 - 2(1^2) - 1 + 2 = 0

Since q(1)=0q(1) = 0,

we can conclude that (x1)(x-1) is a factor of q(x)q(x)

Derivations:

Remainder Theorem: The remainder theorem states that if a polynomial function p(x)p(x), of degree n1n\ge 1 is divided by (xa)(x-a), then the remainder obtained is equal to f(a)f(a). In other words, if we divide p(x)p(x) by (xa)(x-a) and obtain a quotient q(x)q(x) and a remainder RR, then p(x)=(xa)q(x)+Rp(x) = (x-a)q(x) + R, and p(a)=Rp(a) = R. Here the degree of q(x)q(x) is less than or equal to the degree of p(x)p(x).

Proof:

Let p(x)p(x) be a polynomial of degree nn, and let g(x)g(x) be the polynomial xax-a. We want to find the remainder RR when p(x)p(x) is divided by g(x)g(x).

Using the polynomial division algorithm, we can write:

p(x)=q(x)g(x)+Rp(x) = q(x) g(x) + R where q(x)q(x) is the quotient and RR is the remainder.

Since g(x)g(x) is of degree 11, we can write:

g(x)=xag(x) = x - a

Using this, we can rewrite the above equation as:

p(x)=q(x)(xa)+Rp(x) = q(x) (x-a) + R

Now, if we substitute x=ax = a into this equation, we get:

p(a)=q(a)(aa)+Rp(a) = q(a) (a-a) + R

p(a)=Rp(a) = R

Therefore, the remainder RR when p(x)p(x) is divided by xax-a is equal to p(a)p(a). This completes the proof of the Remainder Theorem.

Factor Theorem: The Factor Theorem is a theorem that helps us to determine whether a given polynomial has a certain factor or not. The theorem states that if a polynomial p(x)p(x) is divided by (xa)(x-a), then the remainder is zero if and only if (xa)(x-a) is a factor of p(x)p(x).

Proof:

Assume that p(x)p(x) has a factor (xa)(x-a). Then we can write:

p(x)=(xa)g(x)p(x) = (x-a)g(x)

where g(x)g(x) is a polynomial of degree n1n-1.

Now, if we substitute x=ax = a into this equation, we get:

p(a)=(aa)g(a)=0p(a) = (a-a)g(a) = 0

Therefore, p(a)=0p(a) = 0, which confirms the "only if" part of the Factor Theorem.

Conversely, assume that p(a)=0p(a) = 0. We want to prove that p(x)p(x) has a factor (xa)(x-a). To do this, we will use the Remainder Theorem. If we divide p(x)p(x) by (xa)(x-a), we get:

p(x)=(xa)q(x)+Rp(x) = (x-a)q(x) + R where q(x)q(x) is the quotient and RR is the remainder. Now, if we substitute x=ax = a into this equation, we get:

p(a)=(aa)q(a)+Rp(a) = (a-a)q(a) + R

p(a)=Rp(a) = R

Since we assumed that p(a)=0p(a) = 0, it follows that R=0R = 0. Therefore, p(x)p(x) is exactly divisible by (xa)(x-a), which proves the "if" part of the Factor Theorem.

Therefore, we have proven that a polynomial p(x)p(x) has a factor (xa)(x-a) if and only if p(a)=0p(a) = 0.