When faced with something like 11+x2dx, my first instinct has usually been to panic, and then to try trig (or hyperbolic) substitutions more or less at random. But is there a better way?

There are six such integrals altogether:

  • 11x2dx=arcsin(x)+C
  • 11x2dx=arccos(x)+C
  • 11+x2dx=arsinh(x)+C
  • 1x21dx=arcosh(x)+C
  • 11+x2dx=arctan(x)+C
  • 11x2dx=artanh(x)+C

It sort of looks like there’s a pattern… but then there isn’t. How do we go about spotting what’s going on?

Sketch the integrand

I’m going to leave the arctan and artanh integrals for later and focus on the ones that have a square root on the denominator.

The square roots are extremely useful: they tell you where things are defined.

For example: when the integrand is ±11x2, this is only defined when 1x20, so 1x1. What functions do we know that have a range like that? That’s right, the sines and cosines - so these two must correspond to the arcsine and arccosine functions. Which way round? Think about the gradients: arccos(1)=π and arccos(1)=0, so arccosine has a negative gradient; it must correspond to the negative integrand. You can make a similar argument for arcsine.

How about the others? When the integrand is 11+x2, that’s clearly defined for all values of x - arsinh fits the bill there.

We can also use Osborn’s Law, which says that ’if you have a trigonometric identity involving squares, replacing sin2(x) with sinh2(x) and cos2(x) with cosh2(x) will give you a corresponding hyperbolic identity. In this case, this means ’flipping the signs on the x in the arcsine integral - it works!

Meanwhile, 1x21 is only defined for |x|1 - and cosh(x) is the function that fits the bill there.

The tangents

Lastly, we can note that tanh(x) gives an output between 1 and 1, which suggests that its derivative must be 11x2 - rather than 11+x2, which is defined everywhere.

Again applying Osborn’s Law, we can see that that has to be arctangent.


There are other, less exciting ways to tackle these, obviously. But as a quick-and-dirty check of what’s going on, I find asking “what could the domain be?” saves a bit of substitution and makes one look like a ninja.