Difference between revisions of "1967 IMO Problems/Problem 2"
Catoptrics (talk | contribs) m (Provided the solution.) |
m |
||
(25 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ==Problem== | |
− | <math>\ | + | Prove that if one and only one edge of a tetrahedron is greater than <math>1</math>, |
+ | then its volume is <math>\le \frac{1}{8}</math>. | ||
+ | ==Solution== | ||
+ | |||
+ | Assume <math> CD>1</math> and let <math> AB=x</math>. Let <math> P,Q,R</math> be the feet of perpendicular from <math> C</math> to <math> AB</math> and <math> \triangle ABD</math> and from <math> D</math> to <math> AB</math>, respectively. | ||
+ | |||
+ | Suppose <math> BP>PA</math>. We have that <math> CP=\sqrt{CB^2-BT^2}\le\sqrt{1-\frac{x^2}4}</math>, <math> CQ\le CP\le\sqrt{1-\frac{x^2}4}</math>. We also have <math> DQ^2\le\sqrt{1-\frac{x^2}4}</math>. So the volume of the tetrahedron is <math> \frac13\left(\frac12\cdot AB\cdot DR\right)CQ\le\frac{x}6\left(1-\frac{x^2}4\right)</math>. | ||
+ | |||
+ | We want to prove that this value is at most <math> \frac18</math>, which is equivalent to <math> (1-x)(3-x-x^2)\ge0</math>. This is true because <math> 0<x\le 1</math>. | ||
+ | |||
+ | The above solution was posted and copyrighted by jgnr. The original thread can be found here: [https://aops.com/community/p1480514] | ||
+ | |||
+ | |||
+ | ==Remarks (added by pf02, September 2024)== | ||
+ | |||
+ | The solution above is essentially correct, and it is nice, but it is | ||
+ | so sloppily written that it borders the incomprehensible. Below I | ||
+ | will give an edited version of it for the sake of completeness. | ||
+ | |||
+ | Then, I will give a second solution to the problem. | ||
+ | |||
+ | A few notes which may be of interest. | ||
+ | |||
+ | The condition that one side is greater than <math>1</math> is not really | ||
+ | necessary. The statement is true even if all sides are <math>\le 1</math>. | ||
+ | What we need is that no more than one side is <math>> 1</math>. | ||
+ | |||
+ | The upper limit of <math>1/8</math> for the volume of the tetrahedron | ||
+ | is actually reached. This will become clear from both solutions. | ||
+ | |||
+ | |||
+ | ==Solution== | ||
+ | |||
+ | Assume that five of the edges are <math>\le 1</math>. Take them to be the | ||
+ | edges other than <math>CD</math>. Denote <math>AB = x</math>. Let <math>P, Q, R</math> be the | ||
+ | feet of perpendiculars from <math>C</math> to <math>AB</math>, from <math>C</math> to the plane | ||
+ | <math>ABD</math>, and from <math>D</math> to <math> AB</math>, respectively. | ||
+ | |||
+ | [[File:Prob_1967_2_fig1.png|600px]] | ||
+ | |||
+ | At least one of the segments <math>AP, PB</math> has to be <math>\ge \frac{x}{2}</math>. | ||
+ | Suppose <math>PB \ge \frac{x}{2}</math>. (If <math>AP</math> were bigger that <math>\frac{x}{2}</math> | ||
+ | the argument would be the same.) We have that | ||
+ | <math>CP = \sqrt{BC^2 - PB^2} \le \sqrt{1 - \frac{x^2}{4}}</math>. By the same | ||
+ | argument in <math>\triangle ABD</math> we have <math>DR \le \sqrt{1 - \frac{x^2}{4}}</math>. | ||
+ | Since <math>CQ \perp</math> plane <math>ABD</math>, we have <math>CQ \le CP</math>, so | ||
+ | <math>CQ \le \sqrt{1 - \frac{x^2}{4}}</math>. | ||
+ | |||
+ | The volume <math>V</math> of the tetrahedron is | ||
+ | |||
+ | <math>V = \frac{1}{3} \cdot (</math>area of <math>\triangle ABD) \cdot </math>(height from <math>C) = | ||
+ | \frac{1}{3} \cdot \left( \frac{1}{2} \cdot AB \cdot DR \right) \cdot CQ \le | ||
+ | \left( \frac{1}{6} \cdot x \cdot \sqrt{1 - \frac{x^2}{4}} \cdot \sqrt{1 - \frac{x^2}{4}} \right) = | ||
+ | \frac{x}{6} \left( 1 - \frac{x^2}{4} \right)</math>. | ||
+ | |||
+ | We need to prove that <math>\frac{x}{6} \left( 1 - \frac{x^2}{4} \right) \le \frac{1}{8}</math>. | ||
+ | Some simple computations show that this is the same as <math>(1 - x)(3 - x - x^2) \ge 0</math>. | ||
+ | This is true because <math>0 < x \le 1</math>, and <math>-x^2 - x + 3 > 0</math> on the interval <math>(0, 1]</math>. | ||
+ | |||
+ | ===Note=== | ||
+ | |||
+ | <math>V = \frac{1}{8}</math> is achieved when <math>x = 1</math> and all inequalities | ||
+ | are equalities. This is the case when all sides except <math>CD</math> are <math>= 1</math>, | ||
+ | <math>P = R</math> are the midpoint of <math>AB</math>, and <math>Q = P</math> (in which case the planes | ||
+ | <math>ABC, ABD</math> are perpendicular). In this case, <math>CD = \frac{\sqrt{6}}{2}</math>, | ||
+ | and <math>V = \frac{1}{8}</math> as can be seen from an easy computation. | ||
+ | |||
+ | [This is an edited version of the solution by jgnr.] | ||
+ | |||
+ | |||
+ | ==Solution 2== | ||
+ | |||
+ | Let <math>\mathcal{T}</math> be the set of tetrahedrons with five edges <math>\le 1</math>. | ||
+ | This proof will show that there is a <math>T \in \mathcal{T}</math> with one edge | ||
+ | <math>> 1</math> and such that <math>\mathbf{volume} (T) = \frac{1}{8}</math>, and that for | ||
+ | any <math>U \in \mathcal{T}</math> either <math>U = T</math> or there is a finite sequence | ||
+ | of tetrahedrons <math>T_1, \dots, T_n</math> such that | ||
+ | |||
+ | <math>\mathbf{volume} (U) = \mathbf{volume} (T_1) < \dots < | ||
+ | \mathbf{volume} (T_n) = \mathbf{volume} (T)</math>. | ||
+ | |||
+ | The statement of the problem is a consequence of these facts. | ||
+ | |||
+ | We begin with two simple propositions. | ||
+ | |||
+ | ===Proposition=== | ||
+ | |||
+ | Let <math>ABCD</math> be a tetrahedron, and consider the transformations which | ||
+ | rotate <math>\triangle ABC</math> around <math>AB</math> while keeping <math>\triangle ABD</math> | ||
+ | fixed. We get a set of tetrahedrons, two of which, <math>ABC_1D</math> and | ||
+ | <math>ABC_2D</math> are shown in the picture below. The lengths of all sides | ||
+ | except <math>CD</math> are constant through this transformation. | ||
+ | |||
+ | [[File:Prob_1967_2_fig2.png|600px]] | ||
+ | |||
+ | 1. Assume that the angles between the planes <math>ABD</math> and <math>ABC</math>, and <math>ABD</math> | ||
+ | and <math>ABC_1</math> are both acute. If the perpendicular from <math>C_1</math> to the | ||
+ | plane <math>ABD</math> is larger that the perpendicular from <math>C</math> to the plane | ||
+ | <math>ABD</math> then the volume of <math>ABC_1D</math> is larger than the volume of <math>ABCD</math>. | ||
+ | |||
+ | 2. Furthermore, the tetrahedron <math>ABC_2D</math> obtained when the position of | ||
+ | <math>C_2</math> is such that the planes <math>ABD</math> and <math>ABC_2</math> are perpendicular has | ||
+ | the maximum volume of all tetrahedrons obtained from rotating | ||
+ | <math>\triangle ABC</math> around <math>AB</math>. | ||
+ | |||
+ | These statements are intuitively clear, since the volume <math>V</math> of the | ||
+ | tetrahedron <math>ABCD</math> is given by | ||
+ | |||
+ | <math>V = \frac{1}{3} \cdot (</math>area of <math>\triangle ABD) \cdot (</math>height from <math>C)</math>. | ||
+ | |||
+ | A formal proof is very easy, and I will skip it. | ||
+ | |||
+ | ===Corollary=== | ||
+ | |||
+ | Given a tetrahedron <math>T</math>, and an edge <math>e_1</math> of it, we can find another | ||
+ | tetrahedron <math>U</math> such that <math>\mathbf{volume}(U) > \mathbf{volume}(T)</math>, | ||
+ | with an edge <math>f_1 > e_1</math>, and such that all the other edges of <math>U</math> | ||
+ | are equal to the corresponding edges of <math>T</math>, <math>\mathbf{unless}</math> the | ||
+ | edge <math>e_1</math> stretches between sides of <math>T</math> which are perpendicular. | ||
+ | When we chose a bigger <math>f_1</math>, if <math>e_1 < 1</math> we can choose <math>f_1 = 1</math>. | ||
+ | Or, we can choose <math>f_1</math> such that it stretches between sides which | ||
+ | are perpendicular. | ||
+ | |||
+ | (By "stretches between two sides" I mean that the end points of the | ||
+ | edge are the vertices on the two sides which are not common to the | ||
+ | two sides. In the picture above, <math>DC_2</math> stretches between the sides | ||
+ | <math>ABD, AC_2B</math> of <math>ABC_2D</math>.) | ||
+ | |||
+ | ===Lemma=== | ||
+ | |||
+ | Assume we have a tetrahedron <math>T</math> with edges <math>e_1, \dots, e_6</math>, such | ||
+ | that <math>e_2, \dots, e_6 \le 1</math>. If there is an edge <math>e_m < 1</math> among | ||
+ | <math>e_2, \dots, e_6</math> then there is a tetrahedron <math>U</math> with volume bigger | ||
+ | than the volume of <math>T</math>, whose edges are equal to those of <math>T</math>, | ||
+ | except for <math>e_m</math>, which is replaced by an edge of size <math>1</math>. | ||
+ | |||
+ | ====Proof==== | ||
+ | |||
+ | Case 1: If <math>T</math> does not have any sides which are perpendicular, then | ||
+ | the existence of <math>U</math> follows from the corollary. | ||
+ | |||
+ | Case 2: Assume <math>T</math> has exactly two sides which are perpendicular | ||
+ | (like <math>ABC_2D</math> in the picture above). If <math>C_2D < 1</math> and it were | ||
+ | the only edge <math>< 1</math>, then all the other edges are <math>= 1</math> (because | ||
+ | they were assumed to be <math>\le 1</math>). In this case | ||
+ | <math>\triangle ABD, \triangle AC_2B</math> are equilateral with sides <math>= 1</math>, | ||
+ | and the planes can not be perpendicular since <math>C_2D < 1</math>. (Indeed, | ||
+ | an easy computation shows that if we take two equilateral triangles | ||
+ | <math>\triangle ABD, \triangle AC_2B</math> and place them perpendicular to each | ||
+ | other, then <math>CD = \frac{\sqrt{6}}{2} > 1</math>.) So <math>e_m</math> must be one of | ||
+ | the other sides. Then again, the existence of <math>U</math> follows from the | ||
+ | corollary. | ||
+ | |||
+ | Case 3: Assume that three sides are perpendicular. | ||
+ | |||
+ | [[File:Prob_1967_2_fig3.png|600px]] | ||
+ | |||
+ | Assume the perpendicular sides are the ones meeting at <math>A</math>, i.e. | ||
+ | each pair of the planes meeting at <math>A</math> are perpendicular. Since | ||
+ | at least two of the edges <math>BD, BC, CD \le 1</math> it follows that | ||
+ | <math>AB, AC, AD < 1</math> (the sides of the right angle in a right triangle | ||
+ | are less than the hypotenuse). Just for the sake of notation, | ||
+ | assume <math>e_m = AB < 1</math>. We can apply the corollary, and find a | ||
+ | tetrahedron <math>U</math> with volume bigger than the volume of <math>T</math>, with | ||
+ | edges equal to those of <math>T</math>, except that <math>AB</math> is replaced by an | ||
+ | edge <math>= 1</math>. | ||
+ | |||
+ | Now the problem is very easy to prove. Let <math>T</math> be a tetrahedron | ||
+ | with edges <math>e_1, \dots, e_6</math>, such that <math>e_2, \dots, e_6 \le 1</math>. | ||
+ | Apply the lemma as many times as necessary (up to five times), | ||
+ | successively replacing each edge <math>< 1</math> by an edge <math>= 1</math>. We | ||
+ | obtain a tetrahedron <math>U</math> with five edges <math>f_2, \dots, f_6 = 1</math>, | ||
+ | and one edge <math>f_1 = e_1</math>. If <math>f_1</math> stretches between two | ||
+ | perpendicular sides, we are done. If not, apply the corollary | ||
+ | one more time to obtain a bigger tetrahedron in which <math>f_1</math> is | ||
+ | replaced by a larger edge which stretches between two | ||
+ | perpendicular sides. | ||
+ | |||
+ | We obtain the same result as in the first solution: the largest | ||
+ | tetrahedron is the one formed by two equilateral triangles with | ||
+ | sides <math>= 1</math>, having one side in common, with the two planes | ||
+ | containing the triangles perpendicular. An easy calculation | ||
+ | shows that the edge which is <math>> 1</math> is in fact of length | ||
+ | <math>\frac{\sqrt{6}}{2}</math>, and the volume of this tetrahedron | ||
+ | is <math>\frac{1}{8}</math>. | ||
+ | |||
+ | [Solution by pf02, September 2024] | ||
+ | |||
+ | |||
+ | == See Also == {{IMO box|year=1967|num-b=1|num-a=3}} | ||
[[Category:Olympiad Geometry Problems]] | [[Category:Olympiad Geometry Problems]] | ||
[[Category:3D Geometry Problems]] | [[Category:3D Geometry Problems]] |
Latest revision as of 19:21, 10 November 2024
Contents
Problem
Prove that if one and only one edge of a tetrahedron is greater than ,
then its volume is
.
Solution
Assume and let
. Let
be the feet of perpendicular from
to
and
and from
to
, respectively.
Suppose . We have that
,
. We also have
. So the volume of the tetrahedron is
.
We want to prove that this value is at most , which is equivalent to
. This is true because
.
The above solution was posted and copyrighted by jgnr. The original thread can be found here: [1]
Remarks (added by pf02, September 2024)
The solution above is essentially correct, and it is nice, but it is so sloppily written that it borders the incomprehensible. Below I will give an edited version of it for the sake of completeness.
Then, I will give a second solution to the problem.
A few notes which may be of interest.
The condition that one side is greater than is not really
necessary. The statement is true even if all sides are
.
What we need is that no more than one side is
.
The upper limit of for the volume of the tetrahedron
is actually reached. This will become clear from both solutions.
Solution
Assume that five of the edges are . Take them to be the
edges other than
. Denote
. Let
be the
feet of perpendiculars from
to
, from
to the plane
, and from
to
, respectively.
At least one of the segments has to be
.
Suppose
. (If
were bigger that
the argument would be the same.) We have that
. By the same
argument in
we have
.
Since
plane
, we have
, so
.
The volume of the tetrahedron is
area of
(height from
.
We need to prove that .
Some simple computations show that this is the same as
.
This is true because
, and
on the interval
.
Note
is achieved when
and all inequalities
are equalities. This is the case when all sides except
are
,
are the midpoint of
, and
(in which case the planes
are perpendicular). In this case,
,
and
as can be seen from an easy computation.
[This is an edited version of the solution by jgnr.]
Solution 2
Let be the set of tetrahedrons with five edges
.
This proof will show that there is a
with one edge
and such that
, and that for
any
either
or there is a finite sequence
of tetrahedrons
such that
.
The statement of the problem is a consequence of these facts.
We begin with two simple propositions.
Proposition
Let be a tetrahedron, and consider the transformations which
rotate
around
while keeping
fixed. We get a set of tetrahedrons, two of which,
and
are shown in the picture below. The lengths of all sides
except
are constant through this transformation.
1. Assume that the angles between the planes and
, and
and
are both acute. If the perpendicular from
to the
plane
is larger that the perpendicular from
to the plane
then the volume of
is larger than the volume of
.
2. Furthermore, the tetrahedron obtained when the position of
is such that the planes
and
are perpendicular has
the maximum volume of all tetrahedrons obtained from rotating
around
.
These statements are intuitively clear, since the volume of the
tetrahedron
is given by
area of
height from
.
A formal proof is very easy, and I will skip it.
Corollary
Given a tetrahedron , and an edge
of it, we can find another
tetrahedron
such that
,
with an edge
, and such that all the other edges of
are equal to the corresponding edges of
,
the
edge
stretches between sides of
which are perpendicular.
When we chose a bigger
, if
we can choose
.
Or, we can choose
such that it stretches between sides which
are perpendicular.
(By "stretches between two sides" I mean that the end points of the
edge are the vertices on the two sides which are not common to the
two sides. In the picture above, stretches between the sides
of
.)
Lemma
Assume we have a tetrahedron with edges
, such
that
. If there is an edge
among
then there is a tetrahedron
with volume bigger
than the volume of
, whose edges are equal to those of
,
except for
, which is replaced by an edge of size
.
Proof
Case 1: If does not have any sides which are perpendicular, then
the existence of
follows from the corollary.
Case 2: Assume has exactly two sides which are perpendicular
(like
in the picture above). If
and it were
the only edge
, then all the other edges are
(because
they were assumed to be
). In this case
are equilateral with sides
,
and the planes can not be perpendicular since
. (Indeed,
an easy computation shows that if we take two equilateral triangles
and place them perpendicular to each
other, then
.) So
must be one of
the other sides. Then again, the existence of
follows from the
corollary.
Case 3: Assume that three sides are perpendicular.
Assume the perpendicular sides are the ones meeting at , i.e.
each pair of the planes meeting at
are perpendicular. Since
at least two of the edges
it follows that
(the sides of the right angle in a right triangle
are less than the hypotenuse). Just for the sake of notation,
assume
. We can apply the corollary, and find a
tetrahedron
with volume bigger than the volume of
, with
edges equal to those of
, except that
is replaced by an
edge
.
Now the problem is very easy to prove. Let be a tetrahedron
with edges
, such that
.
Apply the lemma as many times as necessary (up to five times),
successively replacing each edge
by an edge
. We
obtain a tetrahedron
with five edges
,
and one edge
. If
stretches between two
perpendicular sides, we are done. If not, apply the corollary
one more time to obtain a bigger tetrahedron in which
is
replaced by a larger edge which stretches between two
perpendicular sides.
We obtain the same result as in the first solution: the largest
tetrahedron is the one formed by two equilateral triangles with
sides , having one side in common, with the two planes
containing the triangles perpendicular. An easy calculation
shows that the edge which is
is in fact of length
, and the volume of this tetrahedron
is
.
[Solution by pf02, September 2024]
See Also
1967 IMO (Problems) • Resources | ||
Preceded by Problem 1 |
1 • 2 • 3 • 4 • 5 • 6 | Followed by Problem 3 |
All IMO Problems and Solutions |