180k views
2 votes
Vector a = 4i + 5j

Vector b = 3i + 6j

Find the dot product.

2 Answers

2 votes

Answer:

42

Explanation:

a*b = 4*3 + 5*6 = 12 + 30 ( where i*i = j*j = 1)

∴ a*b = 42

User Have A Nice Day
by
5.1k points
3 votes

Explanation:

a · b = (4)(3) + (5)(6)

a · b = 12 + 30

a · b = 42

User Charles Kornoelje
by
4.4k points