Analyzing the Setup
Welcome, future engineers! Today, we are going to dissect a problem that is a classic in the JEE Advanced repertoire. It is a problem that tests not just your algebraic manipulation, but your mathematical maturity.
We are looking for the number of solutions to the equation tanx+secx=2cosx within the interval [0,2π). At first glance, this looks like a straightforward trigonometric equation. But as you will soon see, the beauty of this problem lies in the hidden traps.
The Domain Trap
Before we even touch the algebra, we must respect the domain. In mathematics, functions are like contracts; they only hold true where they are defined.
Here, we have tanx and secx. Recall that tanx=cosxsinx and secx=cosx1. Both of these functions share a common enemy: cosx=0.
If cosx is zero, the denominator vanishes, and the function explodes into infinity. On our unit circle, cosx=0 at x=2π and x=23π. These are our 'danger zones.'
We must mark these points immediately. Any solution we find that lands on these points is an impostor—an extraneous solution—and must be rejected.
The Transformation
Now that we have established our boundaries, let's simplify. The most reliable strategy in trigonometry is to convert everything into the fundamental language of sinx and cosx.
Our equation becomes:
cosxsinx+cosx1=2cosx
Since the left side shares a common denominator, we can combine them:
cosxsinx+1=2cosx
Now, we can multiply both sides by
cosx to clear the fraction. We can safely do this because we have already explicitly excluded the values where
cosx=0. This gives us:
sinx+1=2cos2x
The Quadratic Battle
We are now looking at sinx+1=2cos2x. We have a mix of sine and cosine. To solve this, we need a single trigonometric ratio.
We use the Pythagorean identity:
cos2x=1−sin2x. Substituting this into our equation, we get:
sinx+1=2(1−sin2x)
Expanding the right side, we get
sinx+1=2−2sin2x. Let's bring everything to one side to form a standard quadratic equation:
2sin2x+sinx−1=0
This is the heart of the problem. We are now solving a quadratic in terms of sinx. Let y=sinx. The equation is 2y2+y−1=0.
Factoring this, we get (2y−1)(y+1)=0. This gives us two cases:
1. 2sinx−1=0⇒sinx=21
2. sinx+1=0⇒sinx=−1
The Final Verdict
Now, we find the angles. For sinx=21, the solutions in [0,2π) are x=6π and x=65π. For sinx=−1, the solution is x=23π.
Now, we return to our domain constraints from Phase 1. We said $\cos x
eq 0$. Let's check our candidates.
At x=6π and x=65π, cosx is non-zero. These are valid. But at x=23π, cos(23π)=0. This is our danger zone!
We must reject x=23π. Thus, we are left with exactly two valid solutions: x=6π and x=65π.
The total number of solutions is 2. Remember, in JEE, the math is only half the battle; the other half is vigilance. Keep your eyes on the domain, and you will never be trapped.