The Geometry of Elegance
Unlocking the Area Under the Curve
Welcome, fellow traveler on the path to JEE Advanced mastery. Today, we are not just solving a problem; we are peeling back the layers of a beautiful geometric puzzle.
We have two regions, A1 and A2, and a mysterious constant k that binds them together. Let us embark on this journey to find k by understanding the soul of these equations.
Phase 1
Decoding the Parabolic Dance
First, let us look at A1={(x,y):∣x∣≤y2,∣x∣+2y≤8}. The absolute value ∣x∣≤y2 is a classic. It tells us that for any given height y, x can range from −y2 to y2.
This is a parabola opening along the positive y-axis, but because of the ∣x∣, it is perfectly mirrored across the y-axis. The second condition, ∣x∣+2y≤8, introduces a linear constraint.
If we look at the right side where x≥0, this becomes x+2y≤8, or x≤8−2y. This is a line with a negative slope.
The region A1 is the intersection of these two constraints. Because of the symmetry, we can focus entirely on the right half (x≥0) and simply double our result at the end. This is the first secret to efficiency in JEE problems: never do double the work if you can use symmetry.
Phase 2
The Intersection Point
To find the area, we must know where the parabola and the line meet. We set x=y2 and x=8−2y.
Equating them gives us the quadratic equation y2=8−2y, which rearranges to:
Factoring this, we get (y+4)(y−2)=0. Since we are working in the upper half-plane (y≥0), we discard the negative root and find y=2.
At y=2, x=22=4. So, the intersection point is (4,2). This point is the pivot of our integration.
Phase 3
The Art of Integration
Now, we calculate the area of the right half. We could integrate with respect to x, but that would require splitting the integral into two parts because the upper boundary changes.
Instead, let us integrate with respect to y. This is the elegant path. From y=0 to y=2, our horizontal strip is bounded by the parabola x=y2.
From y=2 to y=4 (where the line hits the y-axis), the strip is bounded by the line x=8−2y. The area of the right half is given by the sum of these two integrals:
Arearight=∫02y2dy+∫24(8−2y)dy
The first integral is:
The second integral is:
[8y−y2]24=(32−16)−(16−4)=16−12=4
Adding these, we get 38+4=320. Doubling this for the full region, we find Area(A1)=340.
Phase 4
The Diamond of A2 and the Final Victory
Finally, we turn to A2={(x,y):∣x∣+∣y∣≤k}. This is a beautiful shape. In each quadrant, it forms a line segment, creating a square rotated by 45∘ with vertices at (±k,0) and (0,±k).
The diagonals are of length 2k. The area of this square is:
Area(A2)=21×d1×d2=21×(2k)×(2k)=2k2
We are given the relation 27×Area(A1)=5×Area(A2). Substituting our values, we get:
This simplifies to 9×40=10k2, or 360=10k2. Thus, k2=36, and since k must be positive, k=6.
We have arrived at the destination. The beauty of this problem lies not just in the final number, but in the symmetry and the geometric intuition that guided us there. Keep practicing, keep visualizing, and the math will always reveal its secrets.