Difference between revisions of "1973 IMO Problems/Problem 1"
Line 13: | Line 13: | ||
==Remarks (added by pf02, May 2025)== | ==Remarks (added by pf02, May 2025)== | ||
− | + | The "solution" given above is somewhat incomplete. It simply | |
− | + | shoves the difficulty of the problem into the phrase "... so their | |
− | problem into the phrase "... so their sum has norm <math>\ge 1</math>, and | + | sum has norm <math>\ge 1</math>, and we're done." Indeed, while true, this |
− | we're done." Indeed, | + | is not obvious, and it needs a proof. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Below, I will fill in the gaps in the first "solution". Then, | |
− | + | I will give two more solutions. | |
− | |||
− | + | ||
− | + | ==Solution with gaps filled in== | |
+ | |||
+ | Let <math>n = 2k - 1</math>. We give a proof by induction on <math>k</math>. | ||
+ | |||
+ | For <math>k = 0</math>, we have one vector <math>\overrightarrow{OP_1}</math> whose | ||
+ | norm (i.e. length) is <math>1</math>, so we are done. | ||
+ | |||
+ | Assume the statement is true for <math>0, 1, \dots, k - 1</math> and prove | ||
+ | that it is true for <math>k</math>. For ease of visualization, assume the | ||
+ | plane to have <math>x, y</math> axes, <math>g</math> to be the line <math>y = 0</math>, and | ||
+ | <math>O = (0, 0)</math>. Let <math>n = 2k + 1</math>. Assume the vectors are determined | ||
+ | by <math>P_i = (\cos \alpha_i, \sin \alpha_1)</math>, such that | ||
+ | <math>0 < \alpha_1 \le \alpha_2 \le \dots \le \alpha_n < \pi</math>. | ||
+ | |||
+ | Let <math>Q_1 = P_1, Q_3 = P_n</math> and <math>Q_2</math> be determined by | ||
+ | <math>\overrightarrow{OQ_2} = \overrightarrow{OP_2} + \dots + \overrightarrow{OP_{n-1}}</math> | ||
+ | (like in the solution above). Since <math>\overrightarrow{OQ_2}</math> is the | ||
+ | sum of <math>n - 2 = 2k - 1</math> unit vectors on one side of <math>y = 0</math>, its norm | ||
+ | is <math>\ge 1</math> (because of the induction hypothesis). Let us say that | ||
+ | <math>Q_2 = (a \cos \beta, a \sin \beta)</math>.. We want to show that the norm | ||
+ | <math>\left| \overrightarrow{OQ_1} + \overrightarrow{OQ_2} + \overrightarrow{OQ_3} \right| \ge 1</math>. | ||
+ | |||
+ | Since <math>\overrightarrow{OQ_1}, \overrightarrow{OQ_3}</math> are unit vectors | ||
+ | whose angles with the positive direction of the <math>x</math>-axis are | ||
+ | <math>0 < \alpha_1 \le \alpha_n < \pi</math> the direction of | ||
+ | <math>\overrightarrow{OQ_1} + \overrightarrow{OQ_3}</math> is <math>\frac{\alpha_1 + \alpha_n}{2}</math>. | ||
+ | Since <math>\alpha_1 \le \beta \le \alpha_n</math>, the angle between | ||
+ | <math>\overrightarrow{OQ_1} + \overrightarrow{OQ_3}</math> and <math>\overrightarrow{OQ_2}</math> | ||
+ | is <math>\le \frac{\pi}{2}</math>. | ||
+ | |||
+ | Now use that the norm of <math>\overrightarrow{OQ_2}</math> is <math>a \ge 1</math>, and the | ||
+ | general fact that if the angle between two vectors | ||
+ | <math>\overrightarrow{u}, \overrightarrow{v}</math> is <math>\le \frac{\pi}{2}</math>, then | ||
+ | <math>\left| \overrightarrow{u} + \overrightarrow{v} \right| \ge | ||
+ | \max \{ \left| \overrightarrow{u} \right|, \left| \overrightarrow{v} \right| \}</math>. | ||
+ | |||
+ | It follows that | ||
+ | <math>\left| \overrightarrow{OQ_1} + \overrightarrow{OQ_2} + \overrightarrow{OQ_3} \right| = | ||
+ | \left| (\overrightarrow{OQ_1} + \overrightarrow{OQ_3}) + \overrightarrow{OQ_2} \right| \ge | ||
+ | \max \left\{ \left| \overrightarrow{OQ_1} + \overrightarrow{OQ_3} \right|, a \right\} \ge | ||
+ | a \ge 1</math>. | ||
+ | |||
+ | To finish the proof, let us show this general fact about | ||
+ | <math>\overrightarrow{u}, \overrightarrow{v}</math> forming an angle <math>\le \frac{\pi}{2}</math>. | ||
+ | Let <math>\overrightarrow{u} = \overrightarrow{OA}, \overrightarrow{v} = \overrightarrow{OB}</math> | ||
+ | and <math>\overrightarrow{u} + \overrightarrow{v} = \overrightarrow{OC}</math>. | ||
+ | |||
+ | Let <math>a, b, c</math> be the lengths of the segments <math>OA, OB, OC</math>. Consider | ||
+ | the triangle <math>\triangle OAC</math>. The cosine formula in <math>\triangle OAC</math> | ||
+ | yields <math>c^2 = a^2 + b^2 - 2ab\cos C</math>. Since <math>\angle C</math> is | ||
+ | obtuse, we have <math>\cos C \le 0</math>, so <math>c^2 \ge a^2 + b^2 \ge \max \{a^2, b^2\}</math>. | ||
+ | This implies <math>c \ge \max \{ a, b \}</math>. | ||
==Solution 2== | ==Solution 2== | ||
+ | |||
+ | |||
+ | |||
Revision as of 18:29, 15 May 2025
Contents
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)
The "solution" given above is somewhat incomplete. It simply
shoves the difficulty of the problem into the phrase "... so their
sum has norm , and we're done." Indeed, while true, this
is not obvious, and it needs a proof.
Below, I will fill in the gaps in the first "solution". Then, I will give two more solutions.
Solution with gaps filled in
Let . We give a proof by induction on
.
For , we have one vector
whose
norm (i.e. length) is
, so we are done.
Assume the statement is true for and prove
that it is true for
. For ease of visualization, assume the
plane to have
axes,
to be the line
, and
. Let
. Assume the vectors are determined
by
, such that
.
Let and
be determined by
(like in the solution above). Since
is the
sum of
unit vectors on one side of
, its norm
is
(because of the induction hypothesis). Let us say that
.. We want to show that the norm
.
Since are unit vectors
whose angles with the positive direction of the
-axis are
the direction of
is
.
Since
, the angle between
and
is
.
Now use that the norm of is
, and the
general fact that if the angle between two vectors
is
, then
.
It follows that
.
To finish the proof, let us show this general fact about
forming an angle
.
Let
and
.
Let be the lengths of the segments
. Consider
the triangle
. The cosine formula in
yields
. Since
is
obtuse, we have
, so
.
This implies
.
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 |