Respuesta :
Answer:
Take [tex]b = \frac{3}{10}(6,2)[/tex] as the vector in Span(u) and [tex]w = \frac{4}{5}(-1,3)[/tex] as the orthogonal vector to u
Step-by-step explanation:
Given vectors a,b we can calculate the projection of a onto b by the formula
[tex] \frac{a\cdot b}{b\cdot b}b[/tex]. where [tex]\cdot[/tex] is the dot product of vectors.
For this example, we will take y = [1,3] and u = [6,2].
Let b be the projection of y onto u. That is
[tex] b= \frac{y\cdot u}{u\cdot u}u = \frac{1\cdot 6+ 3\cdot 2}{6\cdot 6+2\cdot 2}(6,2) = \frac{3}{10}(6,2)[/tex]
Now, we want to find an orthogonal vector w such that b+w = y. From this equation, we can find w by taking w = y-b. Then
[tex] w = (1,3)-\frac{3}{10}(6,2) = \frac{4}{5}(-1,3)[/tex]
We must check that w and u are orthogonal. Note that if the vectors a,b are orthogonal, then the vectors a, kb are also orthogonal for every non-zero value of k. So, to check that a,kb are orthogonal, it suffices to check that a,b are orthogonal. We know that two vectors are orthogonal if and only if their dot product is zero. In our case, take the vector (6,2) and (-1,3). Note that
[tex](6,2)\cdot(-1,3) = -6+2\cdot3 = 0[/tex]
So, by the previous analysis, w and u are orthogonal.