Law of cosines
From Math Images
| (28 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| - | The law of cosines is a formula that helps in | + | {{Image Description Ready |
| - | + | |ImageName=Law of Cosines | |
| + | |Image=Law_of_cosines_pictiure.jpg | ||
| + | |ImageIntro=The law of cosines is a trigonometric generalization of the Pythagorean Theorem. | ||
| + | |ImageDescElem=The law of cosines is a formula that helps in [[Solving Triangles|solving triangles]] when two or three side lengths of a triangle are known. | ||
| - | <math> | + | Given a triangle with side lengths, <math>a,b,c</math> and angle measures <math> A,B,C</math>, the law of cosines states |
| - | When to | + | ::<math> c^{2} = a^{2} + b^{2} - 2ab \cos C </math> |
| + | |||
| + | The formula combines the squares of two side lengths of a triangle and and a third term involving the [[cosine]] of a particular angle, to calculate the square of the third side. For this reason, the law of cosines is often thought of as the generalization of the Pythagorean theorem, which only applies to right triangles. The law of cosines adds an extra term to the Pythagorean theorem so that a third side length of a triangle can be determined when there is no right angle. | ||
| + | |||
| + | The law of cosines is useful in solving triangles whenever at least two side lengths are known. If the triangle that needs to be solved has less than just two known lengths, the [[Law of sines|law of sines]] is more useful. | ||
| + | |||
| + | |||
| + | [[Image:Law of sines.jpg|right]] | ||
| + | |||
| + | |||
| + | |||
| + | ===Alternate Forms=== | ||
| + | When the law of cosines is being used to find a particular side length, that is when a certain angle measure is given, the law of cosines can be written in several different ways to help set up the equation to solve for the missing element of the triangle. | ||
| + | |||
| + | :*<math> c^{2} = a^{2} + b^{2} - 2ab \cos C </math> | ||
| + | |||
| + | :*<math> b^{2} = a^{2} + c^{2} - 2ac \cos B </math> | ||
| + | |||
| + | :*<math> a^{2} = b^{2} + c^{2} - 2bc \cos A </math> | ||
| + | |||
| + | An alternate form of the law of cosines is particularly useful when solving a triangle when just the three side lengths are given. This form isolates the term with the cosine of the angle in it to make it easier to solve for the angle. | ||
| + | |||
| + | :*<math> \cos C = \frac{a^{2} + b^{2}- c^{2}}{2ab}</math> | ||
| + | |||
| + | :*<math> \cos B = \frac{a^{2} + c^{2}- b^{2}}{2ac}</math> | ||
| + | |||
| + | :*<math> \cos A = \frac{b^{2} + c^{2}- a^{2}}{2bc}</math> | ||
| + | |ImageDesc===Proof== | ||
| + | ===By the Pythagorean Theorem=== | ||
| + | One way to think of the law of cosines is as an extension of the Pythagorean theorem for a right triangle: | ||
| + | |||
| + | ::<math>a^{2} + b^{2} = c^{2} </math> | ||
| + | |||
| + | [[Image:Pythagoras_law_of_cosines.jpg]] | ||
| + | |||
| + | By Pythagorean theorem, we know | ||
| + | |||
| + | ::<math> c^{2} = p^{2} + h^{2}</math> | ||
| + | |||
| + | But <math> p</math> is just some portion of side length <math>a</math> which is <math>r</math> less than the length of <math>a</math>. Substituting the difference gives us, | ||
| + | |||
| + | ::<math> c^{2} = (a-r)^{2} + h^{2}</math> | ||
| + | |||
| + | By Pythagorean theorem, we also know that | ||
| + | |||
| + | ::<math> h^{2} = b^{2} - r^{2}</math> | ||
| + | |||
| + | Substituting the appropriate values gives us, | ||
| + | |||
| + | ::<math> c^{2} = (a-r)^{2} + ( b^{2} - r^{2})</math> | ||
| + | |||
| + | Expanding the squared term gives us | ||
| + | |||
| + | ::<math> c^{2} = a^{2} -2ar + r^{2} + b^{2} - r^{2}</math> | ||
| + | |||
| + | Simplify for | ||
| + | |||
| + | ::<math> c^{2} = a^{2} -2ar + b^{2}</math> | ||
| + | |||
| + | And by the definition of cosine, we know that | ||
| + | |||
| + | ::<math>r=b \cos C</math> | ||
| + | |||
| + | Substituting this value in give us | ||
| + | |||
| + | ::<math> c^{2} = a^{2} -2ab \cos C + b^{2}</math> | ||
| + | |||
| + | or | ||
| + | |||
| + | ::<math> c^{2} = a^{2}+ b^{2} -2ab \cos C </math> | ||
| + | |||
| + | ===Using the Distance Formula=== | ||
| + | The law of cosines solves for a particular side length using the other side lengths and an angle. We can write this length using the distance formula as the distance from one vertex of the triangle to another. | ||
| - | |||
Let <math> \vartriangle ABC </math> be oriented so that <math> C</math> is at the origin, and <math> B</math> is at the point<math> (a,0)</math>. | Let <math> \vartriangle ABC </math> be oriented so that <math> C</math> is at the origin, and <math> B</math> is at the point<math> (a,0)</math>. | ||
[[Image:Law_of_cosines_proof.jpg]] | [[Image:Law_of_cosines_proof.jpg]] | ||
| - | + | We use the formula for the distance between two points<math>(x_{1},y_{1}), (x_{2},y_{2})</math> | |
| - | <math> distance = \sqrt {(x_{2}-x_{1})^{2} + (y_{2}-y_{1})^{2}}</math> | + | ::<math> \text{distance} = \sqrt {(x_{2}-x_{1})^{2} + (y_{2}-y_{1})^{2}}</math> |
<math>c</math> is the distance from <math> A</math> to <math> B</math>. | <math>c</math> is the distance from <math> A</math> to <math> B</math>. | ||
| - | + | Since <math> A = (x_{1},y_{1}) = (b \cos C, b \sin C)</math> and <math> B= (x_{2},y_{2})= (a,0)</math>, substituting the appropriate points into the distance formula gives us | |
| - | <math> c = \sqrt {(a-b \cos C)^{2} + (0-b \sin C)^{2}}</math> | + | ::<math> c = \sqrt {(a-b \cos C)^{2} + (0-b \sin C)^{2}}</math> |
Squaring the inner terms, we have | Squaring the inner terms, we have | ||
| - | <math> c = \sqrt {(a^{2}-2ab \cos C+b^{2} \cos^{2} C) + (b^{2} \sin^{2} C)}</math> | + | ::<math> c = \sqrt {(a^{2}-2ab \cos C+b^{2} \cos^{2} C) + (b^{2} \sin^{2} C)}</math> |
Since <math> \cos^{2} C + \sin^{2} C = 1</math>, | Since <math> \cos^{2} C + \sin^{2} C = 1</math>, | ||
| - | <math> c = \sqrt { | + | ::<math> c = \sqrt {a^{2}+b^{2}-2ab \cos C}</math> |
Square both sides for | Square both sides for | ||
| - | <math> c^{2} = | + | ::<math> c^{2} = a^{2}+b^{2}-2ab \cos C</math> |
| - | ==Example | + | ==Example Problem== |
| - | + | Solve the triangle using the law of cosines. | |
| - | <math> c^{2} = a^{2} + b^{2} - 2ab \cos C </math> | + | ::<math> c^{2} = a^{2} + b^{2} - 2ab \cos C </math> |
[[Image:SAS triangle.jpg]] | [[Image:SAS triangle.jpg]] | ||
===Solution=== | ===Solution=== | ||
| - | + | {{hide|1= | |
To find the side length <math>c</math>, | To find the side length <math>c</math>, | ||
| - | <math> c^{2} = 6^{2} + (6 \sqrt{2})^{2} -2 (6) (6 \sqrt{2}) \cos 45^\circ </math> | + | :<math> c^{2} = 6^{2} + (6 \sqrt{2})^{2} -2 (6) (6 \sqrt{2}) \cos 45^\circ </math> |
Simplify for | Simplify for | ||
| - | <math> c^{2} =36 + 36 (2) - 72 \sqrt{2} | + | ::<math> c^{2} =36 + 36 (2) - 72 \sqrt{2} \cos 45^\circ </math> |
Since <math> \cos 45^\circ = \frac{1}{\sqrt{2}}</math>, substitution gives us | Since <math> \cos 45^\circ = \frac{1}{\sqrt{2}}</math>, substitution gives us | ||
| - | <math> c^{2} =36 + 36 (2) - 72 \sqrt{2} (\frac{1}{\sqrt{2}}) </math> | + | ::<math> c^{2} =36 + 36 (2) - 72 \sqrt{2} (\frac{1}{\sqrt{2}}) </math> |
Simplify for | Simplify for | ||
| - | <math> c^{2} =36 + 72 - 72 </math> | + | ::<math> c^{2} =36 + 72 - 72 </math> |
| - | + | ::<math> c^{2} =36 </math> | |
| - | <math> c^{2} =36 </math> | + | |
Taking the square root of both sides gives us | Taking the square root of both sides gives us | ||
| - | <math> c =6 </math> | + | ::<math> c =6 </math> |
---- | ---- | ||
| - | + | To solve for angle <math>B</math>, we can orient the triangle differently and use the law of cosines in the form | |
| + | [[Image:SAS_solution.jpg|right]] | ||
| - | <math> b^{2} = a^{2} + c^{2} - 2ab \cos B </math> | + | ::<math> b^{2} = a^{2} + c^{2} - 2ab \cos B </math> |
Substituting in the appropriate side lengths gives us | Substituting in the appropriate side lengths gives us | ||
| - | <math> (6 \sqrt{2})^{2} = 6^{2} + 6^{2} - 2(6)(6) \cos B </math> | + | ::<math> (6 \sqrt{2})^{2} = 6^{2} + 6^{2} - 2(6)(6) \cos B </math> |
| - | + | ::<math> 36 (2) = 36 + 36 - 72 \cos B </math> | |
| - | + | ||
| - | <math> 36 (2) = 36 + 36 - 72 \cos B </math> | + | |
| - | <math>72 = 72 - 72 \cos B </math> | + | ::<math>72 = 72 - 72 \cos B </math> |
Subtracting <math>72</math> from both sides gives us | Subtracting <math>72</math> from both sides gives us | ||
| - | <math>0 = - 72 \cos B </math> | + | ::<math>0 = - 72 \cos B </math> |
Dividing both sides by <math>-72</math> gives us | Dividing both sides by <math>-72</math> gives us | ||
| - | <math>0 = \cos B </math> | + | ::<math>0 = \cos B </math> |
| - | Using [[inverse | + | Using [[Basic Trigonometric Functions#Inverse Trig Functions| inverse trigonometry]], we know that |
| - | <math>B = 90^\circ </math> | + | ::<math>B = 90^\circ </math> |
And we can find the last angle measure <math>A</math> by subtracting the other two measures from <math> 180^\circ</math> | And we can find the last angle measure <math>A</math> by subtracting the other two measures from <math> 180^\circ</math> | ||
| - | <math> 180^\circ - 90^\circ - 45^\circ = 45^\circ</math> | + | ::<math> 180^\circ - 90^\circ - 45^\circ = 45^\circ</math> |
| + | |||
| + | ::<math> A=45^\circ</math> | ||
| - | |||
| - | + | }} | |
| + | |AuthorName=rscott3 | ||
| + | |Field=Geometry | ||
| + | |References=All images were made by the page's author using Adobe Photoshop and Cinderella2. | ||
| + | |InProgress=No | ||
| + | }} | ||
Current revision
| Law of Cosines |
|---|
Law of Cosines
- The law of cosines is a trigonometric generalization of the Pythagorean Theorem.
Contents |
Basic Description
The law of cosines is a formula that helps in solving triangles when two or three side lengths of a triangle are known.Given a triangle with side lengths,
and angle measures
, the law of cosines states
The formula combines the squares of two side lengths of a triangle and and a third term involving the cosine of a particular angle, to calculate the square of the third side. For this reason, the law of cosines is often thought of as the generalization of the Pythagorean theorem, which only applies to right triangles. The law of cosines adds an extra term to the Pythagorean theorem so that a third side length of a triangle can be determined when there is no right angle.
The law of cosines is useful in solving triangles whenever at least two side lengths are known. If the triangle that needs to be solved has less than just two known lengths, the law of sines is more useful.
Alternate Forms
When the law of cosines is being used to find a particular side length, that is when a certain angle measure is given, the law of cosines can be written in several different ways to help set up the equation to solve for the missing element of the triangle.
An alternate form of the law of cosines is particularly useful when solving a triangle when just the three side lengths are given. This form isolates the term with the cosine of the angle in it to make it easier to solve for the angle.
A More Mathematical Explanation
Proof
By the Pythagorean Theorem
One way to think of the law of cosines is as an extension of the Pythagorean theorem for a right triangle:
By Pythagorean theorem, we know
But
is just some portion of side length
which is
less than the length of
. Substituting the difference gives us,
By Pythagorean theorem, we also know that
Substituting the appropriate values gives us,
Expanding the squared term gives us
Simplify for
And by the definition of cosine, we know that
Substituting this value in give us
or
Using the Distance Formula
The law of cosines solves for a particular side length using the other side lengths and an angle. We can write this length using the distance formula as the distance from one vertex of the triangle to another.
Let
be oriented so that
is at the origin, and
is at the point
.
We use the formula for the distance between two points
is the distance from
to
.
Since
and
, substituting the appropriate points into the distance formula gives us
Squaring the inner terms, we have
Since
,
Square both sides for
Example Problem
Solve the triangle using the law of cosines.
Solution
Teaching Materials
- There are currently no teaching materials for this page. Add teaching materials.
References
All images were made by the page's author using Adobe Photoshop and Cinderella2.
Leave a message on the discussion page by clicking the 'discussion' tab at the top of this image page.





, substitution gives us

from both sides gives us
gives us


