Difference between revisions of "Law of Cosines"

(edited TeX to include \cos function)
(Links)
Line 1: Line 1:
 
The '''Law of Cosines''' is a formula used in finding lengths and angles of a triangle.  For sides a, b, and c with opposite angles A, B, and C respectively:
 
The '''Law of Cosines''' is a formula used in finding lengths and angles of a triangle.  For sides a, b, and c with opposite angles A, B, and C respectively:
 
<math>c^2 = a^2 + b^2 - 2ab\cos C</math>
 
<math>c^2 = a^2 + b^2 - 2ab\cos C</math>
 +
 +
==See also==
 +
* [[Pythagorean Theorem]]
 +
* [[Law of Sines]]
 +
* [[Trigonometry]]

Revision as of 17:27, 22 June 2006

The Law of Cosines is a formula used in finding lengths and angles of a triangle. For sides a, b, and c with opposite angles A, B, and C respectively: $c^2 = a^2 + b^2 - 2ab\cos C$

See also