The vertices of a triangle are (3,−4), (4,h), and (2,6). Find h if the area of the triangle is 10 square units.
Background and Explanation
The area of a triangle given its three vertices can be found using the determinant formula (shoelace formula). This method uses a 3×3 determinant where the columns contain the x-coordinates, y-coordinates, and ones respectively.
Solution
We use the determinant formula for the area of a triangle with vertices (x1,y1), (x2,y2), and (x3,y3):
Area=21x1x2x3y1y2y3111
Given that the area is 10 square units, we set up the equation:
21342−4h6111=10
Step 1: Expand the determinant
We expand along the first row, computing the three 2×2 minors:
21[3h611+44211+142h6]=10
Step 2: Evaluate each 2×2 determinant
First minor: h611=h⋅1−1⋅6=h−6
Second minor: 4211=4⋅1−1⋅2=4−2=2
Third minor: 42h6=4⋅6−h⋅2=24−2h
Substituting these back:
21[3(h−6)+4(4−2)+1(24−2h)]=10
Step 3: Simplify the expression
21[3h−18+8+24−2h]=10
Combining like terms inside the brackets:
3h−2h=h
−18+8+24=14
So we have:
21(h+14)=10
Step 4: Solve for h
Multiply both sides by 2:
h+14=20
Therefore:
h=6
Key Formulas or Methods Used
Determinant formula for triangle area: Area=21x1x2x3y1y2y3111
Expansion of 3×3 determinant: Along the first row using cofactors
2×2 determinant: acbd=ad−bc
Summary of Steps
Set up the area formula using the determinant with the three given vertices
Expand the 3×3 determinant along the first row into three 2×2 determinants
Evaluate each 2×2 determinant and substitute back
Simplify the algebraic expression inside the brackets
Multiply both sides by 2 and solve the resulting linear equation for h