Documentation

Mathlib.Analysis.SpecialFunctions.Trigonometric.InverseDeriv

derivatives of the inverse trigonometric functions #

Derivatives of arcsin and arccos.

theorem Real.hasDerivAt_arcsin {x : } (h₁ : x -1) (h₂ : x 1) :
theorem Real.contDiffAt_arcsin {x : } (h₁ : x -1) (h₂ : x 1) {n : WithTop ℕ∞} :
@[simp]
theorem Real.deriv_arcsin :
deriv arcsin = fun (x : ) => 1 / (1 - x ^ 2)
theorem Real.hasDerivAt_arccos {x : } (h₁ : x -1) (h₂ : x 1) :
theorem Real.contDiffAt_arccos {x : } (h₁ : x -1) (h₂ : x 1) {n : WithTop ℕ∞} :
@[simp]
theorem Real.deriv_arccos :
deriv arccos = fun (x : ) => -(1 / (1 - x ^ 2))