The Beauty of Accumulation
Unlocking g(x+π)
Welcome, future engineer! Today, we are going to look at a problem that might seem like a standard calculus exercise, but it is actually a masterclass in understanding how functions behave. We are given g(x)=∫0xcos4tdt.
Our goal is to find g(x+π). Don't reach for your pen to start integrating cos4t using reduction formulas. If you do that, you are walking into a trap. In JEE Advanced, the most elegant path is rarely the one that requires the most algebra.
Phase 1
Visualizing the Area
Think of g(x) as a 'bucket' that collects area. As x increases, the bucket fills up with the area under the curve y=cos4t. When we ask for g(x+π), we are simply asking: 'What is the total area collected from t=0 all the way to t=x+π?'
We can use the additive property of definite integrals to break this journey into two distinct legs. We can stop at π and then continue from π to x+π. Mathematically, we write this as:
g(x+π)=∫0πcos4tdt+∫πx+πcos4tdt
Look at the first term: ∫0πcos4tdt. By the very definition of our function g(x), this is just g(π). We have already simplified half the problem!
Phase 2
The Art of Substitution
Now, let's focus on the second integral: I=∫πx+πcos4tdt. This looks slightly intimidating because the limits are shifted. But remember, in calculus, we love symmetry.
Let's perform a substitution to shift these limits back to the origin. Let t=y+π. When t=π, y=0. When t=x+π, y=x. Our differential dt becomes dy. The integral transforms into:
Phase 3
The Symmetry Triumph
Here is where the magic happens. We know from trigonometry that cos(y+π)=−cosy. But look at the power! We are dealing with cos4(y+π).
This means we are calculating (−cosy)4. Because the exponent is even, the negative sign vanishes into thin air! We are left with cos4y. Our integral I becomes:
Since y is just a dummy variable, this is identical to ∫0xcos4tdt, which is exactly g(x).
The Final Celebration
We have arrived! We split the integral into g(π) and the second part, which we proved is g(x). Putting it all together, we get:
It is elegant, it is clean, and it shows that the area under this curve grows in a perfectly predictable, additive way. You didn't need to perform a single complex integration. You just needed to understand the geometry of the function. Keep this mindset—always look for the structure before you start the calculation!