trigidentity.com

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

Proof: cos(arcsin x) = √(1 − x²)

Cosine of an inverse sine — proved by pythagorean identity plus a range check. Every line below says which rule it uses, so nothing has to be taken on faith.

cos(arcsin x) = √(1 − x²)

The proof

Two ingredients: the Pythagorean identity supplies the size, and the range of arcsin decides the sign. Skipping the second is the usual error.

  1. Let θ = arcsin x
    So sin θ = x with θ in [−π/2, π/2].
  2. cos²θ = 1 − sin²θ = 1 − x²
    Pythagorean identity. · Pythagorean identity
  3. cos θ = +√(1 − x²)
    cosine is ≥ 0 on [−π/2, π/2].
  4. cos(arcsin x) = √(1 − x²)
    Substitute θ back.

At x = ±1 the cosine is 0 — the formula gives it, which is a cheap way to check you did not lose a factor.

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(arcsin(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