Three more functions, each a reciprocal
Secant, cosecant and cotangent are not new ideas — each is simply one divided by one of the three functions you already know. The only genuine difficulty is that the names do not pair with the obvious partners.
The reliable trick is to look at the third letter: sec goes with cosine, cosec goes with sine. Matching the first letters instead is the mistake almost everybody makes at least once.
- sec θ
- reciprocal of cosineundefined wherever cos θ = 0
- cosec θ
- reciprocal of sineundefined wherever sin θ = 0
- cot θ
- reciprocal of tangentequals 0 where tan θ is undefined
Every one of the six functions is a length read off this one diagram. Drag the angle and watch sine and cosine change; the reciprocal functions blow up exactly where their partners pass through zero.
Reciprocals explain the asymptotes
Dividing by something approaching zero produces something growing without limit. So sec θ has vertical asymptotes wherever cos θ = 0 — at 90°, 270° and so on — and cosec θ has them wherever sin θ = 0. You never need to memorise where the asymptotes are; you can always work them out from the partner function.
The Pythagorean identities
One identity generates the other two. Starting from sin²θ + cos²θ = 1, dividing every term by cos²θ gives the second, and dividing by sin²θ gives the third. Deriving them takes ten seconds and is safer than trusting memory under pressure.
- sin²θ
- means (sin θ)²not sin(θ²), which is something else entirely
- sec²θ
- the identity with tanappears constantly in integration too
An identity is not an equation
An identity holds for every value of θ; an equation holds only for particular values. That distinction decides what you are allowed to do. Proving an identity means transforming one side into the other — you may not move terms across the identity sign as though solving, because that assumes what you are trying to prove.
Compound and double angles
The compound angle formulae expand a function of a sum. They matter because sin(A + B) is emphatically not sin A + sin B — the sine function does not distribute over addition, and assuming it does is one of the costliest errors in the subject.
Putting B = A into the compound formulae produces the double angle formulae, which is why they never need separate memorising. The three versions of cos 2A all follow from the first by applying the Pythagorean identity, and having all three available is what makes many integrals and equations tractable.
- ± ∓
- signs taken in the same ordertop with top, bottom with bottom
- cos 2A
- three equivalent formschoose the one containing the function you want
- 2cos²A − 1
- the form with cosine onlyrearranges to cos²A = (1 + cos 2A)/2 for integration
The cosine formula changes the sign
cos(A + B) = cos A cos B − sin A sin B. The minus with a plus inside catches people every year. A quick check: put A = B = 0. The left side is cos 0 = 1, and the right is 1 × 1 − 0 × 0 = 1 ✓. Try it with a plus sign instead and you would still get 1, so use A = B = 90° as well: left is cos 180° = −1, right is 0 − 1 = −1 ✓.
The R form: two waves become one
An expression such as 3 sin θ + 4 cos θ is awkward because θ appears twice. Writing it as a single sine or cosine wave with a shifted starting point removes that problem entirely, and immediately hands you the maximum and minimum values.
The method is always the same: expand the target form, compare coefficients, and read off R and α. R comes from Pythagoras and α from a tangent, which is worth remembering as "R by Pythagoras, alpha by tan".
- R
- the amplitude of the combined wave√(a² + b²), always positive
- α
- the phase shiftfrom tan α = b/a for this particular form
- max, min
- R and −Rbecause a sine can only reach ±1
Express 3 sin θ + 4 cos θ in the form R sin(θ + α), and hence find the maximum value of the expression and the value of θ at which it occurs, for 0° ⩽ θ ⩽ 360°.
- Expand the target: R sin(θ + α) = R sin θ cos α + R cos θ sin α.Using the compound angle formula, so the two sides can be compared term by term.
- Compare coefficients: R cos α = 3 and R sin α = 4.Matching the sin θ terms and the cos θ terms separately.
- Square and add: R² = 3² + 4² = 25, so R = 5.Since cos²α + sin²α = 1, squaring and adding eliminates α entirely. R is taken positive.
- Divide: tan α = 4/3, so α = 53.1°.Dividing eliminates R. Both 3 and 4 are positive, so α is in the first quadrant.
- So the expression is 5 sin(θ + 53.1°).One wave instead of two, with θ appearing only once.
- Maximum is 5, when sin(θ + 53.1°) = 1, that is θ + 53.1° = 90°, so θ = 36.9°.The maximum of any sine is 1, so the maximum of the expression is R. Solving for θ needs the shift subtracted again.
5 sin(θ + 53.1°); maximum 5 at θ = 36.9°
Solving equations without losing solutions
A trigonometric equation over a stated interval nearly always has several solutions, and marks are lost by finding one and stopping. The safe procedure is to widen the interval first, then solve, then narrow back.
If the equation contains 2θ and θ runs from 0° to 360°, then 2θ runs from 0° to 720° — so solutions must be hunted across two full revolutions. Halving them at the end returns them to the original range.
Never divide by a trigonometric function
Solving sin θ cos θ = sin θ by cancelling sin θ destroys every solution where sin θ = 0. Factorise instead: sin θ(cos θ − 1) = 0 gives sin θ = 0 or cos θ = 1, keeping both families. This is the same rule as in ordinary algebra, and it is broken just as often.
The procedure that finds every solution
- Simplify to a single trigonometric function using the identities, if more than one appears.
- Adjust the interval to match the argument: for 2θ, double the interval; for θ + 30°, shift it.
- Find the principal value from the calculator, then use symmetry or the CAST diagram for the others in the widened interval.
- Add multiples of 360° (or 180° for tan) until you leave the interval.
- Convert back to θ, then discard any that fall outside the original range.
- Count your answers against the shape of the graph — a sine equation over a full revolution usually has two.