The Geometry of the Coordinate Plane
Welcome, future engineers. Today, we are going to look at a problem that might seem like a simple exercise in coordinate geometry, but it is actually a masterclass in geometric intuition.
When you see points like (0,0), (1,0), and (0,1), do not just see numbers. See the canvas of the Cartesian plane. See the origin, the x-axis, and the y-axis.
These points are not random; they are the building blocks of a right-angled triangle. When you plot O(0,0), A(1,0), and B(0,1), you are essentially drawing the corner of a square. This is the first step in our journey: recognizing the hidden structure.
The Right-Angle Insight
Look at the angle ∠AOB. Because A lies on the x-axis and B lies on the y-axis, the angle between them is exactly 90∘.
This is the 'Aha!' moment. In the world of circles, a right-angled triangle inscribed in a circle is a special guest.
Because of the Thales's Theorem property, the hypotenuse of a right-angled triangle inscribed in a circle is always the diameter of that circle. This realization is your golden ticket. It saves you from the tedious process of finding the center (h,k) and the radius r using the general equation:
We can bypass all that.
The Elegance of the Diameter Form
Since AB is the diameter, we can use the diameter form of the circle equation directly. If a circle has a diameter with endpoints (x1,y1) and (x2,y2), its equation is given by:
(x−x1)(x−x2)+(y−y1)(y−y2)=0
Substituting our points A(1,0) and B(0,1), we get:
Expanding this, we get x2−x+y2−y=0, or simply:
This is the equation of our circle. It is clean, it is precise, and it is ready to be tested.
The Final Challenge
The Variable Point
Now, we introduce the fourth point, P(2k,3k). The problem tells us that this point lies on the circle.
In the language of mathematics, this means the coordinates of P must satisfy the equation we just derived. So, we substitute x=2k and y=3k into our equation:
This is where you must be careful with your algebra. Squaring 2k gives 4k2, and squaring 3k gives 9k2. Adding them together, we get 13k2.
The linear terms −2k and −3k combine to give −5k. Thus, we arrive at the quadratic equation:
The Trap and the Triumph
Factoring this is straightforward:
This gives us two roots: k=0 and k=135. Now, pause. This is where many students rush and lose marks.
The question specifies that the four points must be distinct. If we choose k=0, our point P becomes (0,0), which is the origin O.
That would mean P and O are the same point, violating the condition of distinctness. Therefore, we must reject k=0.
The only valid solution is k=135. You have navigated the geometry, applied the theorem, solved the algebra, and avoided the trap. That is how you conquer JEE Advanced problems.