- #1
- 6
- 0
Problem: Let R=Q[y] and suppose f,g \in F[x] both have degree 10 with respect to x and degree 6 with respect to y. Suppose h = gcd(f,g) has degree 4 with respect to x and degree 2 with respect to y. Derive an upper bound (as good as possible) on the number of distinct integers i such that gcd(f(x,i), g(x,i)) \in Q[x] has degree not equal to 4.
Start of solution: We can write h as h=p4(y)x4+p3(y)x3+p2(y)x2+p1(y)x + p0(y), where each pi is a polynomial of degree at most 2 in y. Then there exist at most 2 integers i that cause p4(y) to evaluate to zero, thus dropping the degree of h.
Also, evaluating f(x,i) is equivalent to computing f(x,y) mod (y-i). I know that there are results that say precisely when gcd(f mod i, g mod i) = gcd(f,g) mod i, and I suspect that these are required to find the remainder of the cases. But that's about as far as I can get. What results should I use to proceed?
Start of solution: We can write h as h=p4(y)x4+p3(y)x3+p2(y)x2+p1(y)x + p0(y), where each pi is a polynomial of degree at most 2 in y. Then there exist at most 2 integers i that cause p4(y) to evaluate to zero, thus dropping the degree of h.
Also, evaluating f(x,i) is equivalent to computing f(x,y) mod (y-i). I know that there are results that say precisely when gcd(f mod i, g mod i) = gcd(f,g) mod i, and I suspect that these are required to find the remainder of the cases. But that's about as far as I can get. What results should I use to proceed?