trigidentity.com

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

Proof: sin(arcsin x) = x

Sine of an inverse sine — proved by unfold the definition. Every line below says which rule it uses, so nothing has to be taken on faith.

sin(arcsin x) = x

The proof

Set the inner inverse equal to an angle and translate the definition into a sine statement. Everything then follows from that single sentence.

  1. Let θ = arcsin x
    Name the angle the inverse function returns.
  2. sin θ = x, with θ in [−π/2, π/2]
    That is what arcsin means.
  3. sin(arcsin x) = sin θ = x
    Substitute θ back.

The restriction −1 ≤ x ≤ 1 is not decoration: outside it there is no angle whose sine is x, so arcsin x itself has no value.

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