find ∫ (dx)/(sqrt(e²x
- 1))
Solution: As it stands, this integral doesn't fit any
of the three inverse trigonometric formulas. Using the
substitution u = ex
, however, produces the following.
u = ex
→ du = ex
dx → dx = (du / ex) = (du / u)
With
this substitution, you can integrate as follows.
∫ (dx)/(sqrt(e²x
- 1)) = ∫ (dx)/(sqrt(
(ex)²
- 1))
= ∫ (du/u)/(sqrt(u
- 1)) ...Substitution
= ∫ (du/u)/(u*(sqrt(u
- 1)) ) ...Rewrite to fit
= arcsec (|u|/1) + C
...Apply
= arcsec ex
+ C ...Back Substitution
|