If $ P(x),Q(x),R(x)$, and $ S(x)$ are all polynomials such that \[ P(x^5)+xQ(x^5)+x^2R(x^5)=(x^4+x^3+x^2+x+1)S(x),\] prove that $ x-1$ is a factor of $ P(x)$.
Problem
Source: 1976 USAMO Problem 5
Tags: algebra, polynomial, linear algebra, matrix
04.04.2010 06:53
04.04.2010 07:51
04.04.2010 17:08
Blah yeah I knew I'd make some mistakes last night anyway.
04.04.2010 17:16
Can we generalize the problem?
23.08.2012 23:30
24.08.2012 04:02
!976 USA MO, Problem 5.
18.03.2013 12:04
Sorry, but why can't I just
22.12.2014 19:36
bump; also curious about above question
29.09.2015 02:28
Here's a faster solution. Let $\omega$ be a primitive $5$th root of unity, and observe that for $x = 1, 2, 3, 4$, $P(1)+\omega^xQ(1)+\omega^{2x}R(1) = 0$. Hence $\omega, \omega^2, \omega^3$, and $\omega^4$ are roots of the quadratic equation $P(1)+xQ(1)+x^2R(1)$. A quadratic null at 3 different places must be null everywhere, implying $R(1)=Q(1)=P(1)=0$, so we're done.
15.04.2021 00:13
Is there a way to conclude without using roots of unity or something like that? Not too familiar with such things.
15.04.2021 02:59
OlympusHero wrote:
Is there a way to conclude without using roots of unity or something like that? Not too familiar with such things. I don’t think there is a way without roots of unity.
22.04.2021 06:13
Let $K(x)$ denote the given assertion, and let $\omega$ be a primitive $5$th root of unity. $$\begin{cases}K(1)&\Rightarrow P(1) P(1)+Q(1)+R(1)=5S(1)\\ K(\omega)&\Rightarrow P(1)+\omega Q(1)+\omega^2R(1)=0\\ K\left(\omega^2\right)&\Rightarrow P(1)+\omega^2Q(1)+\omega^4R(1)=0\\ K\left(\omega^3\right)&\Rightarrow P(1)+\omega^3Q(1)+\omega R(1)=0\\ K\left(\omega^4\right)&\Rightarrow P(1)+\omega^4Q(1)+\omega^3R(1)=0\end{cases}$$Adding up all of these yields $P(1)=S(1)$. Hence: $$\begin{cases}Q(1)+R(1)=4S(1)\\ \omega Q(1)+\omega^2R(1)+S(1)=0\\ \omega^2Q(1)+\omega^4R(1)+S(1)=0\\ \omega^3Q(1)+\omega R(1)+S(1)=0\\ \omega^4Q(1)+\omega^3 R(1)+S(1)=0\end{cases}$$which is more than enough. Solving the system, we easily get $P(1)=0$, which completes the proof. $\square$
09.01.2022 04:44
lrjr24 wrote: OlympusHero wrote:
Is there a way to conclude without using roots of unity or something like that? Not too familiar with such things. I don’t think there is a way without roots of unity. There is a way. Let $T\colon\mathbb R[x]\to\mathbb R^5$ be the function given by \[ \sum a_kx^k\mapsto\left(\sum_{5\mid k}a_k,\sum_{5\mid k-1}a_k,\ldots,\sum_{5\mid k-4}a_k\right). \]It is clear that \[ T(P(x^5)+xQ(x^5)+x^2R(x^5))=(P(1),Q(1),R(1),0,0). \]It is also easy to see that \[ T((x^4+x^3+x^2+x+1)S(x))=(S(1),S(1),S(1),S(1),S(1)). \]Since $P(x^5)+xQ(x^5)+x^2R(x^5)=(x^4+x^3+x^2+x+1)S(x)$, these two must be equal, giving \[ P(1)=Q(1)=R(1)=S(1)=0. \]Hence, $x-1\mid P(x)$. $\blacksquare$
14.04.2023 08:25