Solveeit Logo

Question

Question: How do you find the \[sine\] of the angle between two vectors?...

How do you find the sinesine of the angle between two vectors?

Explanation

Solution

In this question, we have been given a condition of two vectors and we need to find thesinesine of the angle between them.
According to the standard formula, the angle θ\theta between two vectors u\overrightarrow u and v  \overrightarrow v \; is given by the formula
θ=cos1(u  v  u  v    )\theta = {\cos ^{ - 1}}(\dfrac{{\overrightarrow u \; \cdot \overrightarrow v \;}}{{|\overrightarrow u \;||\overrightarrow v \;\;|}})
We can also translate our two vectors so that their tails are at the origin. Then draw a line through each of the vectors. The smaller of the two angles is called the "angle between the two vectors".
Or we can use a slightly harder way (because it involves calculating a cross product). You know that
u  ×v  =u  v  sin(θ)|\overrightarrow u \; \times \overrightarrow v \;\left| = \right|\overrightarrow u \;||\overrightarrow v \;|sin(\theta )
So, we can find the cross product and all of the norms and then plug in as shown in the equation shown above:

Complete step-by-step solution:
In general, for a,bR3a,b \in {R^3} , we have the standard sine angle formula to calculate angle between two vectors:
a×b=absinθ,\parallel a \times b\parallel = \parallel a\parallel \parallel b\parallel sin\theta ,
Where, θ\theta is the angle between vector a and vector b.
In case we will assume mean real valued two dimensional vectors. Given vectors, u\overrightarrow u and v\overrightarrow v , note that they can be represented in polar form as:
u=u((cosα)i^+(sinα)j^)\overrightarrow u = \left| u \right|\left( {\left( {cos\alpha } \right)\hat i + \left( {sin\alpha } \right)\hat j} \right)
v=v((cosβ)i^+(sinβ)j^)\overrightarrow v = \left| v \right|\left( {\left( {cos\beta } \right)\hat i + \left( {sin\beta } \right)\hat j} \right)
Where α and β are the angles that u\overrightarrow u and v\overrightarrow v make with the x axis.
Then:
u×v=u(cosα)v(sinβ)u(sinα)v(cosβ)\overrightarrow u \times \overrightarrow v = \left| u \right|\left( {cos\alpha } \right)\left| v \right|\left( {sin\beta } \right) - \left| u \right|\left( {sin\alpha } \right)\left| v \right|\left( {cos\beta } \right)
u×v=uv(cosαsinβsinαcosβ)\overrightarrow u \times \overrightarrow v = \left| u \right|\left| v \right|\left( {cos\alpha sin\beta - sin\alpha cos\beta } \right)
u×v=uvsin(βα)\overrightarrow u \times \overrightarrow v = \left| u \right|\left| v \right|sin\left( {\beta - \alpha } \right)
So, the final equation in angle will come out to be as shown below, which is the sinesine of the angle between the two vectors.:
sin(βα)=u×vuvsin\left( {\beta - \alpha } \right) = \dfrac{{\overrightarrow u \times \overrightarrow v }}{{\left| u \right|\left| v \right|}}

Note: For 3 dimensional vectors u\overrightarrow u and v\overrightarrow v , the cross product is a vector quantity rather than a scalar one, but the absolute value of the sine of the angle between u\overrightarrow u and v\overrightarrow v is expressible in terms of the length of that vector quantity as:
u×v=u.v\left\| {\overrightarrow u \times \overrightarrow v } \right\| = \left| u \right|.\left| v \right|