84.7k views
4 votes
Given v = 9i + 5j and w=i+j,a. Find projwvb. Decompose v into two vectors V, and V2, where V, is parallel to w and V2 is orthogonal to w..

Given v = 9i + 5j and w=i+j,a. Find projwvb. Decompose v into two vectors V, and V-example-1

1 Answer

7 votes

We have two vectors, v and w.

a) We have to find the projection of v on w (projv w).

We can draw a projection of a vector over another as:

We can calculate the projection as:


\begin{gathered} \bar{p}=v_1\cdot\hat{w} \\ \bar{p}=|v|\cdot\cos \theta\cdot\hat{w} \end{gathered}

This means that the projection of a vector v over w is equal to the scalar projection of v over w, equal to the modulus of v times the cosine of the angle between the two vectors, times the unitary vector in the direction of w.

We can rearrange the expression as:


\begin{gathered} \bar{p}=|v|\cdot\cos \theta\cdot\hat{w} \\ \bar{p}=\frac{\bar{v}\cdot\bar{w}}\cdot\frac{\bar{w}} \\ \bar{p}=\frac{\bar{v}\cdot\bar{w}}{\bar{w}\cdot\bar{w}}\cdot\bar{w} \end{gathered}

This expression let us calculate the projection from the coordinates given as:


\begin{gathered} \bar{v}=(9,5) \\ \bar{w}=(1,1) \end{gathered}
\begin{gathered} \bar{p}=\frac{\bar{v}\cdot\bar{w}}{\bar{w}\cdot\bar{w}}\cdot\bar{w} \\ \bar{p}=(9\cdot1+5\cdot1)/(1\cdot1+1\cdot1)\cdot(1,1) \\ \bar{p}=(9+5)/(1)\cdot(1,1) \\ \bar{p}=14\cdot(1,1) \\ \bar{p}=(14,14) \end{gathered}

The projection is (14,14) which can be decomposed as 14i + 14j.

b) We have to decompose v into two vectors: one parallel to w and the other orthogonal to w.

The vector parallel to w is the projection of v onto w, so we already know that it is 14i + 14j.

An orthogonal vector will be the projection of v onto an orthogonal vector to w.

We then have to find an orthogonal vector to w in the plane. We know that the dot product of orthogonal vectors is equal to 0.

So if we know a vector u = (a,b) it will be ortogonal if u * v = 0:


\begin{gathered} \bar{u}\cdot\bar{v}=0 \\ (a,b)\cdot(1,1)=0 \\ a+b=0 \\ a=-b \end{gathered}

Then, if we define a = -1 we will get b = 1, and u = (-1,1) that is orthogonal to vector w.

Now, we can calculate q, the projection of v onto u:


undefined

Given v = 9i + 5j and w=i+j,a. Find projwvb. Decompose v into two vectors V, and V-example-1
User LunaticJape
by
7.0k points