Inverse Trig Values: arcsin, arccos and arctan

The principal values of the inverse sine, cosine and tangent at the arguments that come up most often, given exactly (as fractions of π), in decimal radians and in degrees.

arcsin and arccos of common values

arcsin returns an angle in [−π/2, π/2] and arccos an angle in [0, π], so every argument in [−1, 1] has exactly one principal value. arcsin x + arccos x = π/2 for every x in [−1, 1].

arcsin x and arccos x
xarcsin xarcsin (rad)arcsin (°)arccos xarccos (rad)arccos (°)
−1−π/2−1.570796−90°π3.141593180°
−√3/2−π/3−1.047198−60°5π/62.617994150°
−√2/2−π/4−0.785398−45°3π/42.356194135°
−1/2−π/6−0.523599−30°2π/32.094395120°
000.0000000°π/21.57079690°
1/2π/60.52359930°π/31.04719860°
√2/2 (= 1/√2)π/40.78539845°π/40.78539845°
√3/2π/31.04719860°π/60.52359930°
1π/21.57079690°00.0000000°

Sources: NIST Digital Library of Mathematical Functions: DLMF §4.23 Inverse Trigonometric Functions; OpenStax: Precalculus 2e §6.3 Inverse Trigonometric Functions

arctan of common values

arctan is defined for every real number and returns an angle strictly between −π/2 and π/2.

arctan x
xarctan xRadiansDegrees
−√3−π/3−1.047198−60°
−1−π/4−0.785398−45°
−√3/3 (= −1/√3)−π/6−0.523599−30°
000.0000000°
√3/3 (= 1/√3)π/60.52359930°
1π/40.78539845°
√3π/31.04719860°
2No simple exact form1.10714963.4349°
3No simple exact form1.24904671.5651°
x → +∞→ π/2 (limit)→ 1.570796→ 90°
x → −∞→ −π/2 (limit)→ −1.570796→ −90°

Sources: NIST Digital Library of Mathematical Functions: DLMF §4.23 Inverse Trigonometric Functions

Arguments outside the domain: arccos 2, arcsin 3, arcsin ∞

Sine and cosine of a real angle always lie between −1 and 1, so arcsin x and arccos x have no real value when |x| > 1. arccos 2, arccos 3, arcsin 2 and arcsin 3 are undefined over the real numbers, and a calculator in real mode reports an error.

They do have complex values. For x > 1, arccos x = ±i·ln(x + √(x² − 1)), so arccos 2 = ±i·ln(2 + √3) ≈ ±1.316958i; real x > 1 lies on the branch cut, so the sign depends on the convention the software uses. Treat such results as complex numbers, not angles.

arcsin ∞ and arccos ∞ are likewise undefined, because x never grows beyond 1 in the domain. Only arctan has a limit at infinity: arctan x → π/2 as x → ∞.

Sources: NIST Digital Library of Mathematical Functions: DLMF §4.23 Inverse Trigonometric Functions; NIST Digital Library of Mathematical Functions: DLMF §4.24 Inverse Trigonometric Functions: Further Properties

References

Frequently asked questions

What is arccos of 0?

arccos 0 = π/2 (90°), because cos 90° = 0 and 90° is in arccos's range [0°, 180°].

What is arctan of 1?

arctan 1 = π/4 (45°), because tan 45° = 1.

What is arccos of 2?

It is undefined for real numbers, since cosine never exceeds 1. Its complex values are ±1.316958i (±i·ln(2 + √3)), the sign depending on the branch convention.