The Geometry of Integers
A Journey into Sets and Relations
Welcome, fellow explorer of the mathematical landscape. Today, we are not just solving a problem; we are embarking on a journey through the elegant world of coordinate geometry and combinatorics.
The JEE Advanced syllabus often presents problems that seem like a dense forest of inequalities, but once you clear the brush, you find a beautiful, structured path. Let us break down this problem together.
Phase 1
Visualizing the Circles
We are given three sets, A, B, and C, defined by circular inequalities. Specifically, we have:
A={(x,y)∈Z×Z:(x−2)2+y2≤4}
C={(x,y)∈Z×Z:(x−2)2+(y−2)2≤4}
Imagine a standard Cartesian grid. Set B is a solid circle centered at the origin (0,0) with a radius of 2. Set A is an identical circle, but its center is shifted to (2,0).
Set C is another identical circle, shifted to (2,2). The crucial constraint here is that we are working in Z×Z. We are not interested in the entire shaded area of these circles, but only the specific points where the grid lines intersect—the integer coordinates.
Phase 2
The Hunt for Points in A∩B
Our first task is to find the intersection A∩B. We need points (x,y) that satisfy both x2+y2≤4 and (x−2)2+y2≤4.
Let us test the integer values for x systematically. If x=0, the first inequality gives y2≤4, and the second gives (−2)2+y2≤4, which simplifies to 4+y2≤4, implying y=0. So, (0,0) is our first point.
If x=1, the first inequality gives 1+y2≤4⇒y2≤3, so y∈{−1,0,1}. The second inequality gives (1−2)2+y2≤4⇒1+y2≤4, which is the same condition. Thus, we have three points: (1,−1),(1,0),(1,1).
If x=2, the first inequality gives 4+y2≤4⇒y=0. The second gives 0+y2≤4, which is satisfied by y=0. So, (2,0) is our fifth point. We have found n(A∩B)=5.
Phase 3
The Symmetry of A∩C
Now, let us turn our attention to A∩C. We need points satisfying (x−2)2+y2≤4 and (x−2)2+(y−2)2≤4.
Notice the symmetry! If we let X=x−2 and Y=y−1, the equations become X2+(Y+1)2≤4 and X2+(Y−1)2≤4. This is just a shifted version of our previous intersection.
By testing the coordinates, we find the points are (2,0),(2,1),(2,2),(1,1),(3,1). Just like before, we have exactly five points. So, n(A∩C)=5. The geometry is consistent, and the symmetry holds.
Phase 4
The Combinatorial Climax
We have reached the final stage. We need to find the number of relations from X=A∩B to Y=A∩C. A relation is a subset of the Cartesian product X×Y.
The number of elements in the Cartesian product is n(X)×n(Y)=5×5=25. The total number of subsets of a set with 25 elements is 225.
The problem tells us this value is 2p. Therefore, 2p=225, which leads us directly to p=25.
It is a beautiful result, isn't it? We started with circles and ended with a simple exponent. This is the essence of JEE Advanced—taking a complex geometric setup and distilling it into a fundamental principle.