What is the formula for the area of a non right-angled triangle?

1 Answer
Jun 17, 2018

For a triangle with sides #a, b, c#:

#A = sqrt(s(s-a)(s-b)(s-c))# where #s = 1/2(a+b+c)#

Explanation:

Assuming you know the lengths #a, b, c# of the three sides, then you can use Heron's formula:

#A = sqrt(s(s-a)(s-b)(s-c))#

where #s = 1/2(a+b+c)# is the semi-perimeter.

Alternatively, if you know the three vertices #(x_1, y_1)#, #(x_2, y_2)# and #(x_3, y_3)# then the area is given by the formula:

#A = 1/2 abs(x_1y_2+x_2y_3+x_3y_1-x_1y_3-x_2y_1-x_3y_2)#

(see https://socratic.org/s/aRRwRfUE)