The Art of Seeing Through the Noise
Welcome, fellow traveler on the JEE journey. Today, we are tackling a problem that is less about brute-force calculation and more about the philosophy of geometry.
When you first look at this problem, you see a circle, a square, and a line. Your brain immediately wants to start calculating slopes, finding intersection points, and perhaps even attempting to rotate the coordinate system.
But stop. Take a deep breath. In the world of JEE Advanced, the most elegant solutions often come from realizing what you don't need to do.
Phase 1
Decoding the Circle
We begin with the equation x2+y2−10x−6y+30=0. This is the DNA of our circle.
To understand where this circle lives, we must find its center. We compare this to the general form x2+y2+2gx+2fy+c=0.
By matching coefficients, we find 2g=−10, which gives g=−5, and 2f=−6, which gives f=−3. The center (h,k) is (−g,−f), which lands us squarely at (5,3).
This point is the heartbeat of our problem. Everything else is relative to this coordinate.
Phase 2
The Great Distractor
The problem mentions that one side of the square is parallel to y=x+3. This is a classic psychological trap.
It is designed to make you panic, to make you think you need to find the specific orientation of the square. But ask yourself: does the sum of the squares of the vertices depend on the rotation of the square?
Imagine the square spinning inside the circle like a wheel. The center of the square remains fixed at the center of the circle. Because the square is perfectly symmetric, its centroid is invariant under rotation. Therefore, the orientation is irrelevant, and we can ignore the line entirely.
Phase 3
The Algebraic Insight
Now, let us look at the vertices (xi,yi). Since they lie on the circle, they must satisfy the circle's equation.
So, for any vertex i, we have xi2+yi2−10xi−6yi+30=0. We want the sum ∑(xi2+yi2).
Let us rearrange our equation to isolate the terms we need:
xi2+yi2=10xi+6yi−30
This is the key. We are not looking for individual coordinates; we are looking for the sum of these expressions across all four vertices.
Phase 4
The Power of Summation
We apply the summation operator
∑i=14 to both sides of our equation. This gives us:
i=1∑4(xi2+yi2)=10i=1∑4xi+6i=1∑4yi−i=1∑430
Here, we must be careful. The constant term 30 is summed four times, so it becomes 120.
Now, we need the values of ∑xi and ∑yi. This is where the centroid property shines. The centroid of the square is the center of the circle (5,3).
By definition, the average of the x-coordinates is the x-coordinate of the center:
4∑i=14xi=5⇒i=1∑4xi=20
Similarly, for the y-coordinates:
4∑i=14yi=3⇒i=1∑4yi=12
The Final Victory
We have everything we need. Substituting these sums back into our equation:
i=1∑4(xi2+yi2)=10(20)+6(12)−120
Calculating this, we find:
200+72−120=272−120=152
The result is 152.
Notice how we never had to solve for a single vertex coordinate? We used the symmetry of the square and the properties of the circle to bypass the tedious algebra. This is the JEE mindset: identify the symmetry, trust the properties, and let the math flow. You have mastered the geometry!