The Art of the Shortcut
Mastering Geometric Reflections
Welcome, future engineer. Today, we are going to dissect a problem that separates the 'brute-force' students from the 'strategic' thinkers.
When you see a problem asking for the reflection of a triangle, your instinct might be to panic. You might think you have to find the reflection of point A, then point B, then point C, and then calculate the centroid of the new triangle.
Stop right there. If you do that, you are playing the game on 'Hard Mode' when 'Easy Mode' is staring you right in the face. Let us embark on this journey of geometric elegance.
The Centroid Shortcut
The core of this problem lies in a beautiful property of geometry: the centroid is a linear combination of the vertices. In the world of coordinate geometry, reflection is an isometry—a transformation that preserves distance and orientation.
Because of this, the centroid of the image triangle is simply the reflection of the centroid of the original triangle. We do not need to reflect three points; we only need to reflect one.
Let us calculate the original centroid, G1, of the triangle with vertices A(1,3), B(3,1), and C(2,4). The formula is:
G1=(3x1+x2+x3,3y1+y2+y3)
Substituting our values, we get:
G1=(31+3+2,33+1+4)=(2,38)
Take a breath. We have reduced a complex triangle problem to a single point reflection problem. This is the JEE mindset: simplify, simplify, simplify.
The Reflection Mechanics
Now, we must reflect the point G1(2,8/3) across the line x+2y−2=0. We use the standard reflection formula for a point (x1,y1) across the line ax+by+c=0:
aα−x1=bβ−y1=a2+b2−2(ax1+by1+c)
Here, our line is 1x+2y−2=0, so a=1, b=2, and c=−2. Our point is x1=2 and y1=8/3.
Let us plug these into the formula. The constant ratio on the right side becomes:
Notice how the 2 and −2 cancel out inside the parenthesis? That is the universe rewarding your patience. We are left with:
This is our constant ratio.
The Final Calculation
Now, we solve for α and β individually. For α, we have:
1α−2=−1532⇒α=2−1532=1530−32=−152
For β, we have:
2β−8/3=−1532⇒β−38=−1564
Solving for β:
β=38−1564=1540−64=−1524
We are almost there. The question asks for 15(α−β). Substituting our values:
15(−152−(−1524))=15(15−2+24)
The 15s cancel out, leaving us with −2+24, which equals 22.
Look at that! The complexity dissolves into a clean, integer answer. This is the beauty of mathematics. When you approach problems with the right tools and a calm mind, the path clears itself.