Analyzing the Setup
We are given two fixed points, A(2,1) and B(3,−2). The third vertex C lies on the line y=x+3.
By defining the x-coordinate of C as λ, we can express the coordinates of C as (λ,λ+3). This reduces the unknown position of C to a single parameter, λ.
The Master Equation
We utilize the coordinate area formula for a triangle with vertices (x1,y1), (x2,y2), and (x3,y3):
Area=21∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣
Given that the area is 5, we substitute our points A(2,1), B(3,−2), and C(λ,λ+3) into the formula:
21∣2(−2−(λ+3))+3((λ+3)−1)+λ(1−(−2))∣=5
Simplifying the Expression
Multiplying both sides by 2, we obtain:
Expanding the terms inside the modulus:
Solving for Vertex C
The absolute value equation ∣4λ−4∣=10 yields two distinct cases, representing the two possible positions for vertex C.
Case 1: 4λ−4=10
Substituting λ=27 into y=λ+3, we find y=27+3=213. Thus, the first possible coordinate is C1=(27,213).
Case 2: 4λ−4=−10
Substituting λ=−23 into y=λ+3, we find y=−23+3=23. Thus, the second possible coordinate is C2=(−23,23).
The two possible locations for vertex C are (27,213) and (−23,23).