Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

7.4 Q-8

Question Statement

Prove the trigonometric identity:

sin(αβ)=sinαcosβcosαsinβ\sin (\alpha - \beta) = \sin \alpha \cos \beta - \cos \alpha \sin \beta

Background and Explanation

This problem involves proving a well-known trigonometric identity using vectors. The identity itself is a standard result in trigonometry, known as the sine subtraction formula.

To prove this identity, we will use the concept of unit vectors in the xyxy-plane, making angles α\alpha and β\beta with the x-axis, and applying the cross product of two vectors. The goal is to relate the sine of the angle difference between two vectors to the components of the vectors in the xx and yy directions.


Solution

Step 1: Define the unit vectors

Let a^\hat{a} and b^\hat{b} be the unit vectors in the xyxy-plane, making angles α\alpha and β\beta with the xx-axis, respectively, where α>β\alpha > \beta. These unit vectors can be expressed as:

a^=cosα,i+sinα,j\hat{a} = \cos \alpha , \underline{i} + \sin \alpha , \underline{j} b^=cosβ,i+sinβ,j\hat{b} = \cos \beta , \underline{i} + \sin \beta , \underline{j}

where i\underline{i} and j\underline{j} are the unit vectors along the xx- and yy-axes, respectively.


Step 2: Compute the cross product a^×b^\hat{a} \times \hat{b}

The next step is to compute the cross product of a^\hat{a} and b^\hat{b}, which gives us the magnitude of the sine of the angle between them.

The cross product is given by the determinant of the matrix:

a^×b^=i^j^k^cosβsinβ0cosαsinα0\hat{a} \times \hat{b} = \left| \begin{array}{ccc} \hat{i} & \hat{j} & \hat{k} \cos \beta & \sin \beta & 0 \cos \alpha & \sin \alpha & 0 \end{array} \right|

Expanding this determinant:

a^×b^=i^(0)j^(0)+k^(cosβsinαsinβcosα)\hat{a} \times \hat{b} = \hat{i}(0) - \hat{j}(0) + \hat{k}(\cos \beta \sin \alpha - \sin \beta \cos \alpha) a^×b^=(cosβsinαsinβcosα)k^\Rightarrow \hat{a} \times \hat{b} = (\cos \beta \sin \alpha - \sin \beta \cos \alpha) \hat{k}

This expression represents the magnitude of the cross product along the k^\hat{k}-direction (perpendicular to the plane formed by i^\hat{i} and j^\hat{j}).


Step 3: Use the magnitude of the cross product

The magnitude of the cross product can also be written as:

a^×b^=a^b^sin(αβ)k^\hat{a} \times \hat{b} = |\hat{a}| |\hat{b}| \sin (\alpha - \beta) \hat{k}

Since a^\hat{a} and b^\hat{b} are both unit vectors, their magnitudes are 1:

a^=b^=1|\hat{a}| = |\hat{b}| = 1

Thus:

a^×b^=sin(αβ)k^\hat{a} \times \hat{b} = \sin (\alpha - \beta) \hat{k}

Step 4: Compare the two expressions for a^×b^\hat{a} \times \hat{b}

Now, comparing the two expressions for a^×b^\hat{a} \times \hat{b}, we have:

sin(αβ)k^=(cosβsinαsinβcosα)k^\sin (\alpha - \beta) \hat{k} = (\cos \beta \sin \alpha - \sin \beta \cos \alpha) \hat{k}

Since the k^\hat{k}-components are equal, we conclude:

sin(αβ)=sinαcosβcosαsinβ\sin (\alpha - \beta) = \sin \alpha \cos \beta - \cos \alpha \sin \beta

Thus, the identity is proved.


Key Formulas or Methods Used

  1. Cross Product of Two Vectors:
a^×b^=i^j^k^a1a2a3b1b2b3 \hat{a} \times \hat{b} = \left| \begin{array}{ccc} \hat{i} & \hat{j} & \hat{k} a_1 & a_2 & a_3 b_1 & b_2 & b_3 \end{array} \right|
  1. Magnitude of Cross Product:
a^×b^=a^b^sin(θ) |\hat{a} \times \hat{b}| = |\hat{a}| |\hat{b}| \sin (\theta)

where θ\theta is the angle between the two vectors.

  1. Trigonometric Identity:
sin(αβ)=sinαcosβcosαsinβ \sin (\alpha - \beta) = \sin \alpha \cos \beta - \cos \alpha \sin \beta

Summary of Steps

  1. Define the unit vectors a^\hat{a} and b^\hat{b} in terms of the angles α\alpha and β\beta.
  2. Compute the cross product a^×b^\hat{a} \times \hat{b} and simplify the result.
  3. Use the formula for the magnitude of the cross product to express it in terms of sin(αβ)\sin (\alpha - \beta).
  4. Compare the two expressions for the cross product and conclude the identity.