Inverse Trigonometric Functions: Edge Cases and Subtle Traps (3)

hard 2 min read

Question

Evaluate sin1(sin5π6)\sin^{-1}\left(\sin\dfrac{5\pi}{6}\right).

Solution — Step by Step

The principal range of sin1\sin^{-1} is [π/2,π/2][-\pi/2, \pi/2]. The angle 5π/65\pi/6 is not in this range (it’s in (π/2,π](\pi/2, \pi]). So we cannot just say “the answer is 5π/65\pi/6.”

sin(5π/6)=sin(π5π/6)=sin(π/6)\sin(5\pi/6) = \sin(\pi - 5\pi/6) = \sin(\pi/6), since sin(πx)=sinx\sin(\pi - x) = \sin x.

π/6\pi/6 lies in [π/2,π/2][-\pi/2, \pi/2], so:

sin1(sin(π/6))=π/6\sin^{-1}(\sin(\pi/6)) = \pi/6

Final answer: sin1(sin(5π/6))=π6\sin^{-1}(\sin(5\pi/6)) = \dfrac{\pi}{6}.

Why This Works

The function sin1\sin^{-1} is the inverse only when restricted to the principal range [π/2,π/2][-\pi/2, \pi/2], where sin\sin is one-to-one. For angles outside this range, sin1(sinθ)θ\sin^{-1}(\sin\theta) \neq \theta in general. We must convert the angle to an equivalent one inside the principal range using identities like sin(πx)=sinx\sin(\pi - x) = \sin x or sin(2π+x)=sinx\sin(2\pi + x) = \sin x.

This is a JEE Main and JEE Advanced favourite trap because the formula sin1(sinx)=x\sin^{-1}(\sin x) = x is true only conditionally. Students who memorise without thinking get it wrong.

Alternative Method

Picture the unit circle. The point at angle 5π/65\pi/6 has the same yy-coordinate as the point at angle π/6\pi/6 (both are at y=1/2y = 1/2). Since sin1\sin^{-1} asks “which angle in [π/2,π/2][-\pi/2, \pi/2] has this yy?”, the answer is π/6\pi/6, not 5π/65\pi/6.

A common slip: thinking sin1(sinx)=x\sin^{-1}(\sin x) = x for all xx. This is only true for x[π/2,π/2]x \in [-\pi/2, \pi/2]. For xx outside this range, find the equivalent angle inside.

Common Mistake

For cos1(cosx)\cos^{-1}(\cos x), the principal range is [0,π][0, \pi], not [π/2,π/2][-\pi/2, \pi/2]. So cos1(cos(7π/6))=cos1(cos(7π/62π))=cos1(cos(5π/6))=cos1(cos(5π/6))=5π/6\cos^{-1}(\cos(7\pi/6)) = \cos^{-1}(\cos(7\pi/6 - 2\pi)) = \cos^{-1}(\cos(-5\pi/6)) = \cos^{-1}(\cos(5\pi/6)) = 5\pi/6. Each inverse trig has its own principal range — memorise them separately.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next