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 y2=x2+1y^2 = x^2 + 1, that is y2x2=1y^2 - x^2 = 1, the equation of a hyperbola. Since a square root is non-negative, this function represents the upper branch of that hyperbola.

Domain and range The radicand x2+1x^2+1 is always at least 11, so the function is defined for all real xx. Its smallest value is 1=1\sqrt{1} = 1, so the range is y1y \ge 1.

Symmetry Because f(x)=(x)2+1=x2+1=f(x)f(-x) = \sqrt{(-x)^2+1} = \sqrt{x^2+1} = f(x), it is even and its graph is symmetric about the yy-axis.

Monotonicity and extremum 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 (0,1)(0, 1) is the minimum, and the curve increases monotonically on either side.

Asymptotes and limits For large x|x|, x2+1x\sqrt{x^2+1} \approx |x|, so the curve approaches the line y=xy = x on the right and y=xy = -x on the left; these are its two slant asymptotes. Indeed the derivative tends to 11 as x+x \to +\infty and to 1-1 as xx \to -\infty.

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 convex (concave up) everywhere and has no inflection points.

Relation to other functions Setting x=sinhtx = \sinh t gives x2+1=sinh2t+1=cosht\sqrt{x^2+1} = \sqrt{\sinh^2 t + 1} = \cosh t, so the curve admits the parametrization (sinht,cosht)(\sinh t, \cosh t), reflecting the identity cosh2tsinh2t=1\cosh^2 t - \sinh^2 t = 1. Note that although it resembles the catenary y=coshxy = \cosh x, it is a different curve.

Applications In relativity, the energy-momentum relation E=(pc)2+(mc2)2E = \sqrt{(pc)^2 + (mc^2)^2} has exactly this form. 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 optimization.