3.1.18 · D5Advanced Trigonometry

Question bank — Solving trig equations — general solutions, solutions in given range

1,494 words7 min readBack to topic

True or false — justify

has exactly two solutions in .
True — cosine hits each value (except ) exactly twice per turn, here at and , the pair mirrored across the -axis.
has infinitely many solutions because sine is periodic.
False — periodicity only multiplies existing solutions. Sine never exceeds , so there are zero solutions, and repeating nothing still gives nothing.
The general solution and describe the same set.
True — as runs over all integers (), and sweep the same multiples of , so both formulas produce the identical family.
For , the two per-turn solutions are and .
False — they are and (supplementary angles), not . The pattern belongs to cosine, which is even; sine is symmetric about instead.
has only one solution in .
False — tan has period , so a value repeats every half-turn; has two solutions in a full (one in the first quadrant, one in the third).
Changing an equation from degrees to radians changes the number of solutions in "one full turn".
False — one full turn is radians; it's the same physical range, so the count is identical. Only the numbers labelling the answers change.
has two solutions in each interval.
False — is the minimum of cosine, touched at exactly one point per turn (). The "two per turn" rule fails at the peak and trough where the pair collapses into one.

Spot the error

", done."
The calculator returns only the principal value. The full family is ; filtering to also gives , which was silently dropped.
", so ."
Sine uses , not . The form would wrongly hand you -type angles where sine is negative, so it generates false roots.
" on , so I solve on with ."
Substituting doubles the interval to . Solving only in keeps half the values, so you lose half the final answers.
", calculator gives , so one answer is and I stop."
is outside . You must add multiples of the period to land inside: and are the actual in-range solutions.
"For , I found , and after dividing."
Divide every solved by directly (); don't re-add the period after dividing. The extra turns were already accounted for when you widened the -range.
" gives , and each of these is a distinct pair."
The formula is fine and gives , but since the "two families" merge — and coincide at and , so there's just one solution per , not two per .
" has no nice solution, so I'll square both sides."
Squaring introduces extra roots (it also solves ). Instead recognise via Compound and Double Angle Formulae and solve directly.

Why questions

Why does cosine use while sine uses ?
Cosine is even (), so its two solutions mirror across the -axis as . Sine's two solutions are supplementary ( and ); the toggle packs that alternation into one formula.
Why does tangent need only one family (no , no alternation)?
Because has period and, within each period, is strictly increasing — it hits every value exactly once. One base angle plus therefore captures everything, no second family required.
Why must we "widen the range" before dividing in multiple-angle problems?
The unknown inside is ; as crosses its interval, crosses a -times-longer interval. Solving over the un-widened range hides the extra periods that map to valid values.
Why can't we just add once and assume we've found all solutions?
One period-shift catches the next copy, but the range may span several periods (especially after widening for multiple angles). You must test until the outputs leave the range on both ends.
Why does have no solutions when ?
On the unit circle, is the horizontal coordinate of a point on a circle of radius , so it can never exceed in size. No point sits at horizontal distance .
Why is the "principal value" from an inverse function unique even though the equation isn't?
Inverse trig functions are defined on a restricted domain (e.g. on ) precisely so they return one answer. The general solution then rebuilds the full family from that single anchor .
Why do we look at the graph to predict the number of solutions before solving?
Drawing and the horizontal line over the range, each crossing is one solution — see Graphs of Trigonometric Functions. This sanity-checks that your general-solution filtering kept the right count.

Edge cases

— how many solutions in , and why is it not two?
Exactly one (). At the maximum the two mirrored solutions collapse into the single point , so the pair degenerates.
— what happens to the two supplementary solutions?
They merge: and are the same angle. So there is one solution per turn, at the peak of the sine curve.
— how does this differ from for a generic ?
It doesn't degenerate: still gives one solution per period. But note exactly where , and tan is undefined (not zero) at .
— is the only solution per turn?
No — cosine crosses zero twice per turn, at and . Zero is a mid-range value, not a peak, so the pair does not collapse.
A range like (closed at both ends) versus — does it matter?
Yes at the boundary. If solves it, then also solves it; the closed range would list both, the half-open range only . Always check whether endpoints are included.
where the required range straddles an asymptote (e.g. near ) — any trap?
The asymptote itself is not a solution (tan is undefined there), but solutions exist just below and just above it. Don't skip the interval around ; just exclude the exact asymptote value.
What if an equation reduces to something like ?
Solve each factor separately as its own equation ( and ), then combine all in-range answers. A product is zero when any factor is zero, so missing a factor loses solutions — use Trigonometric Identities to reach such factored forms.

Connections