186,336 views
37 votes
37 votes
Given u = ⟨3, 2⟩, v = ⟨1, 5⟩, and the angle between the vectors is 45°, what is u · v?

User Nourah
by
2.5k points

1 Answer

22 votes
22 votes

We need to use a technique called dot multiplication. In this technique, we multiply the magnitude of two given vectors by the value of the angle between them.

In the question, the value of the angle between two vectors
cos(45^0) and the coordinates of the two vectors are given. Let's multiply them by the dot product to get the result.

Formula:
u.v=|u||v|cos(a)



u=3i+2j

v=i+5j

cos(a)=(1)/(√(2))

To find the magnitude of a vector, we square the coordinates, add them up and take the square root of the result.


  • Magnitude=√(x^2+y^2+z^2+...)

Result:
u.v=|√((3^2)+(2^2))||√((1^2)+(5^2))|.(1)/(√(2))=(13√(2))(√(2))/(2) =13

User Juan Saravia
by
3.1k points