I have an affine space in $V_6(\mathbb{R})$: $\{Y=(2,-2,0,1,-1,0)+a(1,-1,0,0,0,0)+b(1,0,0,1,-3,1)+c(1,-4,0,2,1,0)$ with $a,b,c \in \mathbb{R}\}$.
I have to find the number of:
- orthogonal (to Y) lines passing through the origin
- perpendicular (to Y) lines passing through the origin
Note that in the terminology I'm following two skew lines could be orthogonal but not perpendicular (they don't meet each other).
To find the orthogonal (to Y) lines I proceeded as follows: they have to be contained within $Y$'s orthogonal complement.
$Y^ \perp=((1,-1,0,0,0,0),(1,0,0,1,-3,1),(1,-4,0,2,1,0))^\perp$.
It's a complement, so its dimension is $6-3=3$.
$Y^\perp$ contains an infinite number of lines, so the first answer is infinite.
To find the perpendicular (to Y) lines I proceeded as follows:
$X$ is a generic line, spanned by the vector $(x_1,x_2,x_3,x_4,x_5,x_6)$: $$X=d(x_1,x_2,x_3,x_4,x_5,x_6)$$ where $d \in \mathbb{R}$.
If it's perpendicular to $Y$ then $<X,Y>=0$. So: $$dx_1(2+a+b+c)+dx_2(-2-a-4c)+dx_4(1+b+2c)+dx_5(-1-3b+c)+dx_6=0$$.
It's clear that there isn't only one solution, but I have to find the number of non-proportional 6-tuples $(x_1,x_2,x_3,x_4,x_5,x_6)$ that verify the equation.
Let's get one of these tuples: $(1,1,1,1,1,1)$ verifies the equation, but so does $(1,1,2,1,1,1)$, $(1,1,20000,1,1,1)$, $(1,1,a,1,1,1)$ with $a \in \mathbb{R}$ (in fact, $x_3$ doesn't appear in the eq). Furthermore they are non-proportional, so I've just found infinite (answer n.2) lines perpendicular to $Y$.
I'm not sure if it's right, if I have already imposed the incidence between the line and the space, if the second answer is possible and finally how should I calculate the distance between the space and the origin (on which perpendicular lines should I measure the distance?).
I'll be very grateful if you review what I wrote!
Update. I'll use the method I described in the comments to A.P.'s answer to find the distance between $Y$ and the origin.
A generic vector of $Y$ is something like this :$P+rA+sB+tC= \[ \left( \begin{array}{c} 2+r+s+t \\ -2-r-4t \\ 0 \\ 1+s+2t \\ -1-3s+t \\ 0+s \end{array} \right)\]$
The orthogonal complement $Y'= 0 + \{ (1,-1,0,0,0,0),(1,0,0,1,-3,1),(1,-4,0,2,1,0) \}^\perp $ passes through the origin.
Its carthesian equations representation is given by $\begin{equation} \begin{cases} x_1-x_2=0\\x_1+x_4-3x_5+x_6=0\\x_1-4x_2+2x_4+x_5=0 \end{cases} \end{equation}$
(from this representation I can check again that $0 \in Y'$).
Now, if I substitute $x_1, x_2$ ... with the coordinates of the generic vector of $Y$ I should get the intersection between $Y$ and the orthogonal complement passing through the origin and this point should be good to compute the distance. The problem is: the solution of the system is r = -132/103, s = -81/206, t = -43/206 [See Wolfram].
This solution is corresponding to the vector $(12/103, 12/103, 0, 39/206, -3/103, -81/206)$ whose length is $3 \sqrt{5/206}$ that is very different from A.P.'s elegant-way result. Where's the problem?