
The formula sin a cos b connects a product of trigonometric functions to a sum of sines. Transforming this product into a sum simplifies calculations that would otherwise remain stuck in the form of difficult-to-integrate or factor products. This article details the proof, compares the product-sum formulas with each other, and shows how to apply them concretely in integration and signal processing.
Sin a cos b and frequency separation in signal processing
Product-sum formulas are not only used to solve trigonometry exercises on paper. In signal processing, multiplying two sinusoids of distinct frequencies results in two new frequency components. The formula sin a cos b = 1/2 [sin(a + b) + sin(a – b)] exactly describes this phenomenon: the product of a sine and a cosine decomposes into two sines whose arguments are the sum and the difference of the original angles.
This property is exploited in amplitude modulation. When a carrier signal (high-frequency cosine) is multiplied by a message signal (lower-frequency sine), the result contains two sidebands. Separating them involves applying the product-sum formula. This is also what allows a radio receiver to recover the useful signal.
For anyone looking to deepen their understanding of the sin a cos b formula, this link between trigonometric algebra and wave physics provides a concrete reason to master it beyond the school curriculum.
Comparison table of product-sum formulas in trigonometry
The formula sin a cos b is not isolated. It belongs to a family of three identities that each convert a product of trigonometric functions into a sum (or difference). Confusing them is the most common mistake in exams.

| Product | Equivalent Formula | Result Obtained |
|---|---|---|
| sin(a) cos(b) | 1/2 [sin(a + b) + sin(a – b)] | Sum of two sines |
| cos(a) cos(b) | 1/2 [cos(a – b) + cos(a + b)] | Sum of two cosines |
| sin(a) sin(b) | 1/2 [cos(a – b) – cos(a + b)] | Difference of two cosines |
A point of reference: only sin a cos b produces sines as output. The other two formulas yield cosines. This detail helps avoid mixing signs and functions during quick calculations.
The sign separating the two terms of the result also varies. For cos a cos b and sin a cos b, it is a “+”. For sin a sin b, it is a “-”. Remembering this asymmetry is more reliable than relearning the proof for each exercise.
Proof of sin a cos b from addition formulas
The proof relies on two sine addition formulas that every high school and preparatory program includes:
- sin(a + b) = sin a cos b + cos a sin b
- sin(a – b) = sin a cos b – cos a sin b
By adding these two equalities term by term, the terms in cos a sin b cancel out. What remains is:
sin(a + b) + sin(a – b) = 2 sin a cos b
Dividing both sides by 2 directly gives the formula: sin a cos b = 1/2 [sin(a + b) + sin(a – b)]. The proof can be summarized in three lines, making it easy to reconstruct in an exam if memory fails.
The same method works for the other two product-sum identities. For cos a cos b, one adds cos(a + b) and cos(a – b). For sin a sin b, one subtracts them. The mechanism is always the same: combining two addition formulas to eliminate one of the two crossed products.

Calculating trigonometric integrals with sin a cos b
One of the most direct uses of this formula is the simplification of integrals of trigonometric products. Integrating sin(3x) cos(5x) as is leads nowhere with basic techniques. Applying the formula transforms the product into a sum:
sin(3x) cos(5x) = 1/2 [sin(8x) + sin(-2x)] = 1/2 [sin(8x) – sin(2x)]
Each term can then be integrated separately, as the integral of a simple sine is a cosine divided by the coefficient of x:
- Integral of sin(8x) = -cos(8x)/8
- Integral of sin(2x) = -cos(2x)/2
- Final result: 1/2 [-cos(8x)/8 + cos(2x)/2] + C
Without the product-sum conversion, one would have to resort to heavier techniques (repeated integration by parts, complete linearization). The formula reduces the problem to two elementary integrals in a single step.
Common pitfall regarding the sign of sin(-x)
When a – b gives a negative angle, sin(-x) = -sin(x). Forgetting this property of the sine’s oddness leads to a sign error in the final result. The table above shows a “+” between the two sines, but if the argument of the second sine is negative, the effective sign becomes a “-” after simplification. Systematically checking the sign of (a – b) before proceeding with the calculation avoids this classic mistake.
Reverse reading: going from a sum of sines to a product
The formula works both ways. One can also start from a sum of sines to find a product, which is called factorization formulas (or sum-product). By setting p = a + b and q = a – b, one obtains a = (p + q)/2 and b = (p – q)/2, thus:
sin p + sin q = 2 sin[(p + q)/2] cos[(p – q)/2]
This reverse reading is useful for solving trigonometric equations. Factoring a sum into a product allows the application of the zero product rule: one of the two factors equals zero. This reduces a complex equation to two simple equations.
The sin a cos b formula and its reciprocal therefore cover two distinct needs: simplifying a product before integration or factoring a sum before solving an equation. Mastering both directions provides a complete tool for analytical trigonometry, from high school to preparatory classes.