MathIsimple

Solid Geometry – Problem 20: find the distance from vertex to the face diagonal on the opposite face

Question

In a rectangular box ABCDA1B1C1D1ABCD-A_1B_1C_1D_1 with AB=2AB=2, BC=2BC=2, AA1=1AA_1=1, find the distance from vertex AA to the face diagonal B1D1B_1D_1 on the opposite face A1B1C1D1A_1B_1C_1D_1.

Step-by-step solution

Set up coordinates: A(0,0,0), B1(2,0,1), D1(0,2,1).A(0,0,0),\ B_1(2,0,1),\ D_1(0,2,1). The line B1D1B_1D_1 has direction v=B1D1=(2,2,0).\vec v=\overrightarrow{B_1D_1}=(-2,2,0). Use the point-to-line distance formula in R3\mathbb R^3: d=(B1A)×vv,d=\frac{|(\overrightarrow{B_1A})\times\vec v|}{|\vec v|}, where B1A=AB1=(2,0,1)\overrightarrow{B_1A}=A-B_1=(-2,0,-1). Compute (B1A)×v=(2,0,1)×(2,2,0)=(2,2,4),(\overrightarrow{B_1A})\times\vec v=(-2,0,-1)\times(-2,2,0)=(2,2,-4), so (B1A)×v=22+22+(4)2=26,|(\overrightarrow{B_1A})\times\vec v|=\sqrt{2^2+2^2+(-4)^2}=2\sqrt6, and v=(2)2+22=22.|\vec v|=\sqrt{(-2)^2+2^2}=2\sqrt2. Therefore d=2622=3.d=\frac{2\sqrt6}{2\sqrt2}=\sqrt3.

Final answer

The distance from AA to the diagonal B1D1B_1D_1 is 3\sqrt3.

Marking scheme

1. Checkpoints (max 7 pts total)

  • Coordinate setup (2 pts): Correctly assign coordinates for the 2×2×12\times2\times1 box and the line B1D1B_1D_1.
  • Distance formula (3 pts): Use d=(PP0)×vvd=\frac{|(P-P_0)\times v|}{|v|} with correct vectors.
  • Computation (2 pts): Compute cross product and norms to obtain 3\sqrt3.

2. Zero-credit items

  • Using a planar distance in the top face without handling the 3D position of AA.
  • Providing 3\sqrt3 with no vector calculation.

3. Deductions

  • Vector direction error (-1): wrong direction vector for B1D1B_1D_1.
  • Cross-product arithmetic error (-1): incorrect (2,2,4)(2,2,-4) or its norm.
Ask AI ✨