The Geometry of the Absolute Value
Welcome, future engineers! Today, we are going to dissect a problem that often trips up even the most prepared students. We are looking at the integral I=∫−13/2∣π2xsin(πx)∣dx.
At first glance, the presence of the modulus sign and the trigonometric product might seem daunting. But remember, in the world of JEE Advanced, complexity is often just a mask for a beautiful, structured reality. Let us peel back that mask.
Phase 1
The Modulus Trap
First, let us simplify our life. The term π2 is a positive constant. We can pull it out of the modulus and the integral entirely, leaving us with:
Now, the core of the problem lies in the behavior of f(x)=xsin(πx). To handle the modulus, we must know where this function is positive and where it is negative.
The roots of xsin(πx)=0 are the keys to the kingdom. Within our interval [−1,3/2], the roots are x=−1,0,1. These are the points where our curve kisses the x-axis.
Phase 2
The Art of Splitting
Imagine the graph. From x=−1 to x=1, the product xsin(πx) remains non-negative.
In the interval [−1,0], both x and sin(πx) are negative, so their product is positive. In [0,1], both are positive. However, once we cross x=1, x remains positive, but sin(πx) dips into negative territory.
This is where the modulus demands our attention. We must split the integral at x=1:
I=π2[∫−11xsin(πx)dx−∫13/2xsin(πx)dx]
That minus sign on the second integral is crucial—it flips the negative area into a positive one, satisfying the definition of the absolute value.
Phase 3
The Integration Engine
Now, we need the antiderivative of xsin(πx). This is a classic application of Integration by Parts.
Using the ILATE rule, we set u=x and dv=sin(πx)dx. This gives us du=dx and v=−πcos(πx). Applying the formula ∫udv=uv−∫vdu, we get:
∫xsin(πx)dx=−πxcos(πx)+π2sin(πx)
This expression is our workhorse. We will use it to evaluate both parts of our split integral.
Phase 4
The Final Dance
Let us compute the first part, I1=∫−11xsin(πx)dx. Evaluating our antiderivative at the limits 1 and −1, we find I1=π2.
Next, for the second part, I2=∫13/2xsin(πx)dx, we evaluate at 3/2 and 1, yielding I2=−π21−π1.
Finally, we combine them: I=π2[I1−I2]. Substituting our values:
Distributing the π2 and simplifying, the terms collapse beautifully into the final result:
I=3π+1
There you have it! What seemed like a terrifying integral was just a matter of understanding the geometry of the function and applying the right tools with precision. Keep practicing, stay curious, and remember: every problem is just a story waiting to be solved.