Find the remainder of a division

In summary, the conversation discusses finding the remainder of two divisions involving polynomials. It is stated that the remainder must be of lower degree than the divisor and that it can be determined by evaluating the polynomial at the zeros of the divisor. It is also clarified that there may be a typo in the reasoning provided.
  • #1
pixel01
688
1
Hi all!

Could anyone help telling me the way to find the remainder of the following divisions:

1. (x^2006+x^1996+x^1981+x+1):(x^2-1)

2. (x2+x3+x5+1) : [(x-1)(x-2)]

Thanks
 
Last edited:
Mathematics news on Phys.org
  • #2
Saying that "P(x) divided by U(x) is equal to quotient Q(x) with remainder R(x) means that P(x)= U(x)*Q(x)+ R(x)." Of course, R(x) has lower degree than U(x) so that, for example, if U is linear, then R(x)= r, a number. In both of your examples, U(x) is quadratic so R(x) is linear. It is also true that, if U(a)= 0 then P(a)= R(a).

So: for the first problem, Q(x)= x2- 1 which has zeroes 1 and -1. You know that the remainder is a linear function, R(x)= ax+ b, such that R(1)= 1^2006+1^1996+1^1981+1+1= ? and R(-1)= (-1)^2006+(-1)^1996+(-1)^1981+(-1)+1= ?. Two points are sufficient to determine a and b. Same idea for the second problem.
 
  • #3
HallsofIvy said:
...
So: for the first problem, Q(x)= x2- 1 which has zeroes 1 and -1. You know that the remainder is a linear function, R(x)= ax+ b, such that R(1)= 1^2006+1^1996+1^1981+1+1= ? and R(-1)= (-1)^2006+(-1)^1996+(-1)^1981+(-1)+1= ?. Two points are sufficient to determine a and b. Same idea for the second problem.


There may be a mistake in your reasoning. U(x) equals x^2-1 which has two roots at 1 and -1, not Q(x).
 
  • #4
There is a typo in his reasoning, not a mistake. Substitute Q(x) with U(x) in Hall's write-up. It doesn't matter what Q(x) is. It is just some polynomial. If U(x) is zero for some particular value of x, the product Q(x)*U(x) will also be zero at that value of x.

For a polynomial divided by a quadratic, you know that the remainder R(x) must be of the form ax+b. Since P(x) = Q(x)*U(x) + R(x), P(x) and R(X) must be equal at the zeros of U(x). Evaluating P(x) at the the zeros of U(x) provides the information needed to deduce the form of R(x).
 
  • #5
Oh, now I've got to the point:
P(x) - R(x)=U(x).Q(x)
At x=1 and x=-1, the left-hand side equals zero ..

Thank you HallsofIvy and DH.
 

1. What is the definition of "remainder" in division?

The remainder in division refers to the amount left over after dividing one number by another. For example, when dividing 10 by 3, the remainder is 1 because 10 divided by 3 is equal to 3 with a remainder of 1.

2. How do you find the remainder of a division?

To find the remainder of a division, you can use the modulo operator (%). This operator returns the remainder of a division operation. For example, 10 % 3 would return 1, as 10 divided by 3 has a remainder of 1.

3. Can the remainder of a division ever be negative?

No, the remainder of a division can never be negative. The remainder is always a positive number or zero. If the result of the division is negative, the remainder will be adjusted to make it a positive number. For example, when dividing -10 by 3, the remainder would be 2, not -1.

4. What is the significance of finding the remainder in division?

Finding the remainder in division can be helpful in various mathematical and programming applications. It can be used to check for divisibility, determine prime numbers, and perform operations on large numbers that cannot be easily divided.

5. Is there a specific method for finding the remainder in different types of division?

Yes, there are different methods for finding the remainder in different types of division. For example, the long division method is commonly used for dividing large numbers, while the Euclidean division method is used for finding the remainder of a division by a prime number. It is important to use the appropriate method depending on the numbers being divided.

Similar threads

Replies
1
Views
872
  • General Math
2
Replies
47
Views
3K
Replies
5
Views
2K
  • General Math
Replies
6
Views
1K
Replies
4
Views
1K
Replies
2
Views
2K
Replies
1
Views
830
  • General Math
Replies
3
Views
1K
  • General Math
Replies
10
Views
2K
Replies
5
Views
1K
Back
Top