160k views
2 votes
A) Find the scalar product ab and the vector product axb when

a=i+2j+k

b = 2i = 3;+k

User Tomathon
by
6.6k points

1 Answer

3 votes

Answer:


a\cdot b = 9

a x b = (-1,1,-1)

Explanation:

We can write the vectors a=(1,2,1) and b = (2,3,1), since given a vector of the form w = ci+dj+fk, its' components are (c,d,f).

The scalar (or dot) product of two vectors is obtained by multiplying each of the components of the two vectors and then summing up the results of each multiplication.

Then, in our case


a \cdot b = 1\cdot 2 + 2\cdot 3 + 1 \cdot 1 = 9

To calculate the vector product, we proceed as follows. First we form the matrix


\left[\begin{matrix}i & j & k \\ 1 & 2 & 1 \\ 2 & 3 & 1 \end{matrix}\right]

And we calculate the determinant of this matrix(the explanation of 3x3 determinants is beyond the scope of this explanation). So, we get


(2\cdot 1 - 3\cdot 1)i - j(1\cdot 1 - 2\cdot 1)+k (1\cdot 3 - 2\cdot 2) = (-1)i+j(1)+k(-1)

So a x b = (-1,1,-1).

To check that this is ok, we need to check that the scalar product between a x b and a is 0. Also it must happen that the scalar product a x b and b is 0.

Note that


(-1,1,-1)\cdot(1,2,1) = 1\cdot-1+1\cdot 2 + -1\cdot 1 =0


(-1,1,-1)\cdot(2,3,1) = 2\cdot-1+1\cdot 3 + -1\cdot 1 =0

So a x b is correct

User DarrenRhodes
by
4.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.