trigidentity.com

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

Proof: tan(arcsin x) = x / √(1 − x²)

Tangent of an inverse sine — proved by quotient identity applied to the pair. Every line below says which rule it uses, so nothing has to be taken on faith.

tan(arcsin x) = x / √(1 − x²)

The proof

One line, if the two ingredients are already allowed: tangent is sine over cosine.

  1. Let θ = arcsin x
    So sin θ = x, cos θ = √(1 − x²). · Cosine of an inverse sine
  2. tan θ = sin θ / cos θ
    Quotient identity. · Quotient identity (tangent)
  3. tan(arcsin x) = x / √(1 − x²)
    Substitute both.

The sign of the result follows x, which is right: arcsin is odd and tangent is odd, so an odd composed with an odd is odd.

Where the proof stops applying

x is a number from −1 to 1 — and not ±1: at those two values the angle is ±π/2 and the tangent does not exist.

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 tan(arcsin(x)), right side x / sqrt(1 - x^2).
AngleLeft sideRight sideAgree
-0.8-1.333333-1.333333yes
-0.6-0.75-0.75yes
-0.4-0.436436-0.436436yes
-0.2-0.204124-0.204124yes
000yes
0.20.2041240.204124yes

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