Consider a △ABC where A(1,3,2),B(−2,8,0) and C(3,6,7). If the angle bisector of ∠BAC meets the line BC at D, then the length of the projection of the vector AD on the vector AC is :
Options
Solution
Key Concepts and Formulas
Angle Bisector Theorem & Section Formula: In △ABC, if AD is the angle bisector of ∠BAC meeting BC at D, then D divides the side BC in the ratio AB:AC. If a point D divides the line segment joining B(xB,yB,zB) and C(xC,yC,zC) in the ratio m:n, its coordinates are D=(m+nnxB+mxC,m+nnyB+myC,m+nnzB+mzC).
Vector Operations and Magnitude: For points P(x1,y1,z1) and Q(x2,y2,z2), the vector PQ is given by (x2−x1)i^+(y2−y1)j^+(z2−z1)k^. The magnitude of a vector v=ai^+bj^+ck^ is ∣v∣=a2+b2+c2.
Scalar Projection: The length of the scalar projection of a vector u onto another vector v is given by the formula Projvu=∣v∣u⋅v. The dot product of u=uxi^+uyj^+uzk^ and v=vxi^+vyj^+vzk^ is u⋅v=uxvx+uyvy+uzvz.
Step-by-Step Solution
We are given the vertices of △ABC as A(1,3,2), B(−2,8,0), and C(3,6,7). We need to find the length of the projection of AD on AC.
Step 1: Calculate the lengths of sides AB and AC to determine the ratio for point D.
According to the Angle Bisector Theorem, point D divides the side BC in the ratio BD:DC=AB:AC. Therefore, we first need to find the magnitudes of vectors AB and AC.
Calculate AB and its magnitude AB:AB=B−A=(−2−1)i^+(8−3)j^+(0−2)k^=−3i^+5j^−2k^
The length AB is the magnitude of AB:
AB=∣AB∣=(−3)2+(5)2+(−2)2=9+25+4=38
Calculate AC and its magnitude AC:AC=C−A=(3−1)i^+(6−3)j^+(7−2)k^=2i^+3j^+5k^
The length AC is the magnitude of AC:
AC=∣AC∣=(2)2+(3)2+(5)2=4+9+25=38
Determine the ratio BD:DC:
Since AB=38 and AC=38, we have AB:AC=38:38=1:1. This implies that D is the midpoint of the line segment BC.
Step 2: Determine the coordinates of point D.
Since D is the midpoint of BC, we can use the midpoint formula.
Given B(−2,8,0) and C(3,6,7):
D=(2xB+xC,2yB+yC,2zB+zC)D=(2−2+3,28+6,20+7)=(21,214,27)=(21,7,27)
So, the coordinates of point D are (21,7,27).
Step 3: Formulate the vectors AD and AC.
We need these vectors for the projection formula. We already have AC from Step 1.
Calculate AD:
Using A(1,3,2) and D(21,7,27):
AD=D−A=(21−1)i^+(7−3)j^+(27−2)k^AD=(−21)i^+4j^+(27−4)k^=−21i^+4j^+23k^
Recall AC:
From Step 1, we have:
AC=2i^+3j^+5k^
Step 4: Calculate the length of the projection of AD on AC.
Using the scalar projection formula ProjACAD=∣AC∣AD⋅AC.
Calculate the dot product AD⋅AC:AD⋅AC=(−21)(2)+(4)(3)+(23)(5)=−1+12+215=11+215=222+215=237
Recall the magnitude ∣AC∣:
From Step 1, we found ∣AC∣=38.
Apply the projection formula:Length of Projection=38237=23837
Common Mistakes & Tips
Arithmetic Precision: Be extremely careful with fraction arithmetic and sign conventions, especially when calculating vector components and dot products.
Angle Bisector Theorem: Ensure you correctly apply the theorem. A common error is to mix up the ratio AB:AC with AC:AB. Recognizing AB=AC is a significant simplification.
Projection Formula: Memorize the scalar projection formula ∣b∣a⋅b correctly. It's the magnitude of the projection, hence always non-negative.
Summary
This problem required a systematic application of 3D geometry and vector algebra principles. We began by using the Angle Bisector Theorem to determine the ratio in which point D divides BC. The key observation that AB=AC simplified D to being the midpoint of BC. We then calculated the coordinates of D, formed the vectors AD and AC, and finally used the dot product and magnitude to compute the length of the scalar projection of AD onto AC. The calculated projection length is 23837.