Analyzing the Geometry of the V-Shape
Welcome, future engineer! Today, we are going to peel back the layers of a classic JEE problem. Often, when students see the modulus symbol ∣x−2∣, they panic, thinking they need to perform complex calculus.
But I want you to pause. Take a deep breath. Mathematics is not about memorizing formulas; it is about seeing the hidden geometry in the numbers.
Visualizing the V-Shape
Imagine you are standing on a coordinate plane. You are looking at the function y=∣x−2∣.
The modulus function is a master of symmetry. It takes any negative input and flips it into the positive realm. The 'vertex' or the tip of this V-shape occurs exactly where the expression inside the modulus vanishes.
Setting x−2=0, we find our anchor point at (2,0). This is the heart of our graph. To the left of x=2, the line descends; to the right, it ascends. It is a perfect, sharp reflection.
Defining the Boundaries
We are tasked with finding the area bounded by this V-shape, the vertical lines x=1 and x=3, and the x-axis (y=0).
If you sketch this, you will see two beautiful, identical right-angled triangles sitting side-by-side. One triangle is formed between x=1 and x=2, and the other between x=2 and x=3.
This is the 'Aha!' moment. We do not need to grind through heavy integration if we can see the geometry.
The Calculus Approach
However, to be rigorous, let us look at the integral. The definition of the modulus function tells us that:
∣x−2∣={−(x−2)x−2if x<2if x≥2
To find the total area A, we must split the integral at the vertex x=2:
A=∫13∣x−2∣dx=∫12(2−x)dx+∫23(x−2)dx
Look at the first integral, A1=∫12(2−x)dx. When you evaluate this, you are calculating the area of a triangle with base 1 (the distance from 1 to 2) and height 1 (the value of y at x=1).
Using the formula for the area of a triangle:
A1=21×base×height=21×1×1=0.5
The Final Synthesis
Now, look at the second integral, A2=∫23(x−2)dx. By symmetry, this is identical to the first.
The base is the distance from 2 to 3, which is 1, and the height at x=3 is ∣3−2∣=1. Thus, A2=0.5.
Adding these together, we get the total area:
Isn't that elegant? We started with a function that looked intimidating, split it into its logical components, and found that the entire region is just two simple triangles.
You have successfully navigated the modulus trap! Remember, in JEE Advanced, the most complex-looking problems often have the most beautiful, simple geometric souls. Keep looking for that simplicity, and you will conquer any problem they throw at you. The final answer is 1.