Difference between revisions of "2013 Canadian MO Problems/Problem 1"
Line 46: | Line 46: | ||
In fact in matrix form when solving for <math>c_i</math> for <math>i>0</math> it will look something like this: | In fact in matrix form when solving for <math>c_i</math> for <math>i>0</math> it will look something like this: | ||
− | \begin{bmatrix} | + | <math>\begin{bmatrix} |
1 & -1 & 1 & -1 & 1 & -1 & \cdots & K_{1n}\\ | 1 & -1 & 1 & -1 & 1 & -1 & \cdots & K_{1n}\\ | ||
0 & 0 & -3 & 4 & -5 & 6 & \cdots & K_{2n}\\ | 0 & 0 & -3 & 4 & -5 & 6 & \cdots & K_{2n}\\ | ||
Line 57: | Line 57: | ||
\end{bmatrix} | \end{bmatrix} | ||
\begin{bmatrix}c_1 \\c_2\\c_3\\c_4\\c_5\\c_6\\ \vdots \\ c_n \end{bmatrix} | \begin{bmatrix}c_1 \\c_2\\c_3\\c_4\\c_5\\c_6\\ \vdots \\ c_n \end{bmatrix} | ||
− | =\begin{bmatrix}0 \\0\\0\\0\\0\\0\\ \vdots \\ 0 \end{bmatrix} | + | =\begin{bmatrix}0 \\0\\0\\0\\0\\0\\ \vdots \\ 0 \end{bmatrix}</math> |
Revision as of 01:54, 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 need to be zero so that the coefficient in front of is zero.
That is, .
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 it will look something like this:
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.