Analyzing the Setup
My dear students, today we are going to tackle a problem that, at first glance, might make your heart skip a beat. We are looking at the integral:
I=∫−20{x3+3x2+3x+3+(x+1)cos(x+1)}dx
It looks like a chaotic mess of polynomials and trigonometry, doesn't it? But in the world of JEE Advanced, chaos is often just order in disguise. Let us peel back the layers together.
The Pattern Hunt
Whenever you see a polynomial like x3+3x2+3x+3, your mathematical intuition should immediately start searching for a pattern. It is screaming to be a binomial expansion!
We know that (x+1)3=x3+3x2+3x+1. Our expression has a +3 at the end, which is just 1+2. So, we can rewrite the polynomial part as (x+1)3+2.
Suddenly, the entire integrand becomes:
I=∫−20{(x+1)3+2+(x+1)cos(x+1)}dx
Do you see the beauty of it? Every variable term now contains (x+1). This is the designer's fingerprint—a clear invitation to simplify.
The Transformation
Let us make our lives easier. Let t=x+1. When we differentiate, we get dt=dx.
We must be careful—the limits of integration are the soul of a definite integral. When x=−2, t=−2+1=−1. When x=0, t=0+1=1.
Our integral is now transformed into:
Look at those limits: −1 to 1. This is the symmetric interval we were hoping for!
The Symmetry Magic
This is where the JEE magic happens. We have the property:
∫−aaf(t)dt=∫−aafeven(t)dt+∫−aafodd(t)dt
We know that the integral of an odd function over a symmetric interval is exactly zero. Let us test our terms.
f1(t)=t3 is odd because f1(−t)=(−t)3=−t3. f2(t)=tcost is also odd because f2(−t)=(−t)cos(−t)=−tcost. Since both are odd, their integral over [−1,1] vanishes into thin air!
The Final Victory
We are left with the simplest integral imaginable:
This is just the area of a rectangle with height 2 and width 2. Calculating this, we get:
[2t]−11=2(1)−2(−1)=2+2=4
And there you have it! The intimidating monster has been tamed by the elegance of symmetry. Always remember: when the math looks scary, look for the symmetry. It is usually the key to the kingdom. The final answer is 4.