trigidentity.com

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

Proof: arcsin(−x) = −arcsin x

Inverse sine of a negative — proved by apply sine to both sides, then use the range. Every line below says which rule it uses, so nothing has to be taken on faith.

arcsin(−x) = −arcsin x

The proof

Two angles with the same sine are equal once you know both live where sine is one-to-one.

  1. Let θ = arcsin x
    θ in [−π/2, π/2], sin θ = x.
  2. sin(−θ) = −sin θ = −x
    Sine is odd. · Sine is odd
  3. −θ is also in [−π/2, π/2]
    The interval is symmetric about 0.
  4. arcsin(−x) = −θ = −arcsin x
    Uniqueness of the angle in that interval.

Range check twice over: without it, sin(−θ) = −x would only say that −θ is one of infinitely many angles.

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 arcsin(-x), right side -arcsin(x).
AngleLeft sideRight sideAgree
-11.5707961.570796yes
-0.80.9272950.927295yes
-0.60.6435010.643501yes
-0.40.4115170.411517yes
-0.20.2013580.201358yes
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