The Cotangent is the reciprocal of the Tangent.
Therefore, for the simple right-angled triangle below, the cotangent of the angle θ is equal to the adjacent side, a, divided by the opposite side, o.
I.e. for the triangle above,
The Excel Cot function calculates the cotangent of a given angle.
Note: the Cot function was only introduced in Excel 2013 and so is not available in earlier versions of Excel.
The syntax of the function is:
Where the number argument is the angle (in radians) that you want to calculate the cotangent of. This must be between -2^27 and +2^27.
If the supplied number argument is equal to 0, the Cot function returns the #DIV/0! error.
Converting from Degrees to Radians
If your angle is in degrees, you will need to convert it into radians before supplying it to the Cot function. This can be done using the Excel Radians function:
The Excel Cot Function is used in the following spreadsheet, to calculate the Cotangent of four different angles:
Formulas:
|
Results:
|
Note that in the above examples:
For further details and examples of the Excel Cot function, see the Microsoft Office website.
If you get an error from the Excel Cot function, this is likely to be one of the following:
#DIV/0! | - | Occurs if the supplied number is equal to zero. |
#NUM! | - | Occurs if the supplied number is less than -2^27 or is greater than 2^27. |
#VALUE! | - | Occurs if the supplied number argument is non-numeric. |