trigidentity.com

Inverse function identities · proof ·what it is and when to use it

Proof: cos(arccos x) = x

Cosine of an inverse cosine — proved by definition, with the range checked. Every line below says which rule it uses, so nothing has to be taken on faith.

cos(arccos x) = x

The proof

Identical in shape to the sine version; the only thing worth watching is which interval arccos is allowed to answer with.

  1. Let θ = arccos x
    Name the returned angle.
  2. cos θ = x, with θ in [0, π]
    Definition of arccos.
  3. cos(arccos x) = x
    Substitute.

The range [0, π] is exactly where cosine takes each value once — that is what makes arccos a function at all.

Where the proof stops applying

x is a number from −1 to 1 — arcsin and arccos are only defined for inputs in this interval — outside it there is no angle to take.

Outside that interval the inverse function returns nothing at all, so the statement is not false there — it has no meaning. The proof above never leaves the interval.

The same claim, checked numerically

A proof is not the same thing as a check, and this page shows both: the reasoning above, and the first few angles fed to the same engine behind the verifier. If they ever disagreed, the data would be broken — the build would fail before publishing (accuracy policy).

Both sides evaluated at the same angles — left side cos(arccos(x)), right side x.
AngleLeft sideRight sideAgree
-1-1-1yes
-0.8-0.8-0.8yes
-0.6-0.6-0.6yes
-0.4-0.4-0.4yes
-0.2-0.2-0.2yes
000yes

Related

sampled at 800 random anglesSource: OpenStax Precalculus, Ch. 7.6 (inverse trig functions) · Paul's Online Math Notes, Trig Cheat Sheet · revised 2026-09-27 ·how we check ·accuracy policy ·report an error