Common Mistakes

Traps in Trigonometric Functions

6 mistake patterns students fall for. 3 high-frequency traps appear in almost every exam.

Wrong quadrant for trig values

Very CommonSIGN ERROR

Students assume trig functions are positive or apply the reference angle incorrectly, getting the wrong sign for values in Q2, Q3, or Q4.

Why: Over-reliance on first-quadrant intuition. The ASTC rule (All, Sin, Tan, Cos) is either forgotten or misapplied under time pressure.

WRONG: sin(150) = -sin(30) = -1/2 (incorrectly assigning a negative sign in Q2 where sin is positive)
RIGHT: sin(150) = sin(180 - 30) = sin(30) = 1/2. In Q2, sin is positive (S in ASTC).
See pattern: Find General Solution of Trig Equation

Missing general solution terms

Very CommonDOMAIN

When solving trig equations, students find only one particular solution and miss the infinite family of solutions given by the general solution formula.

Why: In school algebra, equations have finitely many roots. The periodic nature of trig functions means infinitely many solutions exist, which is unfamiliar.

WRONG: sin x = 1/2, so x = pi/6 (only one solution, ignoring x = 5pi/6 and all periodic repetitions)
RIGHT: sin x = sin(pi/6), so x = n*pi + (-1)^n * pi/6, n in Z. This captures both pi/6 and 5pi/6 families.
See pattern: Find General Solution of Trig Equation

Forgetting principal value range for inverse trig

Very CommonDOMAIN

Students forget that inverse trig functions have restricted ranges and give answers outside the principal value branch.

Why: The principal value ranges (sin^{-1}: [-pi/2, pi/2], cos^{-1}: [0, pi], tan^{-1}: (-pi/2, pi/2)) are not internalized, so students treat inverse trig as if it can output any angle.

WRONG: cos^{-1}(-1/2) = -2pi/3 or 4pi/3 (both outside the range [0, pi])
RIGHT: cos^{-1}(-1/2) = 2pi/3. The answer must lie in [0, pi] for cos^{-1}.
See pattern: Inverse Trig Composition/Simplification

Confusing product-to-sum with sum-to-product

CommonFORMULA

Students apply the wrong transformation direction, using product-to-sum formulas when sum-to-product is needed, or vice versa.

Why: Both sets of formulas look similar and involve sin/cos of (A+B) and (A-B). Without practice, they blur together.

WRONG: sin 5x + sin 3x: trying to expand as sin(5x)cos(3x) + ... (product-to-sum applied backwards)
RIGHT: sin 5x + sin 3x = 2 sin((5x+3x)/2) cos((5x-3x)/2) = 2 sin 4x cos x (sum-to-product).
See pattern: Simplify Compound Angle Expression

Dropping absolute value in half-angle formulas

CommonSIGN ERROR

In the half-angle formulas, the square root form requires choosing the correct sign based on the quadrant of A/2. Students often ignore this and always take the positive root.

Why: The formula is memorized as sin(A/2) = sqrt((1-cosA)/2) without the plus-or-minus sign. The sign selection step is skipped.

WRONG: If A = 240, sin(120) = sqrt((1-cos240)/2) = sqrt(3/4) = sqrt(3)/2. But sin(120) is positive, so this happens to work. For A = 480, sin(240) should be negative.
RIGHT: Determine which quadrant A/2 falls in, then choose the sign accordingly. sin(A/2) = +sqrt(...) if A/2 is in Q1 or Q2, and -sqrt(...) if A/2 is in Q3 or Q4.
See pattern: Simplify Compound Angle Expression

Using wrong triangle inequality or formula

OccasionalCASE MISS

In properties-of-triangles problems, students mix up which formula to use (sine rule vs cosine rule) or apply the triangle inequality incorrectly.

Why: Both sine and cosine rules connect sides and angles, but they apply to different given-data scenarios (SSS/SAS vs AAS/ASA). Picking the wrong one leads to unsolvable or incorrect setups.

WRONG: Given all three sides, using sine rule to find an angle (requires knowing at least one angle first)
RIGHT: Given SSS, use cosine rule: cos A = (b^2 + c^2 - a^2)/(2bc). Then use sine rule for remaining angles if needed.
See pattern: Properties of Triangle
Test yourself

Can you spot these traps under time pressure?

Take a timed quiz on Trigonometric Functions and see if you avoid the mistakes above.