The Geometry of Absolute Values
A Journey into the Piecewise
Welcome, future engineer. Today, we are going to dismantle a problem that, at first glance, looks like a jagged, intimidating mountain range of absolute values.
The function y=3−∣x−21∣−∣x+1∣ might seem complex, but I want you to take a deep breath. In the world of JEE Advanced, complexity is often just a mask for underlying symmetry and elegance.
Our goal today is not just to find the area, but to see the hidden geometry that the algebra is trying to whisper to us.
Phase 1
The Surgery of Critical Points
Before we can draw or calculate anything, we must perform a little 'surgery' on the function. Absolute value functions are piecewise by nature; they change their behavior at the points where the expression inside the bars hits zero.
These are our critical points. Look at the terms: ∣x−21∣ and ∣x+1∣.
Setting x−21=0 gives us x=21. Setting x+1=0 gives us x=−1.
These two values, x=−1 and x=21, are the 'hinges' of our graph. They divide the entire real number line into three distinct acts of a play. We must analyze the function in each act separately to understand its true form.
Phase 2
The Three Acts
Act I: The Left Frontier (x<−1)
In this region, both (x−21) and (x+1) are negative. When we remove the absolute value bars, we must negate the expressions to keep the result positive.
Our function becomes:
Simplifying this, we get y=3+x−21+x+1, which simplifies beautifully to y=2x+27.
To find where it hits the x-axis, we set y=0, leading us to 2x=−27, or x=−47. We have found our first vertex: (−47,0).
Act II: The Plateau (−1≤x≤21)
Now, we enter the middle ground. Here, (x−21) is still negative, but (x+1) has become positive.
The function transforms into:
Watch closely as we expand this: y=3+x−21−x−1. The x terms cancel out!
We are left with y=23. This is the 'Plateau'—a perfectly horizontal line segment. It connects the points (−1,23) and (21,23).
Act III: The Right Descent (x>21)
Finally, for x>21, both expressions are positive. The function becomes:
Simplifying this yields y=25−2x. This is a line with a negative slope, descending back toward the x-axis.
Setting y=0, we find 2x=25, so x=45. Our final vertex is (45,0).
Phase 3
The Geometric Revelation
Now, step back and look at what we have built. We have a shape with vertices at A(−47,0), B(−1,23), C(21,23), and D(45,0).
Because the segment BC is horizontal (y=23) and the segment AD lies on the x-axis (y=0), these two lines are parallel!
A quadrilateral with a pair of parallel sides is a trapezoid. We don't need calculus; we need the geometry of our ancestors.
Phase 4
The Final Calculation
The area of a trapezoid is given by the formula:
1. Base 1 (b1): The distance from A(−47,0) to D(45,0) is 45−(−47)=412=3.
2. Base 2 (b2): The distance from B(−1,23) to C(21,23) is 21−(−1)=23.
3. Height (h): The vertical distance between y=0 and y=23 is simply 23.
Plugging these into our formula:
And there it is. The area is 827 square units.
You didn't just solve a problem; you mapped a landscape. Keep this intuition—that algebra is just a tool to describe the shapes of the universe—and you will conquer any problem the JEE throws your way.