The Art of Decomposition
Our integral is defined as:
I=∫02(∣2x2−3x∣+[x−21])dx
The first principle of advanced calculus is 'divide and conquer.' Because the integral is a linear operator, we can split this into two distinct problems: I=I1+I2.
Here, I1=∫02∣2x2−3x∣dx and I2=∫02[x−21]dx. By separating them, we stop the functions from interfering with each other.
Taming the Parabola
Let us look at I1. The expression inside the modulus is a quadratic: f(x)=2x2−3x. If we factor this, we get x(2x−3), which tells us the roots are at x=0 and x=23.
This is an upward-opening parabola. Between 0 and 23, the parabola dips below the x-axis, meaning the value is negative. The modulus function, being the guardian of positivity, will flip this negative region.
Thus, for x∈[0,23], ∣2x2−3x∣=−(2x2−3x)=3x−2x2. For x∈[23,2], the parabola is positive, so it remains 2x2−3x. We split our integral at 23 to account for this change in behavior.
Calculating the first part:
∫03/2(3x−2x2)dx=[23x2−32x3]03/2=89
For the second part:
∫3/22(2x2−3x)dx=[32x3−23x2]3/22=2411
Adding these together, we find:
I1=89+2411=1219
The Step Function Mystery
Now, let us turn to I2=∫02[x−21]dx. The greatest integer function is a step function that remains constant between integers. We need to find where the 'jumps' occur by setting x−21=k.
Within our range [0,2], the jumps happen at x=21 and x=23. This divides our integral into three intervals: [0,21), [21,23), and [23,2].
In the first interval, x−21 is between −0.5 and 0, so the greatest integer is −1. In the second, it is between 0 and 1, so the value is 0. In the third, it is between 1 and 1.5, so the value is 1.
The integral becomes:
I2=∫01/2(−1)dx+∫1/23/2(0)dx+∫3/22(1)dx
This is equivalent to the area of rectangles:
I2=(−1×21)+0+(1×21)=0
The Grand Finale
We have reached the end. We found I1=1219 and I2=0.
Adding them together, the final result is:
I=1219+0=1219
By breaking the problem down, we turned a terrifying expression into a series of simple, logical steps. Keep this mindset, and there is no problem in the JEE that can stand against you.