Let O be the origin , P ( a , b , c ) , Q ( c , a , b ) and R ( b , c , a ) where a , b and c are positive integers. If O P Q R is a regular tetrahedron, find the minimum possible value of the volume of O P Q R .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
P Q 2 = P O 2 = ( a − c ) 2 + ( c − b ) 2 + ( b − a ) 2 = a 2 + b 2 + c 2
So, a 2 + b 2 + c 2 − 2 ( a b + b c + c a ) = ( a + b + c ) ( a + b − c ) ( a − b + c ) ( − a + b + c ) = 0
So if a < b < c ,then a + b = c
Minimum value is when a = b = 1 , c = 4 , P O = 1 8
The volume of a regular tetrahedron is 1 2 a 3 2 ( a is the side length),so 1 2 1 8 3 × 2 = 9
The volume of O P Q R is V ( a , b , c ) = ∣ ∣ ∣ ∣ ∣ ∣ 6 1 ⎝ ⎛ a b c ⎠ ⎞ ⋅ ⎝ ⎛ ⎝ ⎛ b c a ⎠ ⎞ × ⎝ ⎛ c a b ⎠ ⎞ ⎠ ⎞ ∣ ∣ ∣ ∣ ∣ ∣ = 6 1 ( a 3 + b 3 + c 3 − 3 a b c ) for any positive integers a , b , c where, for simplicity, we shall assume that a ≤ b ≤ c . It is easy to show that V ( a , b , c ) ≤ V ( a + 1 , b + 1 , c + 1 ) V ( a , b , c ) ≤ V ( a , b + 1 , c + 1 ) V ( a , b , c ) ≤ V ( a , b , c + 1 ) for all positive integers a ≤ b ≤ c .
For O P Q R to be regular, we must have a 2 + b 2 + c 2 = ( a − b ) 2 + ( b − c ) 2 + ( c − a ) 2 . One solution to this equation is a = b = 1 , c = 4 . By the above paragraph, V ( 1 , 1 , 2 ) and V ( 1 , 1 , 3 ) are the only two tetrahedron volumes which are smaller than V ( 1 , 1 , 4 ) . Thus V ( 1 , 1 , 4 ) = 9 is certainly the smallest possible regular tetrahedron volume (and the third smallest tetrahedron volume overall).
Problem Loading...
Note Loading...
Set Loading...
We can use coordinates ( 0 , 0 , 0 ) , ( a , b , c ) , ( a , c , b ) , ( c , b , a ) , so we solve the equation for the two different side lengths in this symmetric but not necessarily regular tetrahedron
a 2 + b 2 + c 2 = ( a − a ) 2 + ( b − c ) 2 + ( c − b ) 2
c = a + b + 2 a b
So, we let ( a , b . c ) = ( 1 , 1 , 4 ) , and end up with the volume of 9 for the regular tetrahedron of side length 1 8 .
The next smallest tetrahedron has a side length of 9 8 , with ( a , b , c ) = ( 1 , 4 , 9 )