Analyzing the Setup
Imagine you are standing on a coordinate plane with two fixed anchors, point A(−1,1) and point B(2,3). These two points define a rigid, unmoving line segment.
A third point, P(x,y), moves such that the area of the triangle formed by P, A, and B is always exactly 10 square units. We must determine the path traced by P.
The Mathematical Foundation
To solve this, we use the coordinate geometry formula for the area of a triangle:
Area=21∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣
Substituting our points A(−1,1), B(2,3), and P(h,k), we set up the following equation:
10=21∣(−1)(3−k)+2(k−1)+h(1−3)∣
Simplifying the expression inside the modulus, we obtain:
This simplifies to the locus equation:
The 'Above the Line' Constraint
The modulus operator implies two possible lines: 2h−3k+5=20 or 2h−3k+5=−20. To determine the correct path, we first find the equation of line AB.
The slope of AB is m=2−(−1)3−1=32. Using the point-slope form, we get y−1=32(x+1), which simplifies to:
For a point (h,k) to be "above" this line, the expression 2h−3k+5 must be negative. Consequently, we must open the modulus with a negative sign:
This simplifies to the final locus equation:
The Final Transformation
We are tasked with matching this result to the form ax+by=15. We multiply the equation 2x−3y=−25 by −53 to align the constant term:
By comparing coefficients, we identify a=−56 and b=59. We now evaluate the expression 5a+2b:
Calculating the final value:
The final result is −512.