In the three-dimensional Cartesian coordinate system, given point , point , and the point which is the symmetric point of point with respect to the -axis, find .
Problem 71
Official solution
Let's approach the problem step-by-step, maintaining close adherence to the given solution:
1. **Identify the coordinates of point and point :**
- Point is given as .
- Point is given as .
2. **Find the coordinates of point given it is symmetric to across the -axis:**
To find a point symmetric to across the -axis, we negate the -coordinate and keep the and coordinates the same. Thus,
- Point has coordinates .
3. **Calculate the distance :**
The formula for the distance between two points and in three-dimensional space is . Applying this formula to points and :
\begin{align*}
|\overrightarrow{AC}| &= \sqrt{(1 - (-1))^2 + (1 - 2)^2 + (-2 - 0)^2} \\
&= \sqrt{(1 + 1)^2 + (1 - 2)^2 + (-2 - 0)^2} \\
&= \sqrt{2^2 + (-1)^2 + (-2)^2} \\
&= \sqrt{4 + 1 + 4} \\
&= \sqrt{9} \\
&= 3.
\end{align*}
Hence, the magnitude of vector is .