arctanx (the inverse tangent, or arctangent) is the inverse of the tangent function tan. Since tan has period π, we restrict it to the interval (−2π,2π) on which it is increasing and define the inverse there (the principal value) as arctan.
Definition
y=arctanx is the value y satisfying tany=x with −2π<y<2π.
Domain and range
Because tan takes every real value on this interval, the domain of arctan is all real numbers (−∞,∞). The range is the open interval (−2π,2π).
Symmetry and monotonicity
arctan is an odd function with arctan(−x)=−arctanx, so its graph is symmetric about the origin. Its derivative
dxdarctanx=1+x21
is always positive, so the function is strictly increasing. Because the denominator is never 0, this derivative is smooth for all real x.
Asymptotes and limits
As x→+∞, arctanx→2π, and as x→−∞, arctanx→−2π. Hence it has the horizontal asymptotes y=2π and y=−2π, giving a gentle S-shaped curve. Its values never cross these two lines.
Notable points
The graph passes through the origin (0,0), which is an inflection point, and near the origin arctanx≈x. For example arctan1=4π, arctan31=6π, and arctan3=3π.
Relations and applications
arctan is used to compute π: from arctan1=4π one derives the Leibniz series and others. It underlies atan2, which recovers the polar angle of a point (x,y), and is widely used in signal processing, control engineering, and computer graphics.