Difference between revisions of "2013 Canadian MO Problems/Problem 1"
(8 intermediate revisions by the same user not shown) | |||
Line 38: | Line 38: | ||
<math>\left(\sum_{i=3}^{n}\left((-1)^{i-2}\binom{i}{i-2}+(-1)^{i-1}\binom{i}{i-1} \right)c_i\right)x^2=0</math> | <math>\left(\sum_{i=3}^{n}\left((-1)^{i-2}\binom{i}{i-2}+(-1)^{i-1}\binom{i}{i-1} \right)c_i\right)x^2=0</math> | ||
− | + | Note that since <math>c_0</math>, <math>c_1</math>, and <math>c_2</math> are not present in the expression before <math>x^2</math>, they can be anything and the coefficient in front of <math>x^2</math> is still zero because the expression before <math>x^3</math> also starts with <math>c_3</math>, and the expression before <math>x^4</math> also starts with <math>c_4</math> and so on... | |
− | + | In fact in matrix form when solving for <math>c_i</math> for for all <math>i</math>, it will look something like this: | |
− | + | <math>\begin{bmatrix} | |
+ | 2 & -1 & 1 & -1 & 1 & -1 &\cdots & K_{0n}\ | ||
+ | 0 & 1 & -1 & 2 & -3 & 4 & \cdots & K_{1n}\ | ||
+ | 0 & 0 & 0 & 0 & 2 & -5 & \cdots & K_{2n}\ | ||
+ | 0 & 0 & 0 & -1 & 2 & 0 & \cdots & K_{3n}\ | ||
+ | 0 & 0 & 0 & 0 & -2 & 5 & \cdots & K_{4n}\ | ||
+ | 0 & 0 & 0 & 0 & 0 & -3 & \cdots & K_{5n}\ | ||
+ | \vdots &\vdots &\vdots &\vdots &\vdots &\vdots &\ddots &\vdots\ | ||
+ | 0 & 0 & 0& 0& 0& 0& \cdots & -n+2 | ||
+ | \end{bmatrix} | ||
+ | \begin{bmatrix}c_0 \c_1 \c_2\c_3\c_4\c_5\ \vdots \ c_n \end{bmatrix} | ||
+ | = | ||
− | So, we look at the coefficient in front of <math>x</math> in <math>F(x)</math>: | + | This matrix is singular because the 3nd row and the 4rd row also start at the 3rd column, then all coefficients <math>c_i</math> for <math>i \ge 3</math> need to be zero so that the coefficient in front of <math>x^2</math> is zero. |
+ | |||
+ | That is, <math>c_3=c_4=c_5=\cdots =c_n=0</math>. | ||
+ | |||
+ | So now we just need to find <math>c_1</math> and <math>c_2</math>, for that we look at the coefficient in front of <math>x</math> in <math>F(x)</math>: | ||
<math>\left( c_1-c_0+\sum_{i=1}^{n}(-1)^{i-1}\binom{i}{i-1}c_i+\sum_{i=0}^{n}(-1)^{i}\binom{i}{i}c_i \right)x</math> | <math>\left( c_1-c_0+\sum_{i=1}^{n}(-1)^{i-1}\binom{i}{i-1}c_i+\sum_{i=0}^{n}(-1)^{i}\binom{i}{i}c_i \right)x</math> |
Latest revision as of 03:36, 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 :
Note that since ,
, and
are not present in the expression before
, they can be anything and the coefficient in front of
is still zero because the expression before
also starts with
, and the expression before
also starts with
and so on...
In fact in matrix form when solving for for for all
, it will look something like this:
This matrix is singular because the 3nd row and the 4rd row also start at the 3rd column, then all coefficients for
need to be zero so that the coefficient in front of
is zero.
That is, .
So now we just need to find and
, for that we look at the coefficient in front of
in
:
Since =0 for
:
Therefore , thus
satisfies the condition for
to be a constant polynomial.
So we can set and
, and all the polynomials
will be in the form:
where
~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.