How do you find the inner product and state whether the vectors are perpendicular given #<8,4>*<2,4>#?

1 Answer
Jun 28, 2016

The inner product gives #32#, and so the vectors are not perpendicular.

Explanation:

The inner product of two vector (of equal length, of course), is simply given by the sum of the products of the coordinates with same index.

In generale, if you have two vectors #u=(u_1,u_2,...,u_n)# and #v=(v_1,v_2,...,v_n)#, then the inner product #u \cdot v# is given by

#u_1v_1+u_2v_2+...+u_nv_n = \sum_{i=1}^n u_iv_i#.

Furthermore, two vectors are said to be perpendicular if their inner product is zero, i.e. #u \cdot v=0#.

In your case, the inner product is

#8*2+4*4=16+16=32#

and so the vectors are not perpendicular.

Note: if your change the sign of any of the four coordinates, they actually become perpendicular: for example,

#(8,4)\cdot (2,-4) = 8*2-4*4=16-16=0#