Mistakes · Trigonometry
5 Common Radian Mistakes and How to Catch Them
One of these is not an arithmetic slip at all — it is a setting on your calculator, and it produces confident wrong answers all the way through a paper.
1. The calculator in the wrong mode
The most expensive of the common radian mistakes, because it is not a mistake in your working at all. sin(30) is 0.5 in degree mode and about −0.988 in radian mode. Both are correct answers to different questions.
It is expensive precisely because nothing looks wrong. The working is right, the arithmetic is right, and every answer on the page is wrong.
2. Inverting the conversion factor
Degrees to radians multiplies by π/180. Radians to degrees multiplies by 180/π. Using the wrong one is out by a factor of about 3283.
| Direction | Multiply by | 90° or π/2 gives |
|---|---|---|
| degrees → radians | π/180 | π/2 ≈ 1.571 |
| radians → degrees | 180/π | 90° |
| the wrong way round | — | an absurd number |
The check is a sanity test rather than a rule to memorise: 180° must give π. Only π/180 does that, and reconstructing it from that one fact takes two seconds.
3. Leaving the fraction unreduced
135π/180 is a correct value and an unfinished answer. Reduced, it is 3π/4, which is instantly recognisable as a standard angle.
This matters beyond neatness. Standard angles have exact trig values you are expected to know — sin(π/4) is √2/2 — and you will not recognise the angle if it is still wearing the wrong fraction.
4. Rounding π away too early
Writing π/3 as 1.047 loses precision that compounds. In an arc length calculation of r = 12 and θ = π/3, the exact answer is 4π; carrying 1.047 gives 12.564 rather than 12.566, and the structure is hidden either way.
Keep π symbolically until the final line, then round once to whatever the question asks for. If the answer is exactly 4π, say so and give the decimal afterwards.
5. Using degrees in a formula that needs radians
Arc length is rθ and sector area is ½r²θ — both only when θ is in radians. Substituting 60 instead of π/3 gives an answer roughly 57 times too large.
- r = 12, θ = 60°the problem
- 12 · 60 = 720wrong: degrees in a radian formula
- 12 · π⁄3 = 4π ≈ 12.57correct: convert first
The check is a rough estimate: a 60° arc is a sixth of the circumference, and the circumference here is about 75 cm. An answer near 12.5 is plausible; 720 is not.
Check your answer against the unit circle
The unit circle is the fastest check there is, because every standard angle has a position on it that you can picture.
| Radians | Where it points | Degrees |
|---|---|---|
| π/6 | just above the horizontal | 30° |
| π/4 | diagonally, halfway up | 45° |
| π/2 | straight up | 90° |
| 3π/4 | diagonally, upper left | 135° |
| π | straight left | 180° |
If a conversion of 135° produces something that is not a bit more than π/2, the arithmetic went wrong. This also catches the unsimplified fraction: 135π/180 does not look like anything on the circle until you simplify the fraction to 3π/4.
The habit that prevents most of them
Convert to radians first using the π over 180 factor — or its inverse factor 180/π going the other way — before touching any formula, and keep the result in exact form. Then check the calculator mode once with sin(30).
Between them, those two habits remove four of the five errors above. The fifth — an unreduced fraction — is caught by asking whether the answer looks like a standard angle, which it usually should.
Questions about common radian mistakes
How do I know if my calculator is in radian mode?
Compute sin(30). Degree mode gives 0.5; radian mode gives about −0.988. Check it once at the start of every session.
Which way round is the conversion factor?
Degrees to radians uses π/180; radians to degrees uses 180/π. Reconstruct it from the fact that 180° must give π.
Can I use degrees in the arc length formula?
No. Arc length rθ and sector area ½r²θ both require radians. Convert first, or the answer is about 57 times too big.
Why does an unreduced fraction matter?
Because you will not recognise the standard angle. 135π/180 hides the fact that the angle is 3π/4, whose exact trig values you are expected to know.