Difference between revisions of "1975 USAMO Problems/Problem 3"
m (→Solution 2) |
m (Edits) |
||
| Line 3: | Line 3: | ||
==Solution== | ==Solution== | ||
| − | Let <math>Q(x) = (x+1)P(x) - x</math> | + | Let <math>Q(x) = (x+1)P(x) - x</math>, and clearly, <math>Q(x)</math> has a degree of <math>n+1</math>. |
| − | Then, for <math>k=0,1,2,\ldots,n</math>, <math>Q(k) = (k+1)P(k) - k = (k+1)\dfrac{k}{k+1} - k = 0</math>. | + | Then, for <math>k=0,1,2,\ldots,n</math>, <math>Q(k) = (k+1)P(k) - k = (k+1)\cdot \dfrac{k}{k+1} - k = 0</math>. |
Thus, <math>k=0,1,2,\ldots,n</math> are the roots of <math>Q(x)</math>. | Thus, <math>k=0,1,2,\ldots,n</math> are the roots of <math>Q(x)</math>. | ||
| − | Since these are all <math>n+1</math> of the roots, we can write <math>Q(x)</math> as | + | Since these are all <math>n+1</math> of the roots of the <math>n+1^{\text{th}}</math> degree polynomial, we can write <math>Q(x)</math> as <cmath>Q(x) = c(x)(x-1)(x-2) \cdots (x-n)</cmath> where <math>c</math> is a constant. |
| − | Thus, < | + | Thus, <cmath>(x+1)P(x) - x = c(x)(x-1)(x-2) \cdots (x-n).</cmath> |
| − | + | We plug in <math>x = -1</math> to cancel the <math>(x+1)P(x)</math> and find <math>c</math>: | |
| − | < | + | <cmath>\begin{align*} |
| + | -(-1) &= c(-1)(-1-1)(-1-2) \cdots (-1-n) \\ | ||
| + | 1 &= c(-1)^{n+1}(1)(2) \cdots (n+1) \\ | ||
| + | c &= (-1)^{n+1}\dfrac{1}{(n+1)!} \\ | ||
| + | \end{align*}</cmath> | ||
| − | <math> | + | Finally, plugging in <math>x = n+1</math> to find <math>P(n+1)</math> gives: |
| − | < | + | <cmath>\begin{align*} |
| + | Q(n+1)&=(n+2)P(n+1)-(n+1)\\ | ||
| + | (-1)^{n+1}\dfrac{1}{(n+1)!}\cdot(n+1)! &=(n+2)P(n+1)-(n+1)\\ | ||
| + | (-1)^{n+1}&=(n+2)P(n+1)-(n+1)\\ | ||
| + | (-1)^{n+1}+(n+1)&=(n+2)P(n+1)\\ | ||
| + | P(n+1) &= \dfrac{(-1)^{n+1} + (n+1)}{n+2}\\ | ||
| + | \end{align*}</cmath> | ||
| − | + | If <math>n</math> is even, this simplifies to <math>P(n+1) = \dfrac{n}{n+2}</math>. If <math>n</math> is odd, this simplifies to <math>P(n+1) = 1</math>. <math>\Box</math> | |
| − | + | ~Edits by BakedPotato66 | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Solution 2== | ==Solution 2== | ||
Revision as of 16:17, 9 August 2021
Contents
Problem
If
denotes a polynomial of degree
such that
for
, determine
.
Solution
Let
, and clearly,
has a degree of
.
Then, for
,
.
Thus,
are the roots of
.
Since these are all
of the roots of the
degree polynomial, we can write
as
where
is a constant.
Thus,
We plug in
to cancel the
and find
:
Finally, plugging in
to find
gives:
If
is even, this simplifies to
. If
is odd, this simplifies to
.
~Edits by BakedPotato66
Solution 2
It is fairly natural to use Lagrange's Interpolation Formula on this problem:
through usage of the Binomial Theorem.
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.
See Also
| 1975 USAMO (Problems • Resources) | ||
| Preceded by Problem 2 |
Followed by Problem 4 | |
| 1 • 2 • 3 • 4 • 5 | ||
| All USAMO Problems and Solutions | ||
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.