The Beauty of the Sine Wave
Welcome, fellow traveler of the mathematical landscape! Today, we are going to explore a problem that beautifully bridges the gap between geometry and calculus.
We are tasked with proving that ∫0nπ+v∣sinx∣dx=2n+1−cosv. At first glance, this might look like a daunting integral, but once we peel back the layers, you will see the elegance hidden within.
Phase 1
Visualizing the Humps
Imagine the standard sine wave, y=sinx. It oscillates gracefully between −1 and 1.
Now, apply the absolute value function: f(x)=∣sinx∣. The negative portions of the wave, which were dipping below the x-axis, are flipped upwards.
This creates a continuous, repeating pattern of humps, all sitting above the x-axis. Each of these humps has a width of exactly π, meaning the function is periodic with a fundamental period of π.
Phase 2
The Power of Periodicity
We need to find the area under this curve from x=0 to x=nπ+v. Since n is a positive integer, nπ represents the end of exactly n full humps, and v is a leftover piece where 0≤v<π.
This suggests a natural split for our integral:
I=∫0nπ∣sinx∣dx+∫nπnπ+v∣sinx∣dx
By breaking the journey into these two parts, we simplify the problem significantly. The first integral covers n complete humps, and because each hump is identical, we use the property of periodicity:
Here, T=π. So, the first part becomes n∫0π∣sinx∣dx. Since sinx≥0 on [0,π], we can drop the absolute value bars: n∫0πsinxdx.
Phase 3
The Final Integration
Now, let's evaluate the first part. The integral of sinx is −cosx.
Evaluating from 0 to π gives us:
[−cosx]0π=−(cosπ−cos0)=−(−1−1)=2
Thus, the first part is 2n.
For the second part, ∫nπnπ+v∣sinx∣dx, we use periodicity again. The shape of the curve from nπ to nπ+v is identical to the shape from 0 to v.
So, we shift the limits: ∫0v∣sinx∣dx. Since 0≤v<π, sinx is non-negative, yielding:
∫0vsinxdx=[−cosx]0v=−(cosv−cos0)=1−cosv
Conclusion
Adding the two parts together, we get 2n+1−cosv.
It is a perfect result, isn't it? We have successfully decomposed a complex integral into simple, manageable pieces using the inherent symmetry of the sine function. Keep this geometric intuition in your toolkit—it will serve you well in many more JEE problems to come!