Analyzing the Setup
Imagine you are standing before a triangle defined by three lines:
L1:4x+3y=69,
L2:4y−3x=17, and
L3:x+7y=61.
At first glance, this looks like a standard, perhaps tedious, coordinate geometry problem. You might be tempted to immediately start solving for the vertices by intersecting these lines.
But wait! A true JEE aspirant knows that before you start calculating, you must look for the pattern. Let us analyze the slopes.
For L1, we rewrite it as y=−34x+23, giving us a slope m1=−34.
For L2, we rewrite it as y=43x+417, giving us a slope m2=43.
Now, look at the product:
m1⋅m2=(−34)⋅(43)=−1
This is the "Aha!" moment. The product of the slopes is −1, which means L1 and L2 are perpendicular. Our triangle is a right-angled triangle!
The Elegant Shortcut
Now that we know the triangle is right-angled, we do not need to perform the grueling task of finding the intersection of perpendicular bisectors.
We invoke the elegant property of the circumcentre in a right-angled triangle: it lies exactly at the midpoint of the hypotenuse. The hypotenuse is the side opposite the right angle, which is the side formed by L3.
Our task is now reduced to finding the two endpoints of the hypotenuse, which are the intersections of L3 with L1 and L2.
The Final Calculation
First, let us find vertex B, the intersection of L2 and L3. Solving −3x+4y=17 and x+7y=61 simultaneously, we find B(5,8).
Next, we find vertex C, the intersection of L1 and L3. Solving 4x+3y=69 and x+7y=61 simultaneously, we find C(12,7).
The circumcentre
M(α,β) is simply the midpoint of
BC:
α=25+12=217,β=28+7=215
We have our coordinates: (217,215).
Finally, we evaluate the expression
(α−β)2+α+β. Substituting our values, we get:
(217−215)2+217+215=(1)2+232=1+16=17
The beauty of this problem lies not in the arithmetic, but in the recognition of the geometric structure. By spotting the perpendicularity early, we bypassed the complexity and arrived at the answer 17 with precision and grace.