List of integrals of inverse trigonometric functions

The following is a list of indefinite integrals (antiderivatives) of expressions involving the inverse trigonometric functions. For a complete list of integral formulas, see lists of integrals.

  • The inverse trigonometric functions are also known as the "arc functions".
  • C is used for the arbitrary constant of integration that can only be determined if something about the value of the integral at some point is known. Thus each function has an infinite number of antiderivatives.
  • There are three common notations for inverse trigonometric functions. The arcsine function, for instance, could be written as sin1, asin, or, as is used on this page, arcsin.
  • For each inverse trigonometric integration formula below there is a corresponding formula in the list of integrals of inverse hyperbolic functions.

Arcsine function integration formulas

Arccosine function integration formulas

Arctangent function integration formulas

Arccotangent function integration formulas

Arcsecant function integration formulas

Arccosecant function integration formulas

gollark: SSDs/HDDs generally all support ECC anyway. There's none of this ridiculous feature gating in those.
gollark: `async function(username) { let result = await api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU') return result}` is a really longwinded way to write `api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU')`, by the way. async/await is just nice syntax for promises.
gollark: <@102436520559910912> That's just an anonymous async function, so yes, it won't run if you don't do anything with it.
gollark: To just waste CPU cycles, this has worked for me before when I wanted to do that for some evil reason or other, but it's probably not very sound:```cvolatile long long int i = 0;while (i < [a big number]) { i++; }```
gollark: Oh right, probably.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.