Question
Find the general solution of sin2x=cos3x.
(JEE Main 2023, similar pattern)
Solution — Step by Step
We convert cos3x to sine using cosθ=sin(π/2−θ):
sin2x=sin(2π−3x)
Now both sides are sine functions, and we can use the general solution for sinA=sinB.
If sinA=sinB, then:
A=nπ+(−1)nB,n∈Z
So: 2x=nπ+(−1)n(2π−3x)
2x=2kπ+2π−3x
5x=2kπ+2π
x=52kπ+10π=10(4k+1)π
2x=(2k+1)π−2π+3x
2x−3x=(2k+1)π−2π
−x=2kπ+π−2π=2kπ+2π
x=−2kπ−2π=−(4k+1)2π
Replacing −k with m: x=(4m−1)2π, or equivalently x=2(2m−1)π for suitable integer m.
But we can simplify: x=mπ−2π, i.e., x=2(2m−1)π.
x=10(4k+1)π,k∈Z
x=2(2m−1)π,m∈Z
The first family gives solutions like π/10,π/2,9π/10,…
The second family gives …,−π/2,π/2,3π/2,… (these are the values where cos3x=0 and sin2x=0 simultaneously).
Why This Works
Converting both sides to the same trigonometric function is the standard strategy for solving equations like sinf(x)=cosg(x). Once both sides are sine (or both cosine), we apply the known general solution formula, which accounts for the periodicity and symmetry of the trig function.
The two cases (even n and odd n) arise because sinθ achieves the same value at two different angles in each period: θ and π−θ. Missing either case gives an incomplete solution set.
Alternative Method — Sum-to-product approach
Rewrite as: sin2x−cos3x=0
Convert cos3x=sin(π/2+3x) (or use sin2x−sin(π/2−3x)=0):
2cos(22x+π/2−3x)sin(22x−π/2+3x)=0
This gives two factor equations, each yielding one family of solutions.
For JEE, when you see sinmx=cosnx, always convert to the same function first. The conversion cosθ=sin(π/2−θ) or cosθ=sin(π/2+θ) works. Pick whichever makes the algebra simpler. Then apply the general solution formula carefully with both cases.
Common Mistake
The most frequent error: writing only one case of the general solution. If sinA=sinB, students write A=B+2nπ and forget A=π−B+2nπ. The complete general solution A=nπ+(−1)nB captures both cases elegantly. Missing one case means you lose half the solutions — and in JEE, the answer options often include the complete solution set.