You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers a powerful technique for rewriting expressions of the form a sin θ + b cos θ as a single trigonometric function R sin(θ + α) or R cos(θ + α). This technique — often called the "harmonic form" or "R-alpha method" — is essential for solving equations, finding maximum and minimum values, and modelling periodic phenomena.
Any expression of the form a sin θ + b cos θ can be written as:
a sin θ + b cos θ ≡ R sin(θ + α)
where R > 0 and 0 < α < 2π (or equivalently 0° < α < 360°).
Similarly, it can be written in the forms:
a sin θ + b cos θ ≡ R cos(θ − β) (alternative form)
a cos θ + b sin θ ≡ R cos(θ − α)
a cos θ − b sin θ ≡ R cos(θ + α)
The choice of form depends on the question.
Expand the right-hand side using the addition formula:
R sin(θ + α) = R sin θ cos α + R cos θ sin α
Compare coefficients with a sin θ + b cos θ:
R cos α = a ... (1)
R sin α = b ... (2)
From these two equations:
Finding R: Square and add equations (1) and (2):
R²cos²α + R²sin²α = a² + b²
R²(cos²α + sin²α) = a² + b²
R² = a² + b²
R = √(a² + b²)
Finding α: Divide equation (2) by equation (1):
tan α = b/a
Use the signs of R cos α = a and R sin α = b to determine the correct quadrant for α.
Expand:
R cos(θ − α) = R cos θ cos α + R sin θ sin α
Compare coefficients:
R cos α = a ... (1)
R sin α = b ... (2)
Same process: R = √(a² + b²) and tan α = b/a.
Example 1: Express 3sin θ + 4cos θ in the form R sin(θ + α), where R > 0 and 0° < α < 90°.
R sin(θ + α) = R sin θ cos α + R cos θ sin α
Comparing: R cos α = 3 and R sin α = 4.
R = √(3² + 4²) = √(9 + 16) = √25 = 5
tan α = 4/3
α = arctan(4/3) = 53.13° (2 d.p.)
Therefore: 3sin θ + 4cos θ = 5sin(θ + 53.13°)
Example 2: Express √3 cos θ + sin θ in the form R cos(θ − α), where R > 0 and 0 < α < π/2.
R cos(θ − α) = R cos θ cos α + R sin θ sin α
Comparing: R cos α = √3 and R sin α = 1.
R = √(3 + 1) = √4 = 2
tan α = 1/√3
α = π/6
Therefore: √3 cos θ + sin θ = 2cos(θ − π/6)
Example 3: Express 5cos x − 12sin x in the form R cos(x + α), where R > 0 and 0° < α < 90°.
R cos(x + α) = R cos x cos α − R sin x sin α
Comparing: R cos α = 5 and R sin α = 12.
R = √(25 + 144) = √169 = 13
tan α = 12/5
α = arctan(12/5) = 67.38° (2 d.p.)
Therefore: 5cos x − 12sin x = 13cos(x + 67.38°)
Since −1 ≤ sin(θ + α) ≤ 1 and −1 ≤ cos(θ + α) ≤ 1, the expressions have:
Example 4: Find the maximum and minimum values of 3sin θ + 4cos θ, and the values of θ in [0°, 360°] at which they occur.
From Example 1: 3sin θ + 4cos θ = 5sin(θ + 53.13°)
Maximum value = 5, when sin(θ + 53.13°) = 1, i.e., θ + 53.13° = 90°, so θ = 36.87° ≈ 36.9°.
Minimum value = −5, when sin(θ + 53.13°) = −1, i.e., θ + 53.13° = 270°, so θ = 216.87° ≈ 216.9°.
Example 5: Find the range of f(x) = 7 − 2sin x + 3cos x.
First express −2sin x + 3cos x in R form:
R = √(4 + 9) = √13
So −2sin x + 3cos x ranges from −√13 to √13.
Therefore f(x) ranges from 7 − √13 to 7 + √13.
That is: 7 − √13 ≤ f(x) ≤ 7 + √13 (approximately 3.39 to 10.61).
Example 6: Solve 3sin θ + 4cos θ = 2 for 0° ≤ θ ≤ 360°.
From Example 1: 5sin(θ + 53.13°) = 2
sin(θ + 53.13°) = 2/5 = 0.4
θ + 53.13° = arcsin(0.4) = 23.58° or 180° − 23.58° = 156.42°
θ + 53.13° = 23.58°: θ = −29.55° (not in range) θ + 53.13° = 156.42°: θ = 103.29°
For the next cycle, add 360°: θ + 53.13° = 23.58° + 360° = 383.58°: θ = 330.45°
Solutions: θ = 103.3° and θ = 330.4° (1 d.p.)
Example 7: Solve √3 sin x − cos x = 1 for 0 ≤ x ≤ 2π.
Express √3 sin x − cos x as R sin(x − α):
R sin(x − α) = R sin x cos α − R cos x sin α
Comparing: R cos α = √3 and R sin α = 1.
R = √(3 + 1) = 2
tan α = 1/√3, so α = π/6
So: 2sin(x − π/6) = 1, meaning sin(x − π/6) = 1/2.
x − π/6 = π/6 or x − π/6 = 5π/6
x = π/3 or x = π
Solutions: x = π/3 and x = π
The R cos(θ ± α) form is particularly useful in modelling situations where two oscillations combine, such as:
By converting to a single trigonometric function, you can easily identify the amplitude (R), phase shift (α), and find maximum/minimum values.
Exam Tip: The choice between Rsin(θ + α) and Rcos(θ − α) depends on the form of the question — use whichever the question specifies. When finding α, always use the equations R cos α = ... and R sin α = ... to check which quadrant α is in, rather than blindly using tan⁻¹. Show the comparison of coefficients clearly and state the values of R and α before writing the final answer.
AQA A-Level Mathematics (7357) specification, Paper 2 — Pure Mathematics, Section E (Trigonometry), Year 2 sub-strand covers express acosθ+bsinθ in the equivalent forms Rsin(θ±α) or Rcos(θ±α) (refer to the official specification document for exact wording). This is one of the highest-value Year 2 trigonometric techniques: it is examined directly on Paper 2 and surfaces synoptically in Section J (Differentiation) when stationary points of f(θ)=acosθ+bsinθ are sought, in Section L (Numerical methods) when iterative solvers run on harmonic functions, and in Mechanics Paper 3, Section O (Kinematics) under simple harmonic motion. The AQA formula booklet does list the compound-angle identities that underpin the derivation, but the harmonic form itself must be derived in every solution — it is not given.
Question (8 marks):
(a) Express 3sinθ−4cosθ in the form Rsin(θ−α), where R>0 and 0<α<2π, giving the exact value of R and α to 3 decimal places. (4)
(b) Hence solve 3sinθ−4cosθ=2.5 for 0≤θ≤2π, giving answers to 3 decimal places. (4)
Solution with mark scheme:
(a) Step 1 — expand the target form.
Rsin(θ−α)=Rsinθcosα−Rcosθsinα
Comparing coefficients with 3sinθ−4cosθ:
Rcosα=3,Rsinα=4
M1 — correct expansion of Rsin(θ−α) using the compound-angle identity, and correct comparison of coefficients. The most common error is matching Rsinα=−4 (carrying the sign incorrectly); the minus sign in Rsin(θ−α)=Rsinθcosα−Rcosθsinα is already absorbed by writing Rsinα=4 to match the coefficient −4 of cosθ.
Step 2 — find R.
Square and add: (Rcosα)2+(Rsinα)2=R2(cos2α+sin2α)=R2. So:
R2=32+42=9+16=25⟹R=5
A1 — R=5, taking the positive root since the question states R>0.
Step 3 — find α.
Divide: RcosαRsinα=tanα=34.
So α=arctan(4/3)=0.927 rad (3 d.p.).
M1 — using tanα=(Rsinα)/(Rcosα) to obtain α. Both Rcosα and Rsinα are positive here, so α is in the first quadrant — consistent with the stated range 0<α<π/2.
A1 — 3sinθ−4cosθ=5sin(θ−0.927).
(b) Step 1 — substitute the harmonic form.
5sin(θ−0.927)=2.5⟹sin(θ−0.927)=0.5
M1 — substituting and isolating sin(θ−α).
Step 2 — solve over the shifted interval.
Let ϕ=θ−0.927. The original interval 0≤θ≤2π becomes −0.927≤ϕ≤5.356. Solve sinϕ=0.5 on this interval.
Principal value: ϕ=arcsin(0.5)=π/6≈0.524. The supplementary solution: ϕ=π−π/6=5π/6≈2.618. Adding 2π to the first: ϕ≈6.807 (out of range). Subtracting 2π from the first: ϕ≈−5.759 (out of range).
M1 — generating the principal and supplementary solutions, and checking which lie in the shifted interval.
Step 3 — back-substitute.
θ=ϕ+0.927:
A1 — both solutions found.
A1 — answers given to 3 decimal places as requested: θ=1.451 rad, 3.545 rad.
Total: 8 marks (M3 A4 split as shown, plus 1 method/accuracy mark for the systematic shifted-interval treatment).
Question (6 marks): f(θ)=7cosθ+24sinθ for 0≤θ≤2π.
(a) Express f(θ) in the form Rcos(θ−α), where R>0 and 0<α<2π. (3)
(b) Hence find the maximum value of f(θ) and the smallest non-negative value of θ at which it occurs. (3)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2. Harmonic-form questions reward AO2 reasoning at the moment the candidate connects "max of cos is 1" to the value of θ — a small piece of mathematical interpretation that earns the bulk of the AO2 credit.
Connects to:
Compound-angle identities (Section E earlier in Year 2): the harmonic form is derived from sin(A±B)=sinAcosB±cosAsinB and cos(A±B)=cosAcosB∓sinAsinB. Without fluency in these, the harmonic conversion cannot be reconstructed in an exam.
Trigonometric equations (Section E): equations of the form acosθ+bsinθ=c are unsolvable directly but trivial after harmonic conversion. The technique transforms the equation into Rsin(θ−α)=c or Rcos(θ−α)=c, which is solved by the standard arcsin / arccos + symmetry routine.
Maximum / minimum problems without calculus (Section J adjacent): because ∣sin∣≤1 and ∣cos∣≤1, the function acosθ+bsinθ has maximum R=a2+b2 and minimum −R. This is faster than differentiating and solving f′(θ)=0 — and AQA examiners reward the elegance.
Mechanics Paper 3 — Simple Harmonic Motion (Section O): the displacement of a particle in SHM is x(t)=acosωt+bsinωt, which converts to x(t)=Rcos(ωt−ϕ) with amplitude R and phase ϕ. The harmonic form is the natural physical description of an oscillator.
Mathematical modelling (Section A AO3 — problem-solving): any superposition of two sinusoids of the same frequency — tides, AC voltage, sound waves — collapses to a single sinusoid via the harmonic form. Modelling questions on Paper 2 routinely use this in coastal-tide, traffic-noise, or pendulum contexts.
Harmonic-form questions on AQA 7357 Paper 2 split AO marks roughly:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 55–65% | Expanding the target form, comparing coefficients, computing R via a2+b2, computing α via arctan |
| AO2 (reasoning / interpretation) | 25–35% | Choosing whether the question demands Rsin or Rcos, identifying the correct quadrant for α, connecting $ |
| AO3 (problem-solving) | 0–15% | Modelling-style "tide reaches its maximum at …" or "noise level exceeds 80 dB when …" prompts |
Examiner-rewarded phrasing: "expanding Rsin(θ−α)=Rsinθcosα−Rcosθsinα and comparing coefficients"; "since both Rcosα>0 and Rsinα>0, α lies in the first quadrant"; "the maximum value of Rcos(θ−α) is R, occurring when θ−α=2kπ for integer k".
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.