2

Consider $\mathbb R ^3$ with the usual inner product. If d is the distance from $Q=(1, 1, 1)$ to the subspace $P$ span ${(1, 1, 0), (0, 1, 1)}$of $\mathbb R ^3$ , then $ 3d ^2 $ = ?

Can anyone give me a hint? I can not understand what to do with the inner product. I know that I will get an orthogonal vector of $(1, 1, 1)$ in the subspace span ${(1, 1, 0), (0, 1, 1)}$.

cmi
  • 3,371
  • 2
    Your subspace is a plane inside the $\mathbb{R}^3$. Actually you want to calculate the distance between a point and a plane. Does this help? – Sqyuli Jan 25 '19 at 07:07
  • 1
    This (https://math.stackexchange.com/questions/2101140/calculate-the-distance-of-the-point-1-1-1-1-from-the-subspace-w?rq=1) might help! – Chinnapparaj R Jan 25 '19 at 07:13
  • @Sqyuli Then I have to find the vector in that subspace which is orthogonal to (1,1,1)? Is not it? – cmi Jan 25 '19 at 07:18

2 Answers2

0

Note that the vector $(1, -1, 1)$ is orthogonal to both of these vectors. Now $$ (1, 1, 1) = \frac{2}{3}(1, 1, 0) + \frac{2}{3}(0, 1, 1) + \frac{1}{3}(1, -1, 1). $$ Hence the orthogonal projection is $\frac{1}{3}(1, -1, 1)$ and so $d$ is the length of this vector. Then $d^2 = 1/3$ and $3d^2 = 1$.

hunter
  • 29,847
0

Project the vector onto the subspace. Subtract the result from $(1,1,1)$. Then compute the norm.

If you're familiar with Gram-Schmidt, it's basically the same.

First I need to get an orthogonal basis for $P$: $(1,1,0)-\frac12(0,1,1)=(1,\frac12,-\frac12)$.

So, we get $(1,1,1)-(0,1,1)-\frac23(1,\frac12, -\frac12) =(\frac13,-\frac13,\frac13) $.

Now the norm is $d=\sqrt{\frac13}$.

So $3d^2=1 $.