There is a regular tetrahedron A B C D with edge length 6 as shown on the right. Point P is on A B , and point Q is on C D . The minimum length of P Q is m . What's the value of m 2 ?
This problem is a part of <Shortest Path> series .
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.
Let's place the tetrahedron in the x y z space. By simple trigonometric considerations, the vertices came to be B ( − 3 , 0 , 0 ) , C ( 3 , 0 , 0 ) , D ( 0 , 6 2 3 , 0 ) and A ( 0 , 3 , 2 4 ) . Let's now consider the vector D C : its direction is given by the line y = 3 3 − 3 x (that could be written as a parametric curve ( h , 3 3 − 3 h , 0 ) ). So, P is, as a locus of points,
Q = { ( x , y , z ) ∈ R 3 ∣ x = h , y = 3 3 − 3 h , z = 0 , h ∈ R , 0 ≤ h ≤ 3 }
With the same procedure we find P :
P = { ( x , y , z ) ∈ R 3 ∣ x = 3 t − 3 , y = 3 t , z = 2 4 t , t ∈ R , 0 ≤ t ≤ 1 }
Now we can define ∣ ∣ P Q ∣ ∣ = d ( t , h ) as:
d ( t , h ) = ( 3 t − 3 − h ) 2 + ( 3 t + 3 h − 3 3 ) 2 + 2 4 t 2
Let's solve the minimization problem:
∇ d ( t , h ) = 0 ⟹ ⎩ ⎪ ⎨ ⎪ ⎧ ∂ t ∂ d ( t , h ) = 0 ∂ h ∂ d ( t , h ) = 0 ⟹ { − 3 ( 3 t − 3 − h ) − 3 ( 3 t + 3 h − 3 3 ) − 2 4 t 2 = 0 3 ( 3 t − 3 − h ) − 3 ( 3 t + 3 h − 3 3 ) = 0 ⟹ ⎩ ⎪ ⎨ ⎪ ⎧ t = 2 1 h = 2 3
Eventually,
d ( 2 1 , 2 3 ) = 3 2 = m , m 2 = 1 8 .
Problem Loading...
Note Loading...
Set Loading...
Consider a regular hexahedron like in the image on the left.
It's clear that A B C D is a regular tetrahedron, as all edges of it are of the same length.
Then we can see that the minimum length of P Q would be the height of the hexahedron, as it literally cannot be shorter. (Look at the top and the bottom faces of the hexahedron.)
So, P and Q would be arranged like above, as midpoints of A B and C D .
Since the edge length of the hexahedron is 2 6 = 3 2 , (look at the top or the bottom face of the hexahedron again.)
the height of the hexahedron is also m = 3 2 .
∴ m 2 = ( 3 2 ) 2 = 1 8 .