Analyzing the Setup
Imagine you are standing on the Cartesian plane, looking at three points: A(−2,3), B(1,9), and C(3,8). At first glance, they are just coordinates, but to a mathematician, they are the vertices of a story waiting to be told.
Our mission is to find the value of α. Before we dive into the algebra, we must understand the geometry. The first step in any coordinate geometry problem is to visualize the shape.
Let's calculate the squared lengths of the sides using the distance formula, d2=(x2−x1)2+(y2−y1)2:
AB2=(1−(−2))2+(9−3)2=32+62=9+36=45
BC2=(3−1)2+(8−9)2=22+(−1)2=4+1=5
AC2=(3−(−2))2+(8−3)2=52+52=25+25=50
Do you see the beauty in these numbers? Since 45+5=50, this is the Pythagoras theorem in action: AB2+BC2=AC2. Our triangle is right-angled at vertex B. This realization is our first major breakthrough.
The Geometric Shortcut
Locating the Circumcenter
Now that we know △ABC is a right-angled triangle, we have a powerful property at our disposal. In any right-angled triangle, the circumcenter—the point equidistant from all vertices—lies exactly at the midpoint of the hypotenuse.
Since our hypotenuse is AC, the circumcenter O is simply the midpoint of AC:
O=(2−2+3,23+8)=(21,211)
This is much faster than finding the intersection of two perpendicular bisectors. This is the kind of insight that separates the good from the great in JEE Advanced.
Constructing the Line L
The problem states that line L passes through the circumcenter O and bisects the side BC. Bisecting BC means the line must pass through the midpoint of BC. Let's call this midpoint M:
Now, we have two points that define our line L: O(21,211) and M(2,217). To find the equation of this line, we first calculate its slope m:
m=x2−x1y2−y1=2−21217−211=2326=1.53=2
With the slope m=2 and point O(21,211), we use the point-slope form:
Simplifying this, we get y=2x−1+211, which results in the line equation:
The Final Reveal
The problem states that line L intersects the y-axis at (0,2α). On the y-axis, the x-coordinate is always zero.
Substituting x=0 into our equation y=2x+29, we find y=29. By comparing this to the given y-coordinate 2α, we set up the equality:
This leads us directly to α=9. Through careful geometric analysis and systematic algebraic steps, we have arrived at the solution.