trigidentity.com

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

Proof: arccos(−x) = π − arccos x

Inverse cosine of a negative — proved by cosine of a supplementary angle. Every line below says which rule it uses, so nothing has to be taken on faith.

arccos(−x) = π − arccos x

The proof

One identity plus the range of arccos; the range is what makes the answer unique.

  1. Let θ = arccos x
    θ in [0, π], cos θ = x.
  2. cos(π − θ) = −cos θ = −x
    Supplementary-angle rule. · Cosine of a difference
  3. π − θ is in [0, π]
    The interval is closed under θ → π − θ.
  4. arccos(−x) = π − θ = π − arccos x
    arccos is the unique angle in [0, π].

Read it as: a negative cosine means an obtuse angle, and obtuse angles are π minus their reference angle.

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 arccos(-x), right side pi - arccos(x).
AngleLeft sideRight sideAgree
-100yes
-0.80.6435010.643501yes
-0.60.9272950.927295yes
-0.41.1592791.159279yes
-0.21.3694381.369438yes
01.5707961.570796yes

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