Olympiad Maths Prep

Track / Stage 3 / 71 of 260 #71 of 2000

Problem 71

AMC 10/12, early questions
Geometry Difficulty 3.3 Find the answer

In the three-dimensional Cartesian coordinate system, given point A(1,2,0)A(-1,2,0), point B(1,1,2)B(-1,1,2), and the point CC which is the symmetric point of point BB with respect to the yy-axis, find AC|{\overrightarrow{AC}}|.

Official solution

Let's approach the problem step-by-step, maintaining close adherence to the given solution:

1. **Identify the coordinates of point AA and point BB:**
- Point AA is given as (1,2,0)(-1, 2, 0).
- Point BB is given as (1,1,2)(-1, 1, 2).

2. **Find the coordinates of point CC given it is symmetric to BB across the yy-axis:**
To find a point symmetric to BB across the yy-axis, we negate the xx-coordinate and keep the yy and zz coordinates the same. Thus,
- Point CC has coordinates (1,1,2)(1, 1, -2).

3. **Calculate the distance AC|\overrightarrow{AC}|:**
The formula for the distance between two points (x1,y1,z1)(x_1, y_1, z_1) and (x2,y2,z2)(x_2, y_2, z_2) in three-dimensional space is (x2x1)2+(y2y1)2+(z2z1)2\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}. Applying this formula to points AA and CC:
\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 AC\overrightarrow{AC} is 3\boxed{3}.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.