187k views
3 votes
Please help me with this question I need help on question 8.

Please help me with this question I need help on question 8.-example-1

1 Answer

2 votes

Given two vectors A and B, we have that the expression to find their dot product is the following:


\begin{gathered} A=(a_1,a_2,a_3) \\ B=(b_1,b_2,b_3) \\ A\cdot B=a_1b_1+a_2b_2+a_3b_3 \end{gathered}

in this case, we have the following vectors:


\begin{gathered} (3,5,7) \\ (-2,3,-1) \end{gathered}

then, their dot product is:


\begin{gathered} (3,5,7)\cdot(-2,3,-1)=(3)(-2)+(5)(3)+(7)(-1) \\ =-6+15-7=9-7=2 \end{gathered}

we have that the dot product between the two vectors is 2.

Since the result of the dot product is not 0, we can confirm that the two vectors (3,5,7) and (-2,3,-1) are not orthogonal

User Serkan Arslan
by
4.1k points