We have four sticks with length 2 and two with length a , if we connect their end points to make a tetrahedron so that its opposite edges are respectively equal, then find the maximum volume for the tetrahedron.
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.
There is a typing mistake in the last line, it should be (16-2a^2) instead of (16-a^2).
Setting up a suitable coordinate system, the tetrahedron vertices have coordinates P ( − 2 1 a , 0 , 0 ) Q ( 2 1 a , 0 , 0 ) R ( 0 , b , − 2 1 a ) S ( 0 , b , 2 1 a ) where 2 1 a 2 + b 2 = 4 . If we define the vectors u = P Q = ⎝ ⎛ a 0 0 ⎠ ⎞ v = P R = ⎝ ⎛ 2 1 a b − 2 1 a ⎠ ⎞ w = P S = ⎝ ⎛ 2 1 a b 2 1 a ⎠ ⎞ Then ( u × v ) ⋅ w = ⎝ ⎛ 0 2 1 a 2 a b ⎠ ⎞ ⋅ w = a 2 b = 2 b ( 4 − b 2 ) and hence the volume of the tetrahedron is V = 6 1 ∣ ∣ ( u × v ) ⋅ w ∣ ∣ = 3 1 b ( 4 − b 2 ) which is maximized when b = 3 2 , so the maximum volume is 2 7 1 6 3 .
Problem Loading...
Note Loading...
Set Loading...
Let P , Q , R , and S be the vertices of the tetrahedron, where P Q = S R = a and P S = P R = Q S = Q R = 2 . Let O be the midpoint of P Q so that O P = O Q = 2 1 a , and let T be on O R so that S T ⊥ O T .
By Pythagorean's Theorem on △ O Q R , O R = 2 1 1 6 − a 2 . The area of △ R P Q , which is also the base of the tetrahedron, is then B = 4 1 a 1 6 − a 2 .
On △ O S R , O S = O R = 2 1 1 6 − a 2 and S R = a . Since the altitude of a triangle from a side a is h = a 2 s ( s − a ) ( s − b ) ( s − c ) , the altitude S T from O R , which is also the height of the tetrahedron, is h = 1 6 − a 2 a 1 6 − 2 a 2 .
Since the volume of a tetrahedron is V = 3 1 B h and B = 4 1 a 1 6 − a 2 and h = 1 6 − a 2 a 1 6 − 2 a 2 , the volume simplifies to V = 1 2 1 a 2 1 6 − 2 a 2 .
This equation can be rearranged to 1 4 4 V 2 = a 2 ⋅ a 2 ⋅ ( 1 6 − 2 a 2 ) . By the AM-GM inequality, a 2 ⋅ a 2 ⋅ ( 1 6 − 2 a 2 ) ≤ ( 3 a 2 + a 2 + ( 1 6 − 2 a 2 ) ) 3 = 3 3 2 1 2 . Therefore, 1 4 4 V 2 ≤ 3 3 2 1 2 , which solves to V ≤ 2 7 1 6 3 .