Step 1: Understanding the Problem
We are given three points:
A(3, 2, 0), B(5, 3, 2), and C(–9, 6, –3).
AD is the angle bisector of angle BAC, and it meets BC at point D.
We are to find the coordinates of point D.
Step 2: Use of Internal Angle Bisector Theorem
According to the internal angle bisector theorem in 3D geometry, the angle bisector from point A to side BC divides BC in the ratio of the lengths of the adjacent sides AB and AC.
Step 3: Find Magnitudes of AB and AC
AB = B - A = (5 - 3, 3 - 2, 2 - 0) = (2, 1, 2)
|AB| = √(2² + 1² + 2²) = √(4 + 1 + 4) = √9 = 3
AC = C - A = (–9 - 3, 6 - 2, –3 - 0) = (–12, 4, –3)
|AC| = √(144 + 16 + 9) = √169 = 13
Therefore, point D divides BC in the ratio AB:AC = 3:13.
Step 4: Use Section Formula to Find Coordinates of D
Let D divide BC in the ratio 3:13. Then coordinates of D are:
\[
D = \left( \frac{13 \cdot 5 + 3 \cdot (-9)}{3 + 13}, \frac{13 \cdot 3 + 3 \cdot 6}{3 + 13}, \frac{13 \cdot 2 + 3 \cdot (-3)}{3 + 13} \right)
\]
Now compute each component:
x = \( \frac{65 - 27}{16} = \frac{38}{16} = \frac{19}{8} \)
y = \( \frac{39 + 18}{16} = \frac{57}{16} \)
z = \( \frac{26 - 9}{16} = \frac{17}{16} \)
Step 5: Final Answer
Therefore, the coordinates of D are:
\[
\left( \frac{19}{8}, \frac{57}{16}, \frac{17}{16} \right)
\]