Let ABCDEFGH be a cube of side length 5, as shown.
Let P and Q be points on line AB and line AE, respectively, such that AP = 2 and AQ = 1.
The plane through C, P, and Q intersects line DH at R. Find DR.
\(Let\ \vec{C} = \langle 0,0,0 \rangle\\ Let\ \vec{P} = \langle 5,3,0 \rangle\\ Let\ \vec{Q} = \langle 5,5,1 \rangle\\ Let\ DR = z \\ Let\ \vec{R} = \langle 0,5,z \rangle\)
The plane through C, P, and Q:
\(\begin{array}{|rcll|} \hline \vec{x} &=& \vec{C} + s \cdot(\vec{P}-\vec{C}) + t \cdot(\vec{Q}-\vec{C}) \quad & | \quad \vec{x} = \vec{R} \quad \vec{C} = \vec{0} \\ \vec{R} &=& \vec{0} + s \cdot(\vec{P}-\vec{0}) + t \cdot(\vec{Q}-\vec{0}) \\ \vec{R} &=& s \cdot \vec{P} + t \cdot \vec{Q} \quad & | \quad \vec{P} =\begin{pmatrix}5 \\ 3 \\ 0\end{pmatrix} \quad \vec{Q}=\begin{pmatrix}5 \\ 5 \\ 1\end{pmatrix} \quad \vec{R}=\begin{pmatrix}0 \\ 5 \\ z\end{pmatrix} \\ \begin{pmatrix}0 \\ 5 \\ z\end{pmatrix} &=& s \cdot \begin{pmatrix}5 \\ 3 \\ 0\end{pmatrix} + t \cdot \begin{pmatrix}5 \\ 5 \\ 1\end{pmatrix} \\ \hline \end{array} \)
\(\begin{array}{|lrcll|} \hline (1) & 0&=& 5s+5t \\ & 0&=& s+ t \\ & s&=& -t \\\\ (2) & 5&=& 3s+5t \\ & 5&=& 3(-t) + 5t \\ & 5&=& 2t \\ & t&=& \frac{5}{2} \\\\ (3) & z&=& 0\cdot s + t \\ & z&=& t \\ & z&=& \frac{5}{2} \\ \hline \end{array}\)
DR = \(\frac{5}{2}\)