Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
math:non_right_trig [2021/03/07 23:29] – ↷ Links adapted because of a move operation epix | math:non_right_trig [2021/03/08 00:31] (current) – [Heron's Area Formula] added epix | ||
---|---|---|---|
Line 23: | Line 23: | ||
* $\text{area} = \frac{1}{2}bc\sin A$ | * $\text{area} = \frac{1}{2}bc\sin A$ | ||
The variables can be swapped around just like in Law of Cosine, but the triangle **NEEDS** to be an ASA((angle side angle)) triangle for this to work. | The variables can be swapped around just like in Law of Cosine, but the triangle **NEEDS** to be an ASA((angle side angle)) triangle for this to work. | ||
+ | ==== Heron' | ||
+ | The Law of Cosines can be used to establish the following formula for the area of a triangle. You can use it for any SSS((side side side)) triangle. | ||
+ | * $\text{area} = \sqrt{s(s-a)(s-b)(s-c)}$ where $s = \frac{a + b + c}{2}$ |