The Geometry of Balance
Unveiling the Centroid
Welcome, future engineer. Today, we are not just solving a problem; we are embarking on a journey through the Cartesian plane.
We have three lines:
L1:15x−y=82
L2:6x−5y=−4
L3:9x+4y=17
These lines are the boundaries of a triangle. Our mission is to find its heart—the centroid—and then use that knowledge to construct a quadratic equation.
Phase 1
The Hunt for Vertices
To find the centroid, we first need the vertices by solving the lines in pairs.
For vertex A, the intersection of L1 and L2, we use substitution. From L1, we see y=15x−82. Substituting this into L2 gives:
Expanding this, we get 6x−75x+410=−4, which simplifies to −69x=−414. Dividing both sides, we find x=6. Plugging this back into our expression for y, we get y=15(6)−82=8. Thus, our first vertex is A(6,8).
Next, we find vertex B, the intersection of L2 and L3. We multiply L2 by 4 and L3 by 5 to align the y-coefficients:
Adding these, the y-terms vanish, leaving 69x=69, so x=1. Substituting x=1 into L3, we find y=2. Vertex B is (1,2).
Finally, for vertex C, the intersection of L1 and L3, we substitute y=15x−82 into L3:
This expands to 9x+60x−328=17, or 69x=345. Dividing by 69, we get x=5. Then, y=15(5)−82=−7. Vertex C is (5,−7).
Phase 2
The Centroid
Now that we have our vertices A(6,8), B(1,2), and C(5,−7), we seek the centroid (α,β). The centroid is the average of the vertices:
α=3x1+x2+x3,β=3y1+y2+y3
Calculating α:
Calculating β:
Our centroid is (4,1).
Phase 3
The Quadratic Bridge
The problem defines two roots, r1=α+2β and r2=2α−β. Substituting α=4 and β=1:
r1=4+2(1)=6
r2=2(4)−1=7
We now have the roots of our quadratic equation: 6 and 7. To form the equation, we calculate the sum of roots S and the product of roots P:
The standard form is x2−Sx+P=0. Therefore, the final equation is:
x2−13x+42=0