Difference between revisions of "2013 Canadian MO Problems/Problem 1"
Line 51: | Line 51: | ||
<math>\left( c_1-c_0+\sum_{i=1}^{2}(-1)^{i-1}\binom{i}{i-1}c_i+\sum_{i=0}^{2}(-1)^{i}\binom{i}{i}c_i \right)x</math> | <math>\left( c_1-c_0+\sum_{i=1}^{2}(-1)^{i-1}\binom{i}{i-1}c_i+\sum_{i=0}^{2}(-1)^{i}\binom{i}{i}c_i \right)x</math> | ||
+ | |||
+ | <math>\left( c_1-c_0+\binom{1}{0}c_1-\binom{2}{1}c_2+c_0-c_1+c_2\right)x</math> | ||
+ | |||
+ | <math>\left( c_1-c_0+c_1-2c_2+c_0-c_1+c_2\right)x</math> | ||
+ | |||
+ | <math>\left(c_1-c_2\right)x</math> | ||
+ | |||
+ | Therefore <math>c_1-c_2=0</math>, thus <math>c_1=c_2</math> satisfies the condition for <math>F(x)</math> to be a constant polynomial. | ||
~Tomas Diaz. orders@tomasdiaz.com | ~Tomas Diaz. orders@tomasdiaz.com | ||
{{alternate solutions}} | {{alternate solutions}} |
Revision as of 00:09, 27 November 2023
Problem
Determine all polynomials with real coefficients such that is a constant polynomial.
Solution
Let
In order for the new polynomial to be a constant, all the coefficients in front of for need to be zero.
So we start by looking at the coefficient in front of :
Since ,
We then evaluate the term of the sum when :
Therefore all coefficients for are zero.
That is,
So now we just need to find and
So, we look at the coefficient in front of in :
Since =0 for :
Therefore , thus satisfies the condition for to be a constant polynomial.
~Tomas Diaz. orders@tomasdiaz.com
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.