185k views
3 votes
find the angle between the vectors. (first find the exact expression and then approximate to the nearest degree. ) a=[√3,1]. B=[0, 5]

1 Answer

5 votes

Answer:

60°

Explanation:

Given:

a = [√3, 1]

B = [0, 5]

To find the angle between the two vectors, we will be using the formula,

a.B = |a||B|cosθ

For simplicity, it is good to first calculate the dot product, and the magnitudes. Then we will substitute the values of the dot product, and the magnitudes of the vectors to solve for the angle.

Calculating the dot product

a.B = (√3, 1) . (0, 5)

= (√3 × 0) + (1 × 5)

= 0 + 5

= 5

Calculating the magnitude the vectors

1. The magnitude of vector (√3, 1) is,


|a| = \sqrt{(√(3))^(2) + 1^(2)}


|a| = √(3 + 1)


|a| = √(4)


|a| = 2

2. The magnitude of vector (0, 5) is,


|B| = \sqrt{0^(2) + 5^(2)}


|B| = √(0 + 25)


|B| = √(25)


|B| = 5

Calculating the angle between the vectors

cosθ =
(a.B)/(|a||B|)

cosθ =
(5)/(2 * 5)

cosθ = 0.5

θ = cos⁻¹0.5

θ = 60°

User Zocoi
by
4.8k points