Compound Angle Formulae
students, in this lesson you will learn how to break down tricky trigonometric expressions into simpler parts using compound angle formulae 📐. These formulae are powerful tools in IB Mathematics: Analysis and Approaches HL because they help you work with angles that are added or subtracted, like $\sin(\alpha+\beta)$ or $\cos(\alpha-\beta)$. By the end of this lesson, you should be able to explain the main ideas behind these formulae, use them to solve equations, and see how they connect to geometry, circular measure, and trigonometric reasoning.
Why compound angle formulae matter
In geometry and trigonometry, many problems involve angles that are not written as simple special angles like $30^\circ$, $45^\circ$, or $60^\circ$. Instead, you may need to find the sine, cosine, or tangent of a sum or difference of angles. Compound angle formulae let you rewrite these expressions in terms of angles you already know.
For example, if you know $\sin 30^\circ$, $\cos 30^\circ$, $\sin 45^\circ$, and $\cos 45^\circ$, you can calculate values such as $\sin 75^\circ$ because $75^\circ = 45^\circ + 30^\circ$. This is useful in exact-value questions, proof-style questions, and equation solving. These formulae also support later topics such as identities, trigonometric equations, and modeling periodic motion.
The key idea is that a trigonometric function of a sum is not equal to the sum of the trigonometric functions. For instance, $\sin(\alpha+\beta) \neq \sin\alpha+\sin\beta$ in general. Instead, there are exact formulas that show how these expressions really work.
The main compound angle formulae
The three most important compound angle formulae are for sine, cosine, and tangent.
$$\sin(\alpha+\beta)=\sin\alpha\cos\beta+\cos\alpha\sin\beta$$
$$\sin(\alpha-\beta)=\sin\alpha\cos\beta-\cos\alpha\sin\beta$$
$$\cos(\alpha+\beta)=\cos\alpha\cos\beta-\sin\alpha\sin\beta$$
$$\cos(\alpha-\beta)=\cos\alpha\cos\beta+\sin\alpha\sin\beta$$
For tangent, the formula is:
$$\tan(\alpha+\beta)=\frac{\tan\alpha+\tan\beta}{1-\tan\alpha\tan\beta}$$
and
$$\tan(\alpha-\beta)=\frac{\tan\alpha-\tan\beta}{1+\tan\alpha\tan\beta}$$
These formulae are valid when the expressions are defined. For tangent, the denominator must not be zero, so $1-\tan\alpha\tan\beta\neq 0$ for $\tan(\alpha+\beta)$.
A useful way to remember them is that sine and cosine formulas mix the two functions, while tangent formulas are fractions built from tangent values. The sign pattern matters, so careful attention is essential ✅.
Understanding where the formulae come from
At HL level, it helps to know that these identities are not random rules. They follow from deeper trigonometric structure, including the unit circle and rotation behavior in the plane. When an angle is increased by another angle, the new coordinates on the unit circle depend on both the horizontal and vertical components of the original angles.
On the unit circle, a point at angle $\theta$ has coordinates $$(\cos\theta,\sin\theta).$$
If you rotate by an additional angle, the new coordinates are found using a combination of the original cosine and sine values. This is why the formulas involve products such as $\sin\alpha\cos\beta$ and $\cos\alpha\sin\beta$.
This connection is important in Geometry and Trigonometry because it shows that trigonometric identities are not isolated facts. They reflect the geometry of rotation, angle addition, and coordinate transformation.
Using compound angle formulae for exact values
One common application is finding exact values of trigonometric ratios for angles like $15^\circ$, $75^\circ$, or $105^\circ$. These are often built from special angles.
For example, find $\sin 75^\circ$.
Since $75^\circ=45^\circ+30^\circ$,
$$\sin 75^\circ=\sin(45^\circ+30^\circ)$$
$$=\sin45^\circ\cos30^\circ+\cos45^\circ\sin30^\circ$$
Using exact values,
$$\sin45^\circ=\frac{\sqrt{2}}{2},\quad \cos45^\circ=\frac{\sqrt{2}}{2},\quad \sin30^\circ=\frac{1}{2},\quad \cos30^\circ=\frac{\sqrt{3}}{2}$$
so
$$\sin 75^\circ=\frac{\sqrt{2}}{2}\cdot\frac{\sqrt{3}}{2}+\frac{\sqrt{2}}{2}\cdot\frac{1}{2}$$
$$=\frac{\sqrt{6}+\sqrt{2}}{4}$$
This exact value is better than a decimal approximation because it is precise and can be used in later algebraic work.
Another example is $\cos 15^\circ$.
Since $15^\circ=45^\circ-30^\circ$,
$$\cos 15^\circ=\cos(45^\circ-30^\circ)$$
$$=\cos45^\circ\cos30^\circ+\sin45^\circ\sin30^\circ$$
Substitute exact values:
$$\cos 15^\circ=\frac{\sqrt{2}}{2}\cdot\frac{\sqrt{3}}{2}+\frac{\sqrt{2}}{2}\cdot\frac{1}{2}$$
$$=\frac{\sqrt{6}+\sqrt{2}}{4}$$
This shows that $\sin 75^\circ=\cos 15^\circ$, which fits the cofunction relationship $\sin\theta=\cos(90^\circ-\theta)$.
Solving trigonometric equations with compound angle formulae
Compound angle formulae are very useful in solving equations because they allow you to rewrite expressions into a form that can be factored or matched to known identities.
Suppose you need to solve
$$\sin x\cos 30^\circ+\cos x\sin 30^\circ=\frac{1}{2}$$
The left-hand side matches the formula for $\sin(x+30^\circ)$, so the equation becomes
$$\sin(x+30^\circ)=\frac{1}{2}$$
Now you can solve for the angle inside the sine function. If $x+30^\circ=30^\circ$ or $150^\circ$ within one cycle, then
$$x=0^\circ$$
or
$$x=120^\circ$$
and then add full rotations if needed depending on the domain.
This method is efficient because it turns a complicated-looking expression into a standard trigonometric equation. In exams, spotting the structure quickly can save time and reduce algebra mistakes.
Deriving related identities and proving results
At HL, you are often expected not only to use identities but also to manipulate them and prove new ones. Compound angle formulae are especially helpful for deriving other trigonometric identities.
For example, the double-angle formula for sine can be obtained by setting $\alpha=\beta=x$ in the sine addition formula:
$$\sin(x+x)=\sin x\cos x+\cos x\sin x$$
so
$$\sin 2x=2\sin x\cos x$$
Similarly, for cosine:
$$\cos(x+x)=\cos x\cos x-\sin x\sin x$$
which gives
$$\cos 2x=\cos^2x-\sin^2x$$
Using $\sin^2x+\cos^2x=1$, you can also rewrite this as
$$\cos 2x=1-2\sin^2x$$
or
$$\cos 2x=2\cos^2x-1$$
These identities are connected directly to compound angle formulae and are important in many IB HL questions, especially those involving simplification, integration, and solving equations.
Common mistakes to avoid
A frequent mistake is writing
$$\sin(\alpha+\beta)=\sin\alpha+\sin\beta$$
which is false. Another common error is forgetting the sign change in the cosine formula:
$$\cos(\alpha+\beta)=\cos\alpha\cos\beta-\sin\alpha\sin\beta$$
not a plus sign.
For tangent, students sometimes forget that the denominator changes sign between the sum and difference formulae. Also, because tangent is undefined when $\cos\theta=0$, you must always think about whether the expression is valid for the angles involved.
A good habit is to write the relevant formula first, then substitute values carefully. This reduces the chance of mixing up signs or terms.
How this fits into Geometry and Trigonometry
Compound angle formulae fit naturally into the broader Geometry and Trigonometry topic because they connect angle relationships, coordinate geometry, and periodic functions.
In circular measure, angles are often measured in radians, and the same formulae work with radians just as they do with degrees. For example, if $\alpha=\frac{\pi}{3}$ and $\beta=\frac{\pi}{6}$, then compound angle formulae can be used to find exact values such as $\sin\left(\frac{\pi}{2}\right)$ or $\cos\left(\frac{\pi}{6}\right)$.
In 2D and 3D geometry, these identities support rotation and orientation ideas. In vectors, the geometric meaning of angles is linked to dot products and direction. In trigonometric functions and equations, compound angle formulae help transform expressions into solvable forms. This makes them a bridge between calculation and proof.
Conclusion
students, compound angle formulae are essential tools for rewriting trigonometric expressions involving sums and differences of angles. They let you calculate exact values, solve equations, derive new identities, and understand the geometry behind rotations and the unit circle 🌟. In IB Mathematics: Analysis and Approaches HL, they are not just memorized rules; they are part of the logical structure of trigonometry. Mastering them will make later work on identities, equations, and modeling much easier.
Study Notes
- The main compound angle formulae are $\sin(\alpha+\beta)=\sin\alpha\cos\beta+\cos\alpha\sin\beta$, $\cos(\alpha+\beta)=\cos\alpha\cos\beta-\sin\alpha\sin\beta$, and $\tan(\alpha+\beta)=\frac{\tan\alpha+\tan\beta}{1-\tan\alpha\tan\beta}$.
- The subtraction formulas are found by replacing $\beta$ with $-\beta$.
- These identities are exact and work with both degrees and radians.
- Compound angle formulae are used to find exact values such as $\sin 75^\circ$ or $\cos 15^\circ$.
- They are useful for solving equations by rewriting expressions as a single trig function.
- Setting $\alpha=\beta=x$ gives double-angle formulae such as $\sin 2x=2\sin x\cos x$.
- Common errors include forgetting sign changes and incorrectly adding trigonometric functions directly.
- The formulae connect to the unit circle, rotation, and coordinate geometry, which makes them an important part of Geometry and Trigonometry.
