Analyzing the Setup
The condition given—that for any two points (x1,y1) and (x2,y2) in a region, their midpoint
must also be in the region—is the formal definition of a convex set.
Imagine you are standing inside a shape. If you can draw a straight line to any other point in that shape without ever stepping outside the boundary, that shape is convex. If you have to 'jump' over a dent or a hole, it is non-convex. We are hunting for the shape with a 'dent.'
Evaluating the Candidates
First, we have x2+2y2≤1. This is the interior of an ellipse. Ellipses are perfectly smooth, rounded, and convex. No matter where you pick two points, the line connecting them stays safely inside.
Next, consider max{∣x∣,∣y∣}≤1. This inequality is equivalent to ∣x∣≤1 and ∣y∣≤1, which defines a square centered at the origin. A square is a polygon, and all polygons without inward dents are convex.
Finally, consider y2−x≤0, which rearranges to y2≤x. This is the interior of a parabola opening to the right. Like the ellipse, it curves outward, making it a perfectly convex region.
The Culprit
The Hyperbola
Now, we arrive at our target: x2−y2≤1. This represents the region containing the origin, bounded by a rectangular hyperbola.
Notice the shape of the boundary—it curves inward toward the origin. This is our 'dent.' To prove it fails the midpoint property, we need a counter-example.
Let's pick two points on the right branch of the hyperbola: P1(1.2,1) and P2(1.2,−1).
Verifying the Failure
First, let's verify they are in the region. For P1, we have:
The same holds for P2. Both points are inside the region. Now, let's find their midpoint M:
M=(21.2+1.2,21+(−1))=(1.2,0)
The Moment of Truth
Now, we test M(1.2,0) against the inequality x2−y2≤1. Substituting the values, we get:
Since 1.44>1, the midpoint M lies outside the region. The line segment connecting our two points has crossed the boundary and entered the 'gap' between the hyperbola's branches.
This confirms that the region defined by x2−y2≤1 is non-convex. Keep this intuition of 'convexity' in your toolkit—it is a powerful way to visualize inequalities in the JEE Advanced exam!