Difference between revisions of "Area of an equilateral triangle"

(Created page with "The area of an equilateral triangle is <math>\frac{s^2\sqrt{3}}{4}</math>, where <math>s</math> is the sidelength of the triangle. == Proof == ''Method 1'' Dropping the altitu...")
 
(Proof)
Line 15: Line 15:
 
----
 
----
 
credits:
 
credits:
created by pickten
+
created by [[User:Pickten|Pickten]] 18:22, 12 June 2011 (EDT)
--[[User:Pickten|Pickten]] 18:22, 12 June 2011 (EDT)
 

Revision as of 18:22, 12 June 2011

The area of an equilateral triangle is $\frac{s^2\sqrt{3}}{4}$, where $s$ is the sidelength of the triangle.


Proof

Method 1 Dropping the altitude of our triangle splits it into two triangles. By HL congruence, these are congruent, so the "short side" is $\frac{s}{2}$.

Using the Pythagorean theorem, we get $s^2=h^2+\frac{s^2}{4}$, where $h$ is the height of the triangle. Solving, $h=\frac{s\sqrt{3}}{2}$. (note we could use 30-60-90 right triangles.)

We use the formula for the area of a triangle, ${bh \over 2}$ (note $s$ is the length of a base), so the area is \[\boxed{\frac{s^2\sqrt{3}}{4}}\]

Method 2 warning: uses trig. The area of a triangle is $\frac{ab\sin{C}}{2}$. Plugging in $a=b=s$ and $C=\frac{\pi}{3}$ (the angle at each vertex, in radians), we get the area to be $\frac{s\cdot s\cdot \frac{\sqrt{3}{2}}{2}=$ (Error compiling LaTeX. Unknown error_msg) \[\boxed{\frac{s^2\sqrt{3}}{4}}\]


credits: created by Pickten 18:22, 12 June 2011 (EDT)