Limit

Limit (WMA link)


Limit[expr, x->$x_0$]

gives the limit of expr as x approaches $x_0$.

Limit[expr, x->$x_0$, Direction->1]

approaches $x_0$ from smaller values.

Limit[expr, x->$x_0$, Direction->-1]

approaches $x_0$ from larger values.

The limit value can change depending on which direction the limit is approached from.

Consider this inverse x function:

When coming to zero from positive values:

But when coming to zero from negative values:

A limit can be Indeterminate:

Integrate
NIntegrate