Difference between revisions of "Trigonometry Functions"
→Formulae: trigonometry basics
imported>JOG (Contents + alternative sin/cos/tan/arcsin routines) |
imported>JOG (→Formulae: trigonometry basics) |
||
Line 7: | Line 7: | ||
== Formulae== | == Formulae== | ||
[[Image:Triangle.png|160px|right|Right triangle]] | |||
'''''A + B + C = 180°''''' | |||
'''''A + B = 90°''''' | |||
'''''a² + b² = c²''''' | |||
'''''sin(A) = a / c''''' | |||
'''''cos(A) = b / c''''' | |||
'''''tan(A) = a / c''''' | |||
'''''tan(A) = sin(A) / cos(A)''''' | |||
---- | |||
You can use a Taylor series to approximate the value of sine, cosine and tangent: | |||
Line 16: | Line 31: | ||
'''''tan(x) = x^1/1! + x^3/3! + x^5/5! + x^7/7! + ...''''' | '''''tan(x) = x^1/1! + x^3/3! + x^5/5! + x^7/7! + ...''''' | ||
== Taylor Series Variant 1 == | == Taylor Series Variant 1 == |