Difference between revisions of "1976 IMO Problems/Problem 6"
(→Solution) |
|||
Line 13: | Line 13: | ||
Let the sequence <math>(x_n)_{n \geq 0}</math> be defined as | Let the sequence <math>(x_n)_{n \geq 0}</math> be defined as | ||
− | + | <cmath>x_{0}=0,x_{1}=1, x_{n}=x_{n-1}+2x_{n-2}</cmath> | |
− | x_{0}=0,x_{1}=1, x_{n}=x_{n-1}+2x_{n-2} | ||
− | |||
We notice | We notice | ||
<cmath>x_n=\frac{2^n-(-1)^n}{3}</cmath> | <cmath>x_n=\frac{2^n-(-1)^n}{3}</cmath> | ||
− | Because the roots of the characteristic polynomial <math>x_{n}=x_{n-1}+2x_{n-2}</math> are <math>-1</math> and <math>2</math>. | + | Because the roots of the characteristic polynomial <math>x_{n}=x_{n-1}+2x_{n-2}</math> are <math>-1</math> and <math>2</math>. |
+ | |||
+ | We also see <math>\frac{2^1-(-1)^1}{3}=1=x_1</math>, <math>\frac{2^2-(-1)^2}{3}=1=x_2</math> | ||
We want to prove | We want to prove | ||
<cmath>2^{x_{n}-2x_{n-1}}+2^{-x_{n}+2x_{n-1}}=2^{x_1}+2^{-x_1}</cmath> | <cmath>2^{x_{n}-2x_{n-1}}+2^{-x_{n}+2x_{n-1}}=2^{x_1}+2^{-x_1}</cmath> | ||
Line 64: | Line 64: | ||
Finally we conclude | Finally we conclude | ||
<cmath>\left[a_n\right]=2^{\frac{2^n-(-1)^n}{3}}</cmath> | <cmath>\left[a_n\right]=2^{\frac{2^n-(-1)^n}{3}}</cmath> | ||
+ | |||
+ | ==Solution 2== | ||
+ | |||
+ | We note that there is a slightly easier claim that can be proved also by induction. By testing out smaller terms, one sees that | ||
+ | |||
+ | <cmath>u_n= 2^{\frac{2^n-(-1)^n}{3}} + 2^{- \frac{2^n-(-1)^n}{3}}</cmath> | ||
+ | |||
+ | for <math>n=1,2,3</math> (note that since we are using strong induction to prove this result this suffices as the base case). | ||
+ | |||
+ | Suppose that the equation above holds for all <math>k \le n</math>. Then for <math>n+1</math>, one have | ||
+ | |||
+ | <cmath>\begin{align*} | ||
+ | u_{n+1} &= u_n (u_{n-1} ^2 -2) -u_1 \\ | ||
+ | &= (2^{\frac{2^n-(-1)^n}{3}}+2^{- \frac{2^n-(-1)^n}{3}}) \cdot ( (2^{\frac{2^{n-1}-(-1)^{n-1}}{3}}+2^{- \frac{2^{n-1}-(-1)^{n-1}}{3}} )^2 -2) - \frac{5}{2} \\ | ||
+ | &= (2^{\frac{2^n-(-1)^n}{3}}+2^{- \frac{2^n-(-1)^n}{3}}) \cdot ( (2^{\frac{2^{n-1}-(-1)^{n-1}}{3}})^2 + (2^{- \frac{2^{n-1}-(-1)^{n-1}}{3}})^2 )- \frac{5}{2} \\ | ||
+ | &= (2^{\frac{2^n-(-1)^n}{3}}+2^{- \frac{2^n-(-1)^n}{3}}) \cdot (2^{\frac{2^{n}-2 \cdot (-1)^{n-1}}{3}} + 2^{- \frac{2^{n}-2 \cdot (-1)^{n-1}}{3}})- \frac{5}{2} \\ | ||
+ | &= 2^{\frac{2^n-(-1)^n}{3} + \frac{2^{n}-2 \cdot (-1)^{n-1}}{3}} + 2^{- \frac{2^n-(-1)^n}{3} - \frac{2^{n}-2 \cdot (-1)^{n-1}}{3}} + 2^{(-1)^n} + 2^{-(-1)^n} -\frac{5}{2} \\ | ||
+ | &= 2^{\frac{2^n-(-1)^n}{3} + \frac{2^{n}-2 \cdot (-1)^{n-1}}{3}} + 2^{- \frac{2^n-(-1)^n}{3} - \frac{2^{n}-2 \cdot (-1)^{n-1}}{3}} \\ | ||
+ | &= 2^{\frac{2^{n+1}-(-1)^{n+1}}{3}}+2^{- \frac{2^{n+1}-(-1)^{n+1}}{3}} | ||
+ | \end{align*}</cmath> | ||
+ | |||
+ | as desired. The strong induction proves our claim. Now, it is rather obvious that <math>2^{- \frac{2^n-(-1)^n}{3}}</math> is between 0 and 1, so indeed our claim proves the result. <math>\square</math> | ||
+ | |||
+ | ~[[Ddk001]] | ||
== See also == | == See also == | ||
{{IMO box|year=1976|num-b=5|after=Final Question}} | {{IMO box|year=1976|num-b=5|after=Final Question}} |
Latest revision as of 20:57, 28 May 2025
Contents
Problem
A sequence is defined by
Prove that for any positive integer we have
(where denotes the smallest integer
)
Solution
Let the sequence be defined as
We notice
Because the roots of the characteristic polynomial
are
and
.
We also see ,
We want to prove
This is done by induction
Base Case:
For ses det
Inductive step:
Assume
We notice
We then want to show
This can be done using induction
Base Case
For , it is clear that
and
Therefore, the base case is proved.
Inductive Step
Assume for all natural at
\newline
Then we have that:
From our first induction proof we have that:
Then:
We notice
, Because
and
, for all
Finally we conclude
Solution 2
We note that there is a slightly easier claim that can be proved also by induction. By testing out smaller terms, one sees that
for (note that since we are using strong induction to prove this result this suffices as the base case).
Suppose that the equation above holds for all . Then for
, one have
as desired. The strong induction proves our claim. Now, it is rather obvious that is between 0 and 1, so indeed our claim proves the result.
See also
1976 IMO (Problems) • Resources | ||
Preceded by Problem 5 |
1 • 2 • 3 • 4 • 5 • 6 | Followed by Final Question |
All IMO Problems and Solutions |