y=1x21y = \dfrac{1}{x^2-1}

The Rational Function y=1x21y = \dfrac{1}{x^2-1}

y=1x21y = \dfrac{1}{x^2 - 1} is a rational function whose denominator factors as (x1)(x+1)(x-1)(x+1). Because the denominator vanishes at two points, the graph is cut into three pieces by two vertical asymptotes1.

The contrast with y=1x2+1y = \dfrac{1}{x^2+1}, the Witch of Agnesi, is striking: changing the constant term from 1-1 to +1+1 turns this broken curve into a single smooth bell defined on the whole real line.

Domain and range

Range of xxSign of x21x^2 - 1Values taken
x>1|x| > 1positivey>0y > 0
x<1|x| < 1negativey1y \leq -1

The domain is every real number except x=±1x = \pm 1. No value in 1<y0-1 < y \leq 0 is ever taken.

Symmetry

Since f(x)=f(x)f(-x) = f(x), the function is even and the graph is symmetric about the yy-axis.

Monotonicity and extrema

The derivative is f(x)=2x(x21)2f'(x) = -\dfrac{2x}{(x^2-1)^2}. The denominator is positive throughout the domain, so the sign comes from 2x-2x alone: the function increases for x<0x < 0 and decreases for x>0x > 0, giving a local maximum of 1-1 at the origin.

That point is the summit of the middle branch, but it is not the maximum of the whole graph, since the outer branches grow without bound. This is a clear picture of the fact that a local maximum need not be a global one.

Asymptotes

ApproachBehaviour
x1+x \to 1^{+}y+y \to +\infty
x1x \to 1^{-}yy \to -\infty
x±x \to \pm\inftyy0y \to 0

The branches separate above and below the asymptote x=1x = 1, and the same happens on either side of x=1x = -1.

Concavity

The second derivative is f(x)=6x2+2(x21)3f''(x) = \dfrac{6x^2 + 2}{(x^2-1)^3}. The numerator is always positive, so the sign matches that of x21x^2 - 1. The two outer branches are concave up and the middle branch is concave down. The sign changes at x=±1x = \pm 1, but those points lie outside the domain, so there are no inflection points.

Partial fractions

1x21=12(1x11x+1)\frac{1}{x^2-1} = \frac{1}{2}\left(\frac{1}{x-1} - \frac{1}{x+1}\right)

Viewed as a difference of two reciprocals2, it is clear that near x=1x = 1 and near x=1x = -1 only one term at a time blows up. Integrating gives the following.

dxx21=12lnx1x+1+C\int \frac{dx}{x^2-1} = \frac{1}{2}\ln\left|\frac{x-1}{x+1}\right| + C

That equals artanhx-\operatorname{artanh} x for x<1|x| < 1 and arcothx-\operatorname{arcoth} x for x>1|x| > 1.

Applications

In undamped forced oscillation the amplitude is proportional to 1ω02ω2\dfrac{1}{\omega_0^2 - \omega^2}. As the driving frequency approaches the natural frequency the amplitude grows without limit, and that resonance is exactly the vertical asymptote of this function.

  1. Asymptote, Wikipedia
  2. Partial fraction decomposition, Wikipedia