The Geometry of Constraints
A Journey into Triangle ABC
Welcome, future engineer. Today, we are not just solving a coordinate geometry problem; we are choreographing a dance between lines.
Imagine you are standing on a coordinate plane. You see two fixed lines, L1:2x+5y=10 and L2:−4x+3y=12.
They are rigid, unmoving. But then, there is a third line, L3, which acts like a hinge. It is anchored at point P(2,3), and as it rotates, it carves out a triangle by intersecting our two fixed lines at points A and B.
Our goal is to find the area of this triangle. Let's break this down step by step.
Phase 1
Finding the Fixed Vertex C
Every triangle needs three vertices. We already have A and B moving, but where do L1 and L2 meet? That is our fixed vertex C.
To find it, we solve the system of equations:
By multiplying the first equation by 2, we get 4x+10y=20. Adding this to the second equation, the x terms vanish, leaving us with 13y=32, or y=1332.
Substituting this back, we find x=−1315. So, our anchor vertex is C=(−1315,1332). This point is the bedrock of our triangle.
Phase 2
The Power of Parametric Coordinates
Now, how do we handle the moving points A and B? If we try to find the equation of L3 with an unknown slope m, we will drown in algebra.
Instead, let's use parametric coordinates. Since A lies on L1, its coordinates must satisfy 2x+5y=10. We can write A as (α,510−2α).
Similarly, since B lies on L2, we write B as (β,312+4β). By introducing these parameters, α and β, we have turned a geometric problem into a simple algebraic one.
Phase 3
The Section Formula Bridge
We are told that P(2,3) divides AB in the ratio 1:3. This is the bridge connecting our parameters.
The section formula tells us that for a point dividing a segment in ratio m:n, the coordinates are (m+nmx2+nx1,m+nmy2+ny1). Applying this to our x-coordinates:
This is our first equation. Now, for the y-coordinates, we apply the same logic:
3=41⋅(312+4β)+3⋅(510−2α)
After clearing the denominators and simplifying, we arrive at 9α−10β=−15. Solving this system of two equations is straightforward. Substituting β=8−3α into the second equation yields α=35 and β=3.
Phase 4
The Final Calculation
With α and β in hand, we find the coordinates: A=(35,34) and B=(3,8).
Now, we use the determinant formula for the area of a triangle with vertices (x1,y1),(x2,y2),(x3,y3):
Area=21∣xA(yB−yC)+xB(yC−yA)+xC(yA−yB)∣
Substituting our values, the calculation simplifies beautifully to:
There you have it. By refusing to be intimidated by the variable line and instead using the elegance of parametric coordinates, we turned a complex problem into a clear, logical path. Keep practicing this mindset—it is the hallmark of a true problem solver. The final area is 13132.