Inverse Functions

Overview

Each of the trigonometric functions have an inverse function with a restricted domain.

Arcsine

The arcsine function is the inverse sine function, denoted by arcsin or sin1. For 1y1, if t=arcsiny, then

y=sintandπ2tπ2.

Arccosine

The arccosine function is the inverse cosine function, denoted by arccos or cos1. For 1y1, if t=arccosy, then

y=costand0tπ.

Arctangent

The arctangent function is the inverse tangent function, denoted by arctan or tan1. For 1y1, if t=arctany, then

y=tantandπ2<t<π2.

atan2

The atan2 function denotes the 2-argument arctangent function. Geometrically, atan2(y,x) denotes the angle measure π<θπ between the positive x-axis and the ray from the origin to point x,y in the Cartesian plane. That is:

atan2(y,x)={arctanyxif x>0arctanyx+πif x<0 and y0arctanyxπif x<0 and y<0π2if x=0 and y>0π2if x=0 and y<0undefinedif x=0 and y=0

Let z=x+yi be a complex number. Then atan2(y,x)=Arg(x+yi).

Derivatives

The following outlines the derivatives of some of the inverse circular functions:

Function Derivative
arcsinx 11x2
arccosx 11x2
arctanx 11+x2
Powered by Forestry.md