207k views
1 vote
Given u = ⟨3, 2⟩, v = ⟨1, 5⟩, and the angle between the vectors is 45°, what is u · v?

1 Answer

3 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 Ophir Stern
by
4.7k points