Analyzing the Setup
Imagine you are standing on a coordinate plane. You have a fixed point A at (6,1), and a line 2x+y=4 stretching out like a horizon, representing the base of a triangle.
We are tasked with finding the centroid of an isosceles triangle ABC, where the base BC lies on that line, and vertex B is constrained to another line, x+3y=7.
Locating the Anchor
Point B is the intersection of our base line 2x+y=4 and the constraint line x+3y=7. To find this, we solve the system of equations.
From the first, we have y=4−2x. Substituting this into the second, we get:
This simplifies to x+12−6x=7, or −5x=−5. Thus, x=1 and y=2. Our anchor point B is at (1,2).
The Isosceles Constraint
We know A(6,1) and B(1,2). The distance AB is the length of one of the equal legs of our isosceles triangle. Using the distance formula:
AB2=(6−1)2+(1−2)2=52+(−1)2=26
Because the triangle is isosceles with base BC, we know that AC=AB, which means AC2=26 as well. This is our golden key.
The Power of Parametrization
We need to find point C. Since C lies on the line 2x+y=4, we can define its coordinates using a single parameter h.
Let xC=h. Then yC=4−2h. So, C=(h,4−2h).
Now, we apply the distance formula again for AC2:
Simplifying the second term, we get:
Solving the Quadratic
Expanding this, we get:
(h2−12h+36)+(9−12h+4h2)=26
Combining like terms, we arrive at:
5h2−24h+45=26⇒5h2−24h+19=0
Factoring this quadratic, we find (h−1)(5h−19)=0. This gives us two potential values for h: 1 and 519.
Since h=1 corresponds to point B, we must choose h=519. Substituting this back, we find:
C=(519,4−2(519))=(519,−518)
Final Calculation
The centroid (α,β) is the average of the vertices:
α=36+1+519=37+519=1554
β=31+2−518=33−518=−153
The question asks for 15(α+β). Substituting our values:
15(1554−153)=15(1551)=51
We have navigated the geometry, tamed the algebra, and arrived at the final answer: 51.