Animated Solution for Mathematics - Three Dimensional Geometry: The position vectors of the vertices A,B and C of a tetrahedron ABCD are i^+j^+k^,i^ and 3i^, respectively. The altitude from vertex D to the opposite face ABC meets the median line through A of the triangle ABC at a point E. If the length of the side AD is 4 and the volume of the tetrahedron is 322, find the position vector of the point E for all its possible positions.
Visualized Solution
Visualize the Tetrahedron ABCD
Vertices: A(1,1,1), B(1,0,0), C(3,0,0)
Face ABC forms the base of the tetrahedron.
Goal: Find position vector of point E on the median from A.
Find the Median AM and Point E
Midpoint M of BC: M=(21+3,0,0)=(2,0,0)
Direction of median AM: v=M−A=(1,−1,−1)
Equation of line AM: r=(1,1,1)+t(1,−1,−1)
Point E on AM: E=(1+t,1−t,1−t)
Calculate Area of △ABC
AB=(0,−1,−1), AC=(2,−1,−1)
AB×AC=(0,−2,2)
Area of △ABC=21∣AB×AC∣=2
Find Altitude Height h
Volume V=31×Area(ABC)×h
322=31×2×h
Solving for h: h=2
Define Coordinates of Vertex D
Normal vector n=(0,−2,2), Unit normal n^=2(0,−1,1)
D=E±hn^=(1+t,1−t,1−t)±22(0,−1,1)
D=(1+t,1−t∓2,1−t±2)
Set up Equation using AD=4
Given AD=4⟹AD2=16
A=(1,1,1) and D=(1+t,1−t∓2,1−t±2)
AD2=(t)2+(−t∓2)2+(−t±2)2=16
Solve for Parameter t
Expand: t2+(t2+2±22t)+(t2+2∓22t)=16
Notice the cross terms ±22t and ∓22t cancel out.
3t2+4=16⟹3t2=12
t2=4⟹t=±2
Final Position Vectors of E
Recall E=(1+t,1−t,1−t)
For t=2: E=(1+2,1−2,1−2)=(3,−1,−1)
For t=−2: E=(1−2,1+2,1+2)=(−1,3,3)
Final answers: (3,−1,−1) or (−1,3,3)
00:00 / 00:00
The Sigma Insight: Equation of a Line in Space
Solution Diagram
Analyzing the Setup
Imagine you are standing in a 3D coordinate system, looking at a tetrahedron ABCD. It is a beautiful, rigid structure floating in space. We are given the vertices A(1,1,1), B(1,0,0), and C(3,0,0).
Our mission is to find the position vector of point E, which sits on the median AM of the base triangle ABC. This is not just a calculation; it is a dance of vectors.
Mapping the Median
First, we must define the floor of our tetrahedron, the triangle ABC. The median AM starts at A and bisects the side BC.
The midpoint M of BC is simply the average of B and C:
M=(21+3,20+0,20+0)=(2,0,0)
The direction vector of this median is v=M−A=(1,−1,−1). Any point E on this line can be parameterized as:
E=A+tv=(1+t,1−t,1−t)
The Volume and the Altitude
We are given the volume V=322. We know the volume of a tetrahedron is V=31×Area(ABC)×h, where h is the altitude DE.
To find the area, we compute the cross product of AB and AC. With AB=(0,−1,−1) and AC=(2,−1,−1), the cross product is:
AB×AC=i02j−1−1k−1−1=(0,−2,2)
The area is 21∣AB×AC∣=02+(−2)2+22/2=8/2=2. Plugging this into our volume formula:
322=31×2×h
The 2 and the 3 cancel out beautifully, leaving us with the altitude h=2.
The Normal Vector and Vertex D
Now, we need to locate D. Since DE is the altitude, it must be parallel to the normal vector of the base plane. The normal vector is n=(0,−2,2), which simplifies to the unit normal n^=2(0,−1,1).
Vertex D is located at a distance h=2 from E along this normal. Thus:
D=E±2n^=(1+t,1−t∓2,1−t±2)
The Final Constraint
We are given AD=4, so AD2=16. Using the distance formula between A(1,1,1) and D:
(1+t−1)2+(1−t∓2−1)2+(1−t±2−1)2=16
This simplifies to:
t2+(−t∓2)2+(−t±2)2=16
Expanding this, we get:
t2+(t2+2±22t)+(t2+2∓22t)=16
Notice the magic? The cross terms ±22t and ∓22t cancel out perfectly. We are left with:
3t2+4=16⇒3t2=12⇒t2=4
Thus, t=±2. Substituting these values back into our expression for E=(1+t,1−t,1−t), we find the two possible positions:
E1=(3,−1,−1) and E2=(−1,3,3).