Two integers are said to be relatively prime if their highest common factor is 1. If a and
b are relatively prime it is possible to find integers x and y such that ax + by = 1. For
example 51 and 44 are relatively prime.
Repeated use of the division identity
leads to:
51 = 44 × 1 + 7
44 = 7 × 6 + 2
7 = 3 × 2 + 1
Reversing these steps leads to:
1 = 7 − 3 × 2
= 7− 3(44 − 7 × 6)
= 19 × 7 − 3 × 44
= 19(51 − 44 × 1) − 3 × 44
= 19 × 51 − 22 × 44
(a) Use this method to find integers a and b such that 87a + 19b = 1
(b) Find polynomials A(x) and B(x) such that 1 = A(x)(x^2−x)+B(x)(x^4+4x^2−4x+4).
I was able to complete part (a), however, part (b) seemed impossible.
Here are the three equations I have come up with so far:
x^4 +4x^2-4x+4 = (x^2-x)(x^2 + x +5)+ x+4 (1)
x^2-x = (x+4)(x-5) + 20
x+4 = (20(x+3))/20 + 1
I am unable to solve them simultaneously.
Please help.
b are relatively prime it is possible to find integers x and y such that ax + by = 1. For
example 51 and 44 are relatively prime.
Repeated use of the division identity
leads to:
51 = 44 × 1 + 7
44 = 7 × 6 + 2
7 = 3 × 2 + 1
Reversing these steps leads to:
1 = 7 − 3 × 2
= 7− 3(44 − 7 × 6)
= 19 × 7 − 3 × 44
= 19(51 − 44 × 1) − 3 × 44
= 19 × 51 − 22 × 44
(a) Use this method to find integers a and b such that 87a + 19b = 1
(b) Find polynomials A(x) and B(x) such that 1 = A(x)(x^2−x)+B(x)(x^4+4x^2−4x+4).
I was able to complete part (a), however, part (b) seemed impossible.
Here are the three equations I have come up with so far:
x^4 +4x^2-4x+4 = (x^2-x)(x^2 + x +5)+ x+4 (1)
x^2-x = (x+4)(x-5) + 20
x+4 = (20(x+3))/20 + 1
I am unable to solve them simultaneously.
Please help.