Analyzing the Setup
We are tasked with reconstructing a triangle ABC given the equations of its sides and the coordinates of its circumcenter P(2,3). This problem requires us to treat the circumcenter as the geometric anchor from which all vertices must be equidistant.
Phase 1
Finding the Anchor Point
Vertex A is the intersection of lines AB (2x+y=0) and CA (x−y=3). We solve these linear equations simultaneously:
Adding the two equations yields 3x=3, which implies x=1. Substituting x=1 into x−y=3, we find y=−2.
Thus, our anchor, vertex A, is located at (1,−2).
Phase 2
The Radius of Influence
The distance from the circumcenter P(2,3) to any vertex is defined as the circumradius R. Using vertex A(1,−2), we calculate R2 as follows:
R2=PA2=(2−1)2+(3−(−2))2=12+52=26
This value, 26, serves as the constant squared distance that every vertex must maintain from P.
Phase 3
The Hunt for Vertices B and C
Vertex B lies on the line AB (2x+y=0), so we express B as (x,−2x). Given PB2=R2=26, we set up the following equation:
Expanding this expression, we obtain:
x2−4x+4+4x2+12x+9=26⇒5x2+8x−13=0
Factoring the quadratic, we get (x−1)(5x+13)=0. The roots are x=1 (which corresponds to vertex A) and x=−513. Therefore, vertex B is at (−513,526).
Next, we find vertex C, which lies on x−y=3, or y=x−3. Setting PC2=26:
(x−2)2+(x−3−3)2=26⇒(x−2)2+(x−6)2=26
This simplifies to 2x2−16x+14=0, or x2−8x+7=0. The roots are 1 and 7. Since x=1 is vertex A, vertex C must be at (7,4).
Phase 4
The Final Verification
With B(−513,526) and C(7,4) identified, we calculate the slope m of line BC:
m=7−(−513)4−526=548−56=−81
The equation of line BC is y−4=−81(x−7), which rearranges to x+8y=39. Comparing this to the form x+py=39, we find p=8.
Finally, we calculate the area of ΔABC using the coordinate determinant formula:
Area=21∣xA(yB−yC)+xB(yC−yA)+xC(yA−yB)∣
Substituting our coordinates, we find the area to be 32.4. We have successfully navigated the geometry and identified the properties of the triangle.