Trigonometry

Common Trigonometry Mistakes and How to Avoid Them

Last updated: March 2026 · Beginner
Before you start

You should be comfortable with:

Real-world applications
📐
Carpentry

Measurements, material estimation, cutting calculations

Electrical

Voltage drop, wire sizing, load balancing

Trigonometry mistakes follow patterns. The same handful of errors show up repeatedly in homework, exams, and real-world calculations — because the same underlying concepts trip people up. This page catalogs the most common ones, shows you exactly what goes wrong, and explains how to fix each one. If you can recognize these mistakes on sight, you will avoid them in your own work.

Mistake 1: Calculator in the Wrong Mode (Degrees vs. Radians)

This is the single most common trig error. You type a perfectly correct expression into your calculator and get a completely wrong answer — because the calculator is interpreting your angle in the wrong unit.

Wrong: “I typed sin(30)\sin(30) and got 0.988-0.988… that can’t be right.”

Why it is wrong: The calculator was set to radian mode. It computed sin(30 radians)0.988\sin(30 \text{ radians}) \approx -0.988, which is a valid number — just not the one you wanted. You wanted sin(30°)=0.5\sin(30°) = 0.5.

Right: Set your calculator to DEG mode first, then compute sin(30°)=0.5\sin(30°) = 0.5.

How to tell something went wrong: If your answer is negative when you expected positive, or if the value seems wildly off from what you estimated, check the mode first. Angles in degrees typically range from 0 to 360. If you see an answer that only makes sense for a very large radian value, your mode is wrong.

Mistake 2: Mixing Up Opposite and Adjacent

The labels “opposite” and “adjacent” are not fixed properties of a side — they change depending on which angle you are working with. A side that is opposite to one acute angle is adjacent to the other.

Same Triangle, Different Angle — Sides Swap

AOppAdjHypRelative to angle ABAdjOppHypRelative to angle B

Wrong: Labeling the side next to angle AA as “opposite” simply because it is a vertical side.

Why it is wrong: Opposite and adjacent are defined relative to your chosen angle. The side across from angle AA is opposite to AA but adjacent to angle BB. If you switch angles, the labels swap.

Right: Always ask yourself: “Opposite to which angle?” and “Adjacent to which angle?” The hypotenuse never changes — it is always the side across from the right angle.

Mistake 3: Confusing sin1\sin^{-1} with 1sin\frac{1}{\sin}

The notation sin1\sin^{-1} looks like it should mean “one over sine,” but it does not.

Wrong: "sin1(0.5)=1sin(0.5°)=10.00873114.5\sin^{-1}(0.5) = \frac{1}{\sin(0.5°)} = \frac{1}{0.00873} \approx 114.5"

Why it is wrong: sin1\sin^{-1} is the inverse sine function (also written arcsin\arcsin). It answers the question: “What angle has a sine of 0.5?” The reciprocal of sine is a completely different function called cosecant (cscθ=1sinθ\csc\theta = \frac{1}{\sin\theta}).

Right: sin1(0.5)=30°\sin^{-1}(0.5) = 30° because sin(30°)=0.5\sin(30°) = 0.5. Think of sin1\sin^{-1} as “what angle has this sine value?” — not “one divided by sine.”

Mistake 4: Confusing sin2θ\sin^2\theta with sin(θ2)\sin(\theta^2)

The notation sin2θ\sin^2\theta is a shorthand that trips people up. It does not mean “take sine of the squared angle.”

Wrong: Computing sin2(30°)\sin^2(30°) as sin(900°)\sin(900°) by squaring the angle first.

Why it is wrong: sin2θ\sin^2\theta means (sinθ)2(\sin\theta)^2 — compute the sine first, then square the result. sin(θ2)\sin(\theta^2) would mean square the angle first, then take sine — a completely different operation.

Right:

sin2(30°)=(sin30°)2=(0.5)2=0.25\sin^2(30°) = (\sin 30°)^2 = (0.5)^2 = 0.25

Compare this to the wrong calculation: sin(900°)=sin(180°×5)=0\sin(900°) = \sin(180° \times 5) = 0, which is not even close to 0.250.25.

Mistake 5: Setting Up the Ratio Upside Down

You remember SOH CAH TOA but accidentally flip the fraction.

Wrong: Writing sinθ=HO\sin\theta = \frac{H}{O} instead of OH\frac{O}{H}.

Why it is wrong: SOH means Sine = Opposite / Hypotenuse. The letters after S give the fraction in order: numerator first, denominator second. Flipping it gives you the cosecant, not the sine.

Right: The mnemonic gives the order directly:

  • S = O / H (middle letter is numerator)
  • C = A / H (middle letter is numerator)
  • T = O / A (middle letter is numerator)

If you consistently read the middle letter as the numerator and the last letter as the denominator, you will always get the fraction right.

Mistake 6: Forgetting the ±\pm Sign in Quadrants II—IV

Reference angles help you find trig values for angles beyond 90 degrees — but you must account for the sign.

Wrong: "cos(150°)=cos(30°)=0.866\cos(150°) = \cos(30°) = 0.866"

Why it is wrong: 150 degrees is in Quadrant II, where cosine is negative. The reference angle is 180°150°=30°180° - 150° = 30°, so the magnitude is correct, but the sign is wrong.

Right: cos(150°)=cos(30°)=0.866\cos(150°) = -\cos(30°) = -0.866

How to check the sign: Use the ASTC rule (All Students Take Calculus):

  • Q IAll positive
  • Q IISine positive (cosine and tangent negative)
  • Q IIITangent positive (sine and cosine negative)
  • Q IVCosine positive (sine and tangent negative)

Mistake 7: Rounding Too Early

Rounding intermediate values introduces error that compounds through later calculations.

Wrong: sin(37°)0.6\sin(37°) \approx 0.6, then 25×0.6=15.025 \times 0.6 = 15.0

Why it is wrong: sin(37°)0.6018\sin(37°) \approx 0.6018, so 25×0.6018=15.04525 \times 0.6018 = 15.045. Rounding 0.60180.6018 to 0.60.6 lost information. In a multi-step problem the error can grow much larger.

Right: Keep at least four decimal places in intermediate steps. Round only the final answer to the precision your problem requires.

25×sin(37°)25×0.6018=15.04525 \times \sin(37°) \approx 25 \times 0.6018 = 15.045

Mistake 8: Using SOH CAH TOA on a Non-Right Triangle

SOH CAH TOA is built on the definition of trig ratios inside a right triangle. It does not apply to triangles without a 90-degree angle.

Wrong: Applying sinθ=OH\sin\theta = \frac{O}{H} to an oblique triangle (one with no right angle) and labeling the longest side as the “hypotenuse.”

Why it is wrong: An oblique triangle has no hypotenuse. The terms opposite, adjacent, and hypotenuse only have meaning in a right triangle.

Right: For non-right triangles, use the Law of Sines or the Law of Cosines. Before applying SOH CAH TOA, always confirm that the triangle contains a right angle. No right angle means no SOH CAH TOA.

The Quick Checklist

Before submitting any trig problem, run through this list:

  • Calculator is in the correct mode (degrees or radians)
  • Sides are labeled relative to the correct angle
  • The ratio matches what you know and what you need
  • The sign is correct for the quadrant
  • You did not round until the final answer
  • You verified with the Pythagorean theorem if possible

Practice Problems

Each problem below shows a student’s wrong solution. Your job is to find the mistake and explain what the correct answer should be. Click to reveal each explanation.

Problem 1: A student computes sin(45°)=0.851\sin(45°) = 0.851. What went wrong?

The calculator was in radian mode. In radian mode, sin(45)0.851\sin(45) \approx 0.851 because the calculator treats 45 as 45 radians.

The correct answer with the calculator in degree mode:

sin(45°)=220.707\sin(45°) = \frac{\sqrt{2}}{2} \approx 0.707

The mistake: Calculator in the wrong mode (Mistake 1).

Problem 2: A student has a right triangle with a 50-degree angle. The side opposite the angle is 8 and the side adjacent is unknown. The student writes cos(50°)=8A\cos(50°) = \frac{8}{A} and solves to get A=8cos(50°)=12.45A = \frac{8}{\cos(50°)} = 12.45. What went wrong?

The student used cosine when they should have used tangent. They know the opposite side (8) and need the adjacent side — that is a tangent relationship, not cosine. Cosine involves adjacent and hypotenuse.

The correct setup:

tan(50°)=8A\tan(50°) = \frac{8}{A}

A=8tan(50°)=81.19186.71A = \frac{8}{\tan(50°)} = \frac{8}{1.1918} \approx 6.71

The mistake: Choosing the wrong ratio (Mistake 5 territory — not matching the ratio to the known and needed sides).

Problem 3: A student writes cos(240°)=cos(60°)=0.5\cos(240°) = \cos(60°) = 0.5. What went wrong?

240 degrees is in Quadrant III, where cosine is negative. The reference angle is 240°180°=60°240° - 180° = 60°, so the magnitude is correct, but the sign is wrong.

cos(240°)=cos(60°)=0.5\cos(240°) = -\cos(60°) = -0.5

The mistake: Forgot the negative sign in Q III (Mistake 6).

Problem 4: A student computes sin2(60°)=sin(3600°)=0\sin^2(60°) = \sin(3600°) = 0. What went wrong?

The student interpreted sin2(60°)\sin^2(60°) as sin(602)=sin(3600°)\sin(60^2) = \sin(3600°). They squared the angle instead of squaring the result.

The correct calculation:

sin2(60°)=(sin60°)2=(32)2=34=0.75\sin^2(60°) = (\sin 60°)^2 = \left(\frac{\sqrt{3}}{2}\right)^2 = \frac{3}{4} = 0.75

(Note: sin(3600°)=sin(0°)=0\sin(3600°) = \sin(0°) = 0 because 3600 is a multiple of 360.)

The mistake: Confused sin2θ\sin^2\theta with sin(θ2)\sin(\theta^2) (Mistake 4).

Problem 5: A student has a triangle with angles 50 degrees, 60 degrees, and 70 degrees and one known side. They label the longest side as the “hypotenuse” and use sin(50°)=OH\sin(50°) = \frac{O}{H} to find a missing side. What went wrong?

The triangle has angles of 50, 60, and 70 degrees — none of which is 90 degrees. This is an oblique triangle, so it has no hypotenuse and SOH CAH TOA does not apply.

The student should use the Law of Sines:

asinA=bsinB=csinC\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}

or the Law of Cosines depending on what information is available.

The mistake: Applied right-triangle methods to a non-right triangle (Mistake 8).

Key Takeaways

  • Check your calculator mode — degrees vs. radians is the most common source of wrong answers
  • Opposite and adjacent are relative — they depend on which angle you are working with, not on the shape of the side
  • sin1\sin^{-1} means inverse sine (arcsin), not the reciprocal 1sin\frac{1}{\sin}
  • sin2θ\sin^2\theta means (sinθ)2(\sin\theta)^2 — square the result, not the angle
  • SOH CAH TOA gives numerator then denominator — the middle letter is always on top
  • Check the sign using ASTC when working outside Quadrant I
  • Do not round intermediate values — keep four or more decimal places until the final answer
  • SOH CAH TOA only works on right triangles — use Law of Sines or Cosines otherwise

Return to Trigonometry for more topics in this section.

Last updated: March 28, 2026