Animated Solution for Mathematics - Three Dimensional Geometry: The position vectors of the vertices A,B and C of a triangle are 2i^−3j^+3k^, 2i^+2j^+3k^ and −i^+j^+3k^ respectively. Let l denotes the length of the angle bisector AD of ∠BAC where D is on the line segment BC, then 2l2 equals :
Select Answer:
Visualized Solution
Visualizing the Triangle
Vertices of △ABC are given as position vectors.
A=2i^−3j^+3k^⟹(2,−3,3)
B=2i^+2j^+3k^⟹(2,2,3)
C=−i^+j^+3k^⟹(−1,1,3)
Notice all z-coordinates are 3. The triangle lies in a plane parallel to the xy-plane.
Strategy: Check Side Lengths
To understand the geometry of the triangle, we first calculate the lengths of the sides forming ∠BAC.
Substitute coordinates of A(2,−3,3) and C(−1,1,3):
AC=(−1−2)2+(1−(−3))2+(3−3)2
Calculating AC
AC=(−3)2+42+02
AC=9+16=25=5
The Isosceles Property
Since AB=AC=5, △ABC is an isosceles triangle.
Theorem: In an isosceles triangle, the angle bisector of the vertex angle is also the median to the opposite side.
Therefore, AD bisects BC.
Midpoint Formula for D
Since AD is the median, D is the midpoint of BC.
D=(2xB+xC,2yB+yC,2zB+zC)
D=(22+(−1),22+1,23+3)
Coordinates of D
D=(21,23,3)
Setting up Length AD (l)
We need the length l=AD.
A(2,−3,3) and D(21,23,3)
l2=(21−2)2+(23−(−3))2+(3−3)2
Calculating l2
l2=(−23)2+(29)2+0
l2=49+481
l2=490=245
Final Computation
The question asks for the value of 2l2.
2l2=2×245
2l2=45
00:00 / 00:00
The Sigma Insight: Direction Cosines and Direction Ratios
Solution Diagram
Analyzing the Setup
Welcome, future engineer. Today, we are going to dissect a problem that looks like a 3D vector nightmare but is actually a beautiful geometric dance.
Let's start by looking at the vertices: A(2,−3,3), B(2,2,3), and C(−1,1,3).
Did you notice the z-coordinate? It is 3 for every single point. This is the first secret the problem setter hid in plain sight. The triangle is not floating in space; it is resting perfectly on the plane z=3. This immediately reduces our 3D problem to a 2D one.
Calculating Side Lengths
Now, let's calculate the side lengths. Using the distance formula
d=(x2−x1)2+(y2−y1)2+(z2−z1)2
we find the length of AB:
AB=(2−2)2+(2−(−3))2+(3−3)2=02+52+02=5
Similarly, for AC, we get:
AC=(−1−2)2+(1−(−3))2+(3−3)2=(−3)2+42+02=9+16=5
The Geometric Insight
This is the 'Aha!' moment. We have an isosceles triangle!
In an isosceles triangle, the angle bisector from the vertex is also the median. This means D is the midpoint of BC.
We find D by averaging the coordinates of B and C:
D=(22−1,22+1,23+3)=(21,23,3)
Final Calculation
Finally, we calculate the length AD using the distance formula:
l2=AD2=(21−2)2+(23−(−3))2+(3−3)2
l2=(−23)2+(29)2=49+481=490=245
The question asks for 2l2, so:
2×245=45
It is elegant, it is precise, and it is pure JEE Advanced logic.