Welcome, future IITian. Today, we are going to dismantle a problem that, at first glance, looks like a chaotic mess of absolute values and trigonometric functions.
You might look at the integral
∫020π(∣sinx∣+∣cosx∣)2dx
and feel a surge of anxiety. That is perfectly normal. The secret to JEE Advanced is not to fight the complexity head-on, but to simplify the battlefield until the solution reveals itself.
The Algebraic Unmasking
The first thing we notice is the square. We have (∣sinx∣+∣cosx∣)2. In algebra, we know that (a+b)2=a2+b2+2ab.
Applying this identity, we get:
∣sinx∣2+∣cosx∣2+2∣sinx∣∣cosx∣
Here is the first moment of clarity. Remember that for any real number x, ∣x∣2=x2. The absolute value becomes irrelevant when you square the term.
So, our expression simplifies to:
sin2x+cos2x+2∣sinx∣∣cosx∣
Look at that! sin2x+cos2x is the most famous identity in trigonometry, equal to 1. We have already reduced the complexity significantly to 1+2∣sinx∣∣cosx∣.
The Trigonometric Symphony
We are not done yet. We have the term 2∣sinx∣∣cosx∣. We can combine the absolute values because ∣a∣∣b∣=∣ab∣.
This gives us ∣2sinxcosx∣. Does that ring a bell? It should! The double-angle identity tells us that 2sinxcosx=sin2x.
So, our entire integrand has collapsed from a terrifying expression into the elegant function:
f(x)=1+∣sin2x∣
The Power of Periodicity
Now, we look at the limits: 0 to 20π. Integrating this over such a large range would be a nightmare if we tried to do it manually. This is where we use the JEE educator's favorite tool: periodicity.
We know the period of sinx is 2π. Therefore, the period of sin2x is π. But wait, we have the absolute value! The absolute value of sin2x flips the negative parts of the wave up, creating a new peak every π/2.
Thus, the period of our function f(x)=1+∣sin2x∣ is T=π/2. We need to find how many such periods fit into our interval of 20π.
We calculate the number of cycles
n:
n=π/220π=40
The property of definite integrals for periodic functions states that:
∫0nTf(x)dx=n∫0Tf(x)dx
This means our integral is simply:
40×∫0π/2(1+∣sin2x∣)dx
The Final Victory
We are in the home stretch. We need to integrate 1+∣sin2x∣ from 0 to π/2. In this interval, 2x ranges from 0 to π.
In the first and second quadrants,
sin2x is always positive. This means we can safely remove the absolute value bars:
40×∫0π/2(1+sin2x)dx
The integral of
1 is
x, and the integral of
sin2x is
−2cos2x. Evaluating this from
0 to
π/2, we get:
[x−21cos2x]0π/2
Substituting the upper limit:
2π−21cosπ=2π−21(−1)=2π+21
Substituting the lower limit:
0−21cos0=0−21(1)=−21
Subtracting the lower from the upper, we get:
(2π+21)−(−21)=2π+1
Finally, multiply by our
40 cycles:
40(2π+1)=20π+40
Factoring out the 20, we arrive at the final answer:
20(π+2)
You did it. You took a complex problem, broke it down, applied the right identities, used the power of periodicity, and arrived at the solution. This is the mindset of a topper. Keep practicing, and keep falling in love with the process.