Dot product of two vectors

 
 
Dot product of two vectors blog post.jpeg
 
 
 

How to calculate a dot product

To take the dot product of two vectors aa and bb, we multiply the vectors’ like coordinates and then add the products together. In other words, we multiply the xx coordinates of the two vectors, then add this to the product of the yy coordinates. If we have vectors in three-dimensional space, we’ll add the product of the zz coordinates as well.

Krista King Math.jpg

Hi! I'm krista.

I create online courses to help you rock your math class. Read more.

 

If we’re given the vectors aa1,a2a\langle a_1,a_2\rangle and bb1,b2b\langle b_1,b_2\rangle, then the dot product of aa and bb will be

ab=a1b1+a2b2a\cdot{b}=a_1b_1+a_2b_2

 
 

Finding the dot product of two vectors


 
Krista King Math Signup.png
 
Calculus 3 course.png

Take the course

Want to learn more about Calculus 3? I have a step-by-step course for that. :)

 
 

 
 

The dot product in two dimensions

Example

Find the dot product the vectors.

a=2,1a=\langle2,1\rangle

b=6,2b=\langle6,-2\rangle

To find the dot product of the vectors aa and bb, we’ll multiply like coordinates and then add the products together.

ab=(2)(6)+(1)(2)a\cdot{b}=(2)(6)+(1)(-2)

ab=122a\cdot{b}=12-2

ab=10a\cdot{b}=10

The dot product of the vectors aa and bb is ab=10a\cdot{b}=10.

Dot product of two vectors for Calculus 3.jpg

To take the dot product of two vectors ???a??? and ???b???, we multiply the vectors’ like coordinates and then add the products together.

Example

Find the dot product the vectors.

c=2i6j+kc=2i-6j+k

d=2j3kd=2j-3k

Converting our vectors into standard form, we get

c=2,6,1c=\langle2,-6,1\rangle

d=0,2,3d=\langle0,2,-3\rangle

To find the dot product of the vectors cc and dd, we’ll multiply like coordinates and then add the products together.

cd=(2)(0)+(6)(2)+(1)(3)c\cdot{d}=(2)(0)+(-6)(2)+(1)(-3)

cd=0123c\cdot{d}=0-12-3

cd=15c\cdot{d}=-15

The dot product of the vectors cc and dd is cd=15c\cdot{d}=-15.

 
Krista King.png
 

Get access to the complete Calculus 3 course