Friday, March 12, 2010

Some Trigonometry

Triangles

A triangle has 6 measurements: 3 angles and 3 sides

Angles A+B+C=180 degrees
Sides a,b,c are opposite of their corresponding angles

Law of Sine: sin(A)/a = sin(B)/b = sin(C)/c
Law of Cosine:
a^2 = b^2 + c^2 - 2bc cos(A)
b^2 = a^2 + b^2 - 2ac cos(B)
c^2 = a^2 + b^2 - 2ab cos(C)

Pythagorean Theorem:
when the angle opposite to side c is equal to 90 degrees then..
a^2 + b^2 = c^2

Heron's Formula:
A=squareroot[s(s-a)(s-b)(s-c)] where is the semiperimeter s = (a+b+c)/2

For a right triangle :
sin = opposite/hypotenuse
cos = adjacent/hypotenuse
tan = opposite/adjacent

Area of Triangle:
Known:

Angle Side Angle (ASA) Find 3rd angle: A+B+C=180
Or Side Angle Angle (SAA) Area = (a^2 sin(B) sin(C))/(2 sin(A))

2 Sides and Angle between them (SAS) Area = 1/2 ab sin(C)

2 Sides and Angle not between them (ASS) Find B from: sin(B) = (b sin(A))/a
Find C from: A+B+C=180
Area = 1/2 ab sin(C)

3 Sides (SSS) Use Heron's Formula to find area