Difference between revisions of "1973 IMO Problems/Problem 1"
(→Solution) |
|||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
+ | |||
Point <math>O</math> lies on line <math>g;</math> <math>\overrightarrow{OP_1}, \overrightarrow{OP_2},\cdots, \overrightarrow{OP_n}</math> are unit vectors such that points <math>P_1, P_2, \cdots, P_n</math> all lie in a plane containing <math>g</math> and on one side of <math>g.</math> Prove that if <math>n</math> is odd, <cmath>\left|\overrightarrow{OP_1}+\overrightarrow{OP_2}+\cdots+ \overrightarrow{OP_n}\right|\ge1.</cmath> Here <math>\left|\overrightarrow{OM}\right|</math> denotes the length of vector <math>\overrightarrow{OM}.</math> | Point <math>O</math> lies on line <math>g;</math> <math>\overrightarrow{OP_1}, \overrightarrow{OP_2},\cdots, \overrightarrow{OP_n}</math> are unit vectors such that points <math>P_1, P_2, \cdots, P_n</math> all lie in a plane containing <math>g</math> and on one side of <math>g.</math> Prove that if <math>n</math> is odd, <cmath>\left|\overrightarrow{OP_1}+\overrightarrow{OP_2}+\cdots+ \overrightarrow{OP_n}\right|\ge1.</cmath> Here <math>\left|\overrightarrow{OM}\right|</math> denotes the length of vector <math>\overrightarrow{OM}.</math> | ||
+ | |||
==Solution== | ==Solution== | ||
+ | |||
We prove it by induction on the number <math>2n+1</math> of vectors. The base step (when we have one vector) is clear, and for the induction step we use the hypothesis for the <math>2n-1</math> vectors obtained by disregarding the outermost two vectors. We thus get a vector with norm <math>\ge 1</math> betwen two with norm <math>1</math>. The sum of the two vectors of norm <math>1</math> makes an angle of <math>\le\frac\pi 2</math> with the vector of norm <math>\ge 1</math>, so their sum has norm <math>\ge 1</math>, and we're done. | We prove it by induction on the number <math>2n+1</math> of vectors. The base step (when we have one vector) is clear, and for the induction step we use the hypothesis for the <math>2n-1</math> vectors obtained by disregarding the outermost two vectors. We thus get a vector with norm <math>\ge 1</math> betwen two with norm <math>1</math>. The sum of the two vectors of norm <math>1</math> makes an angle of <math>\le\frac\pi 2</math> with the vector of norm <math>\ge 1</math>, so their sum has norm <math>\ge 1</math>, and we're done. | ||
The above solution was posted and copyrighted by grobber. The original thread for this problem can be found here: [https://aops.com/community/p357939] | The above solution was posted and copyrighted by grobber. The original thread for this problem can be found here: [https://aops.com/community/p357939] | ||
+ | |||
+ | |||
+ | ==Remarks (added by pf02, May 2025)== | ||
+ | |||
+ | 1. The "solution" given above is so incomplete that it can not | ||
+ | be called a solution. It simply shoves the difficulty of the | ||
+ | problem into the phrase "... so their sum has norm <math>\ge 1</math>, and | ||
+ | we're done." Indeed, we don't know that their sum has norm | ||
+ | <math>\ge 1</math>. This is exactly what we have to prove. To make this | ||
+ | difficulty clear, imagine <math>n = 3</math> (I am referring to <math>n</math> from | ||
+ | the statement of the problem, not the one from the "solution", | ||
+ | which should have been "k", so that <math>n = 2k - 1</math>; so the parameter | ||
+ | from the proof is <math>k = 3</math>). Take | ||
+ | <math>P_1 = (\cos \epsilon_1, \sin \epsilon_1)</math>, | ||
+ | <math>P_2 = (\cos (\pi/3), \sin (\pi/3))</math>, | ||
+ | <math>P_3 = (\cos (\pi - \epsilon_2), \sin (\pi - \epsilon_2))</math>, | ||
+ | where <math>\epsilon_1, \epsilon_2</math> are very small positive numbers | ||
+ | (and, assume <math>O = (0, 0)</math>, and <math>g</math> given by <math>y = 0</math>.) | ||
+ | Then <math>\overrightarrow{OP_1} + \overrightarrow{OP_3}</math> has a | ||
+ | very small norm, and its direction depends on <math>\epsilon_1, \epsilon_2</math>. | ||
+ | It is not clear at all that adding | ||
+ | <math>\overrightarrow{OP_1} + \overrightarrow{OP_3}</math> to <math>\overrightarrow{OP_2}</math> | ||
+ | has norm <math>\ge 1</math>. (It is true, but it needs a proof!) | ||
+ | |||
+ | 2. Below, I will give a proof, which follows the idea from the proof | ||
+ | given above in the sense that it uses induction, but it fills in the | ||
+ | details of the essential step. | ||
+ | |||
+ | 3. Then, I will give a second proof, which uses the same argument, | ||
+ | but it proves the problem directly, without using induction. | ||
+ | |||
+ | |||
+ | ==Solution 2== | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [TO BE CONTINUED] | ||
+ | |||
{{alternate solutions}} | {{alternate solutions}} |
Revision as of 13:02, 15 May 2025
Problem
Point lies on line
are unit vectors such that points
all lie in a plane containing
and on one side of
Prove that if
is odd,
Here
denotes the length of vector
Solution
We prove it by induction on the number of vectors. The base step (when we have one vector) is clear, and for the induction step we use the hypothesis for the
vectors obtained by disregarding the outermost two vectors. We thus get a vector with norm
betwen two with norm
. The sum of the two vectors of norm
makes an angle of
with the vector of norm
, so their sum has norm
, and we're done.
The above solution was posted and copyrighted by grobber. The original thread for this problem can be found here: [1]
Remarks (added by pf02, May 2025)
1. The "solution" given above is so incomplete that it can not
be called a solution. It simply shoves the difficulty of the
problem into the phrase "... so their sum has norm , and
we're done." Indeed, we don't know that their sum has norm
. This is exactly what we have to prove. To make this
difficulty clear, imagine
(I am referring to
from
the statement of the problem, not the one from the "solution",
which should have been "k", so that
; so the parameter
from the proof is
). Take
,
,
,
where
are very small positive numbers
(and, assume
, and
given by
.)
Then
has a
very small norm, and its direction depends on
.
It is not clear at all that adding
to
has norm
. (It is true, but it needs a proof!)
2. Below, I will give a proof, which follows the idea from the proof given above in the sense that it uses induction, but it fills in the details of the essential step.
3. Then, I will give a second proof, which uses the same argument, but it proves the problem directly, without using induction.
Solution 2
[TO BE CONTINUED]
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.
See Also
1973 IMO (Problems) • Resources | ||
Preceded by First Question |
1 • 2 • 3 • 4 • 5 • 6 | Followed by Problem 2 |
All IMO Problems and Solutions |