y=x2+1y = \sqrt{x^2+1}

A Hyperbola Branch y=x2+1y = \sqrt{x^2+1}

y=x2+1y = \sqrt{x^2+1} places x2+1x^2+1 under a square root. Squaring gives the equation of a hyperbola1.

y2x2=1y^2 - x^2 = 1

Since a square root is non-negative, this function represents the upper branch of that hyperbola.

Domain and range

  • The domain is all real numbers
  • The range is y1y \geq 1
  • Even function
  • The minimum point is (0,1)(0, 1)

The radicand is always at least 11, so the function is defined everywhere and never dips below 11.

Monotonicity

The derivative is f(x)=xx2+1f'(x) = \dfrac{x}{\sqrt{x^2+1}}, negative for x<0x < 0 and positive for x>0x > 0. Hence the lowest point is the minimum, and the curve increases on either side of it.

Asymptotes

For large x|x| we have x2+1x\sqrt{x^2+1} \approx |x|.

DirectionAsymptoteLimit of ff'
x+x \to +\inftyy=xy = x11
xx \to -\inftyy=xy = -x1-1

These are its two slant asymptotes.

Concavity

The second derivative f(x)=1(x2+1)3/2f''(x) = \dfrac{1}{(x^2+1)^{3/2}} is always positive, so the graph is concave up everywhere and has no inflection points.

Relation to the hyperbolic functions

Setting x=sinhtx = \sinh t gives sinh2t+1=cosht\sqrt{\sinh^2 t + 1} = \cosh t, so the curve admits the parametrisation (sinht,cosht)(\sinh t, \cosh t), reflecting the identity cosh2tsinh2t=1\cosh^2 t - \sinh^2 t = 1.

CurveBehaviour for large xx
y=x2+1y = \sqrt{x^2+1}approaches the line y=xy = x
y=coshxy = \cosh xgrows like ex2\dfrac{e^x}{2}

Although it resembles the catenary, it is a different curve.

Applications

In relativity, the energy-momentum relation has exactly this form.

E=(pc)2+(mc2)2E = \sqrt{(pc)^2 + (mc^2)^2}

The expression x2+ε\sqrt{x^2 + \varepsilon} is also used as a smooth approximation that rounds off the sharp corner of x|x|, which is valuable in optimisation.

  1. Hyperbola, Wikipedia