Analyzing the Setup
Imagine standing at the origin O(0,0), looking out at a circle defined by the equation x2+y2−6x+4y+8=0. You draw two lines from the origin that just graze the edge of this circle, touching it at points P and Q.
You are asked to find the circumcircle of the triangle △OPQ. At first glance, this seems like a nightmare of coordinate geometry—calculating the intersection points P and Q seems like a trap designed to waste your time.
But wait! Let us pause and look for the hidden symmetry.
Unmasking the Circle
First, we must understand our circle. By comparing x2+y2−6x+4y+8=0 with the general form x2+y2+2gx+2fy+c=0, we find g=−3 and f=2.
The center C is at (−g,−f), which gives us C(3,−2). This is our anchor point.
The Geometric Revelation
Here is the secret that separates the top rankers from the rest. The radius CP is perpendicular to the tangent OP.
This means ∠OPC=90∘. Similarly, ∠OQC=90∘.
If you look at the quadrilateral OPCQ, you see two opposite angles that are 90∘. More importantly, the points O,P,C, and Q all lie on a circle where OC is the diameter.
This is because the segment OC subtends a right angle at both P and Q. This is the 'Aha!' moment; we do not need P or Q, we only need O and C.
The Algebraic Dance
With
O(0,0) and
C(3,−2) as the endpoints of our diameter, the equation of the circumcircle is given by the diameter form:
(x−x1)(x−x2)+(y−y1)(y−y2)=0
Substituting our coordinates, we get:
(x−0)(x−3)+(y−0)(y+2)=0
This simplifies beautifully to:
x2+y2−3x+2y=0
The Final Resolution
The problem states that this circle passes through the point (α,21). If a point lies on a curve, it must satisfy the equation.
So, we substitute
x=α and
y=21:
α2+(21)2−3α+2(21)=0
Simplifying this, we get:
α2+41−3α+1=0⇒α2−3α+45=0
Multiplying by
4 to clear the fraction, we arrive at:
4α2−12α+5=0
Factoring this quadratic, we find:
(2α−5)(2α−1)=0
Thus, α=25 or α=21. Looking at our options, α=25 is the clear winner. You have just navigated a complex geometry problem by using the elegance of circle properties rather than brute-force calculation. That is the JEE way.