Thursday 28 July 2011

Calculate angles using the arcsin, Arccos, arctan in excel 2007

Arcsin function is a trigonometric function that is used to calculate the inverse sinevalue, while the arccos are inverse cosine function, and atan is the inverse tangent function.
This function is an inverse function of sin, cos, tan. In general, writing formulas in Excel can be seen below

syntax:
arc sine ---> ASIN (number)
arc cosine ---> ACOS (number)
arc tan -----> ATAN (number)

Note: a number in radians domain
To display the results of the inverse sine, cosine, tangent in degrees then the formula above needs to be simplified by multiplying by 180/PI () or by combiningthe functions DEGREES

In general the writing of ASIN(), ACOS (), and ATAN() in mathematical equations can be seen below

Example:

1. Create a table below

Random Posts