Volume of a triangle.

Soldato
Joined
21 Oct 2002
Posts
21,454
I'm not very good with maths, how do i work out the volume of a triangle?

The dimensions are 11x20x19 (its not exact its for an area of square miles the roads form a rough triangle)
 
WxH / 2 :)

edit: H being the perpendicular height from the base of the triangle... i think

yeh:
AreaTriangle.gif
 
Last edited:
ballistic said:
wtf?
A triangle doesn't have a volume. A triangle is a 2D object and has an area.

Well he obviously meant area otherwise he would have stated it was a prism or something.. but he said it was the distance of a road..
 
Well, he either meant the area of a triangle, or the volume of a triangular-based pyramid. I assume it's the latter, as he gave three dimensions, but I'm not exactly sure what these dimensions are :confused:

edit: scratch that, maybe he means a triangle with sides of length 11, 20, and 19? In this case, the area would be 10*sqrt(105), or 102.47 square miles :)
 
Last edited:
marc_howarth said:
area of a triangle = 1/2 a b Sin c
He doesn't have C though, so it's:

A = (a*b*sin(acos((a² + b² - c²) / 2ab))) / 2

Although that's a bit messy because accuracy is lost in the sin(acos(...)) stage...

Alternatively, you could use Heron's formula.
 
Inquisitor said:
edit: scratch that, maybe he means a triangle with sides of length 11, 20, and 19? In this case, the area would be 10*sqrt(105), or 102.47 square miles :)

Aye i should have said area.

I just wanted a quick answer and wasnt thinking when i typed the question.
 
Inquisitor said:
He doesn't have C though, so it's:

A = (a*b*sin(acos((a² + b² - c²) / 2ab))) / 2

Although that's a bit messy because accuracy is lost in the sin(acos(...)) stage...

Alternatively, you could use Heron's formula.

Heron's is probably the better way for this, as it's pretty simple to use, and quick, compared to using sin and cos anyway.

Heron's formula, and other triangle stuff:
http://en.wikipedia.org/wiki/Triangle#Using_Heron.27s_formula
 
Isn't it Hero's formula? (not Heron's)

A = sqrt[s(s-a)(s-b)(s-c)] where s = (a+b+c)/2

edit/ looked at Wiki, never mind
 
What is this "math" you speak of? :p

(you're not from the other side of the pond, are you?)
 
Back
Top Bottom