ihggin
- 14
- 0
Here is a potentially neat problem. Let x(t),y(t) (for all t\in \mathbb{R}) be polynomials in t. Prove that for any x(t),y(t) there exists a non-zero polynomial f(x,y) in 2 variables such that f(x(t),y(t))=0 for all t. The strategy is to show that for n sufficiently large, the polynomials x(t)^{i}y(t)^{j} with 0\leq i,j \leq n are linearly dependent.
For example, suppose we are given x(t)=t and y(t)=t^2 + 1. Then the polynomial f(x,y)=1-y+x^2 would be a non-zero polynomial such that f(x(t),y(t)) = 1 - (t^2 +1) + t^2 = 0 for all t \in \mathbb{R}.
My attempt: say x(t) is of degree a and y(t) is of degree b. Then we can take n=ab, as we will then have two terms: c_{0a}y^{a} and c_{b0}x^{b} with the same highest degree of t: ab. I then tried to prove that the number of ordered pairs (i,j), such that ia+jb \leq ab, is greater than ab, so that we would have at least as many variables c_{ij} as we have equations (ab) to solve, so that we can always find a solution to f(x(t),y(t))=\sum_{i,j} c_{ij} x(t)^i y(t)^j being zero. However, I played around with trying to prove this inequality and I don't think it's true.
Does anyone have any ideas on how to solve this problem?
For example, suppose we are given x(t)=t and y(t)=t^2 + 1. Then the polynomial f(x,y)=1-y+x^2 would be a non-zero polynomial such that f(x(t),y(t)) = 1 - (t^2 +1) + t^2 = 0 for all t \in \mathbb{R}.
My attempt: say x(t) is of degree a and y(t) is of degree b. Then we can take n=ab, as we will then have two terms: c_{0a}y^{a} and c_{b0}x^{b} with the same highest degree of t: ab. I then tried to prove that the number of ordered pairs (i,j), such that ia+jb \leq ab, is greater than ab, so that we would have at least as many variables c_{ij} as we have equations (ab) to solve, so that we can always find a solution to f(x(t),y(t))=\sum_{i,j} c_{ij} x(t)^i y(t)^j being zero. However, I played around with trying to prove this inequality and I don't think it's true.
Does anyone have any ideas on how to solve this problem?