0
$\begingroup$

Let $V$ be a real inner product space of dimension $10$. Let $x,y\in V$ be non-zero vectors such that $\langle x,y\rangle=0$. Then the dimension of $\{x\}^{\perp}\cap \{y\}^{\perp}$_______?

So by $\{x\}^{\perp}=\{s\in V: \langle s,x \rangle=0\}$, then how to calculate the dimension of $\{x\}^{\perp}\cap \{y\}^{\perp}$? I can think of only 3 elements $0$, $x$ and $y$ belong to that intersection. How can I do this. Please help me to solve this. Thanks.

  • 0
    Why is $x$ in the intersection? In particular, I do not think that $x\in \{x \}^\perp$.2017-01-20
  • 0
    Oh my mistake. @Matt2017-01-20
  • 0
    Perhaps a way I would start is to consider the case that $V = \mathbb{R}^10$ and $x = e_1$, $y=e_2$ (the standard basis vectors). See if that gets you started!2017-01-20
  • 0
    $V=\mathbb{R}^10$?? @Matt2017-01-20
  • 0
    Sorry, typo :P I mean 10-dimensional Euclidean space: $V = \mathbb{R}^{10}.$ Of course, you can also start with lower dimensional spaces to build intuition,etc.2017-01-20
  • 0
    ok let me try @Matt2017-01-20
  • 0
    So if I consider $\mathbb{R^{10}}$ and take basis vectors, then the dimension comes out to be $8$ @Matt2017-01-20
  • 0
    That is correct. If you can understand how the argument works in that case, hopefully you can generalize the argument to arbitrary inner product spaces (hint: think about generating an orthogonal basis). The answers below may also be helpful of course. Good luck!2017-01-20

2 Answers 2

2

Suppose $B=\{e_1,\ldots,e_{10}\}$ is an orthonormal basis of $V$ and $$x=x_1e_1+\cdots+x_{10}e_{10},\quad y=y_1e_1+\cdots+y_{10}e_{10}.$$ Then, $$v=a_1e_1+\cdots+a_{10}e_{10}\in\{x\}^{\perp}\cap \{y\}^{\perp}\Leftrightarrow \begin{cases} x_1a_1+\cdots+x_{10}a_{10}=0 \\ y_1a_1+\cdots+y_{10}a_{10}=0\end{cases}.$$ As $x\ne 0,y\ne 0$ and $\langle x,y \rangle=0$, $\{x,y\}$ is linearly independent so,
$$\dim \left(\{x\}^{\perp}\cap \{y\}^{\perp}\right)=10-\text{rank }\begin{bmatrix}{x_1}&{\ldots}&x_{10}\\{y_1}&{\ldots}&y_{10}\end{bmatrix}\underbrace{=}_{\{x,y\}\text{ lin. indep.}}10-2=8.$$

2

It is a general fact that, for subspaces of $V$, $$ U_1^{\perp}\cap U_2^{\perp}=(U_1+U_2)^\perp $$ In your case $U_1$ is the span of $x$ and $U_2$ is the span of $y$; since these are nonzero and orthogonal, $U_1+U_2$ has $\{x,y\}$ as a basis.

Therefore $$\DeclareMathOperator{\SP}{span} \dim(\{x\}^\perp\cap\{y\}^\perp)= \dim((\SP\{x\})^\perp\cap(\SP\{y\})^\perp)= \dim(\SP\{x,y\})^\perp)=10-2 $$ because if $U$ is a $k$-dimensional subspace of the $n$-dimensional subspace $V$, $$ \dim U^\perp=n-k $$