Analyzing the Setup
Welcome, fellow traveler of the coordinate plane. Today, we are not just solving a problem; we are learning how to read the language of curves.
Imagine you are standing on a vast, flat grid. You have two distinct shapes drawn on this grid: a perfect circle C defined by x2+y2=9 and a graceful ellipse E defined by:
Your mission is to determine the 'home' of two points, P(1,2) and Q(2,1), relative to these shapes. Are they trapped inside, or are they wandering outside?
The Secret Language of S(x,y)
Before we dive into the numbers, let us unlock the secret of the 'test function.' In coordinate geometry, any curve can be written as S(x,y)=0. This is our boundary.
But what happens when we plug a point (x1,y1) into this expression? If S(x1,y1)<0, the point is inside the curve. If S(x1,y1)>0, the point is outside.
It is that simple, yet it is the most powerful tool in your arsenal. It turns a visual problem into a clear, binary decision.
The Journey of Point P(1,2)
Let us start with point P(1,2). First, we test it against the circle C. We define our test function as SC=x2+y2−9.
Plugging in our coordinates, we get SC(P)=(1)2+(2)2−9. This simplifies to 1+4−9, which is −4.
Because −4<0, we know with absolute certainty that P is inside the circle.
Now, let us see how P fares against the ellipse E. We define SE=9x2+4y2−1.
Substituting P(1,2), we find:
SE(P)=912+422−1=91+1−1=91
Since 91>0, point P is officially outside the ellipse. We have successfully mapped P!
The Mystery of Point Q(2,1)
Now, let us turn our attention to Q(2,1). We repeat our process. For the circle, SC(Q)=(2)2+(1)2−9, which is 4+1−9=−4.
Again, a negative result! Q is inside the circle.
But what about the ellipse? This is where the math gets interesting. We calculate SE(Q)=922+412−1.
To solve this, we find a common denominator of 36:
SE(Q)=3616+9−36=3625−36=−3611
Look at that! The result is negative. This means Q is inside the ellipse.
The Final Synthesis
We have walked through the grid, tested our points, and decoded the signs. We found that P is inside the circle but outside the ellipse, while Q is inside both.
When we look at our options, we see that Option 4 perfectly matches our findings for point P.
Remember, in JEE Advanced, the beauty is not just in the final answer, but in the confidence you gain by mastering these fundamental techniques. You didn't just guess; you calculated, you verified, and you conquered.