The Geometry of the Modulus
Welcome, fellow traveler on the path to JEE mastery. Today, we are going to dissect a problem that at first glance might seem like a standard calculus exercise, but beneath the surface, it is a beautiful dance of symmetry and piecewise definition.
We are tasked with evaluating the integral:
I=∫−0.150.15∣100x2−1∣dx
The modulus function, ∣100x2−1∣, acts like a mirror. Imagine the standard parabola y=100x2−1. It dips below the x-axis, creating a valley. The modulus operator takes that negative dip and reflects it upward, creating a distinct 'W' shape. This 'W' is our playground for today.
The Power of Symmetry
Before we dive into the heavy algebra, let us pause and observe the limits of integration: from −0.15 to 0.15. Whenever you see symmetric limits, your first instinct should be to check for symmetry in the function.
Is it even? Is it odd? Let us test
f(x)=∣100x2−1∣. Replacing
x with
−x, we get:
f(−x)=∣100(−x)2−1∣=∣100x2−1∣=f(x)
It is an
even function! This is a gift. It means the area on the left side of the y-axis is a perfect reflection of the area on the right. We can simplify our life by calculating the integral from
0 to
0.15 and simply doubling the result:
I=2∫00.15∣100x2−1∣dx
The Turning Point
Now, we must confront the modulus. We cannot integrate ∣100x2−1∣ directly. We need to know where the expression inside changes sign.
We set 100x2−1=0, which leads us to x2=1001, or x=±0.1. Since our integral is now restricted to the interval [0,0.15], our critical point of interest is x=0.1.
For x in the range [0,0.1], the parabola 100x2−1 is negative, so the modulus flips it to 1−100x2. For x in the range [0.1,0.15], the parabola is already positive, so the modulus leaves it as 100x2−1.
The Heavy Lifting
With our critical point identified, we split the integral:
I=2[∫00.1(1−100x2)dx+∫0.10.15(100x2−1)dx]
Now, we apply the fundamental power rule of integration:
∫xndx=n+1xn+1. The first part becomes:
[x−3100x3]00.1
The second part becomes:
[3100x3−x]0.10.15
Evaluating these requires precision. For the first part, substituting
0.1 gives:
0.1−3100(0.001)=0.1−30.1=30.2
For the second part, we calculate the values at
0.15 and
0.1:
(3100(0.003375)−0.15)−(3100(0.001)−0.1)=(30.3375−0.15)−(30.1−0.1)
Simplifying this yields 30.0875.
The Final Triumph
We are at the finish line. Adding our two results together, we get:
I=2[30.2+30.0875]=2[30.2875]=30.575
The problem states that
I=3000k. Equating our result,
30.575=3000k, we multiply both sides by
1000 to align the denominators:
3000575=3000k
Thus, k=575. You have navigated the symmetry, the modulus, and the integration with precision. Take a moment to appreciate the elegance of the result—a testament to your hard work and conceptual clarity.