Analyzing the Setup
My dear student, today we are going to dissect a problem that serves as a perfect lesson in mathematical intuition. You are looking at a series:
You might be tempted to start calculating immediately, but stop. Look at the options: −153,−133,−131,−135.
They are all negative. If you sum positive numbers, you get a positive result. This is a classic JEE moment where the question has a typo. We must assume the intended series is:
Let us proceed with this corrected logic.
The Philosophy of the Step Function
The Greatest Integer Function (GIF) is not just a bracket; it is a staircase. It stays flat, holding a constant value, until it hits an integer, at which point it drops instantly to the next level.
For positive numbers, this is intuitive. For negative numbers, it is where most students stumble. Remember, [x] is the largest integer less than or equal to x.
If x=−0.333, the integers less than it are −1,−2,−3,…. The largest of these is −1. So, [−0.333]=−1. This is our starting point.
The Hunt for the Transition
We need to know when this staircase drops. Our general term is Tr=[−31−100r]. As r increases, the value inside the bracket becomes more negative, moving left on the number line.
We need to find when this value crosses −1. We set the argument equal to −1:
Solving this, we get:
Thus, r=3200≈66.66. This is our critical boundary.
For any integer r≤66, the value is still greater than −1, so the GIF remains −1. For any integer r≥67, the value drops below −1, so the GIF becomes −2.
The Final Summation
Now, we partition the series. The first interval is r=0 to r=66. The number of terms is 66−0+1=67.
Each of these terms contributes −1 to the sum. So, the first part is:
The second interval is r=67 to r=99. The number of terms is 99−67+1=33. Each of these terms contributes −2 to the sum.
So, the second part is:
Adding these together, we get:
We have navigated the typo, understood the behavior of the GIF, and arrived at the correct answer of −133. This is the essence of JEE Advanced—not just calculation, but the ability to see the structure beneath the symbols.