trigidentity.com

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

Proof: sin(arccos x) = √(1 − x²)

Sine of an inverse cosine — proved by pythagorean identity on [0, π]. Every line below says which rule it uses, so nothing has to be taken on faith.

sin(arccos x) = √(1 − x²)

The proof

Identical algebra to the arcsin case; the whole difference is which interval supplies the sign.

  1. Let θ = arccos x
    So cos θ = x with θ in [0, π].
  2. sin²θ = 1 − cos²θ = 1 − x²
    Pythagorean identity. · Pythagorean identity
  3. sin θ = +√(1 − x²)
    sine is ≥ 0 on [0, π].

Both endpoints check out: x = 1 gives 0, x = −1 gives 0, x = 0 gives 1 — exactly what a cosine-known angle predicts.

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 sin(arccos(x)), right side sqrt(1 - x^2).
AngleLeft sideRight sideAgree
-100yes
-0.80.60.6yes
-0.60.80.8yes
-0.40.9165150.916515yes
-0.20.9797960.979796yes
011yes

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