## Solution
Canonical equations of a line:x − x 0 m = y − y 0 n = z − z 0 p \frac{x-x_{0}}{m}=\frac{y-y_{0}}{n}=\frac{z-z_{0}}{p} m x − x 0 = n y − y 0 = p z − z 0
where ( x 0 ; y 0 ; z 0 ) - coordinates of some point on the line, and s ⃗ = { m ; n ; p } \left(x_{0} ; y_{0} ; z_{0}\right)_{\text {- coordinates of some point on the line, and }} \vec{s}=\{m ; n ; p\} ( x 0 ; y 0 ; z 0 ) - coordinates of some point on the line, and s = { m ; n ; p } - its direction vector.
Since the line belongs to both planes simultaneously, its direction vector s ⃗ \vec{s} s is orthogonal to the normal vectors of both planes. The normal vectors of the planes are:
n 1 → = { 1 ; − 2 ; 1 } \overrightarrow{n_{1}}=\{1 ;-2 ; 1\} n 1 = { 1 ; − 2 ; 1 } n 2 → = { 2 ; 2 ; − 1 } \overrightarrow{n_{2}}=\{2 ; 2 ;-1\} n 2 = { 2 ; 2 ; − 1 }
Find the direction vector s ⃗ : \vec{s}: s :
s ⃗ = n 1 → × n 2 → = ∣ i j k 1 − 2 1 2 2 − 1 ∣ = = i ⋅ ∣ − 2 1 2 − 1 ∣ − j ⋅ ∣ 1 1 2 − 1 ∣ + k ⋅ ∣ 1 − 2 2 2 ∣ = = 0 ⋅ i + 3 j + 6 k = { 0 ; 3 ; 6 }
\begin{aligned}
& \vec{s}=\overrightarrow{n_{1}} \times \overrightarrow{n_{2}}=\left|\begin{array}{ccc}
i & j & k \\
1 & -2 & 1 \\
2 & 2 & -1
\end{array}\right|= \\
& =i \cdot\left|\begin{array}{cc}
-2 & 1 \\
2 & -1
\end{array}\right|-j \cdot\left|\begin{array}{cc}
1 & 1 \\
2 & -1
\end{array}\right|+k \cdot\left|\begin{array}{cc}
1 & -2 \\
2 & 2
\end{array}\right|= \\
& =0 \cdot i+3 j+6 k=\{0 ; 3 ; 6\}
\end{aligned}
s = n 1 × n 2 = i 1 2 j − 2 2 k 1 − 1 = = i ⋅ − 2 2 1 − 1 − j ⋅ 1 2 1 − 1 + k ⋅ 1 2 − 2 2 = = 0 ⋅ i + 3 j + 6 k = { 0 ; 3 ; 6 }
Find some point on the line ( x 0 ; y 0 ; z 0 ) \left(x_{0} ; y_{0} ; z_{0}\right) ( x 0 ; y 0 ; z 0 ) . Let z 0 = 0 z_{0}=0 z 0 = 0 , then
{ x 0 − 2 y 0 + 0 − 4 = 0 2 x 0 + 2 y 0 − 0 − 8 = 0 { x 0 − 2 y 0 − 4 = 0 2 x 0 + 2 y 0 − 8 = 0 { x 0 − 2 y 0 − 4 = 0 3 x 0 − 12 = 0 { x 0 − 2 y 0 − 4 = 0 x 0 = 4 { 4 − 2 y 0 − 4 = 0 x 0 = 4 { y 0 = 0 x 0 = 4
\begin{aligned}
& \left\{\begin{array}{l}
x_{0}-2 y_{0}+0-4=0 \\
2 x_{0}+2 y_{0}-0-8=0
\end{array}\right. \\
& \left\{\begin{array}{l}
x_{0}-2 y_{0}-4=0 \\
2 x_{0}+2 y_{0}-8=0
\end{array}\right. \\
& \left\{\begin{array}{l}
x_{0}-2 y_{0}-4=0 \\
3 x_{0}-12=0
\end{array}\right. \\
& \left\{\begin{array}{l}
x_{0}-2 y_{0}-4=0 \\
x_{0}=4
\end{array}\right. \\
& \left\{\begin{array}{l}
4-2 y_{0}-4=0 \\
x_{0}=4
\end{array}\right. \\
& \left\{\begin{array}{l}
y_{0}=0 \\
x_{0}=4
\end{array}\right.
\end{aligned}
{ x 0 − 2 y 0 + 0 − 4 = 0 2 x 0 + 2 y 0 − 0 − 8 = 0 { x 0 − 2 y 0 − 4 = 0 2 x 0 + 2 y 0 − 8 = 0 { x 0 − 2 y 0 − 4 = 0 3 x 0 − 12 = 0 { x 0 − 2 y 0 − 4 = 0 x 0 = 4 { 4 − 2 y 0 − 4 = 0 x 0 = 4 { y 0 = 0 x 0 = 4
Therefore, the point ( 4 ; 0 ; 0 ) (4 ; 0 ; 0) ( 4 ; 0 ; 0 ) belongs to the line.
We obtain the canonical equations of the line:x − 4 0 = y 3 = z 6 \frac{x-4}{0}=\frac{y}{3}=\frac{z}{6} 0 x − 4 = 3 y = 6 z
Problem Kuznetsov Analytic Geometry 13-3