trigidentity.com

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

Proof: arcsin x + arccos x = π/2

Inverse sine plus inverse cosine — proved by take the sine of both sides. Every line below says which rule it uses, so nothing has to be taken on faith.

arcsin x + arccos x = π/2

The proof

Show the two sides have the same sine and lie in the same interval, so they must be equal.

  1. Let α = arcsin x, β = arccos x
    So sin α = x and cos β = x.
  2. sin α = cos β = sin(π/2 − β)
    Cofunction identity. · Cofunction identity for sine
  3. α = π/2 − β
    Both α and π/2 − β sit in [−π/2, π/2], where sine is one-to-one.
  4. arcsin x + arccos x = π/2
    Rearrange.

The one-to-one step is doing real work: without the range restriction, equal sines would only give equal-or-supplementary 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) + arccos(x), right side pi/2.
AngleLeft sideRight sideAgree
-11.5707961.570796yes
-0.81.5707961.570796yes
-0.61.5707961.570796yes
-0.41.5707961.570796yes
-0.21.5707961.570796yes
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