Michael Liu
AboutProjectsNotesPhotos

Everything I Know About Limits

Definitions

In the following definitions, let pRp \in \R be a point and f(x):RRf(x) : \R \to \R be a function defined on some open interval left to be specified. Where appropriate, x0Rx_0 \in \R is the endpoint of an interval on which ff is defined.

Limits at a Point

Let ff be defined on some open interval around, but not necessarily including pp. We say that LRL \in \R is the limit of ff as xx approaches pp if for any ϵ>0\epsilon > 0 there exists some δ>0\delta > 0 so that for any xpx \neq p and xp<δ\abs{x - p} < \delta we have f(x)L<ϵ\abs{f(x) - L} < \epsilon.

One-Sided Limits

Let ff be defined on some open interval (x0,p)(x_0, p). Then we say that RRR \in \R is the limit of ff as xx approaches pp from the left (or from below) if for any ϵ>0\epsilon > 0 there exists some δ>0\delta > 0 so that for any x<px < p and px<δp - x < \delta we have f(x)R<ϵ\abs{f(x) - R} < \epsilon.

Let ff be defined on some open interval (p,x0)(p, x_0). Then we say that LRL \in \R is the limit of ff as xx approaches pp from the right (or from above) if for any ϵ>0\epsilon > 0 there exists some δ>0\delta > 0 so that for any x>px > p and xp<δx - p < \delta we have f(x)L<ϵ\abs{f(x) - L} < \epsilon.

Limits at Infinity

Let ff be defined on some interval (x0,)(x_0, \infty). Then we say that LRL \in \R is the imit of ff as xx approaches \infty if for any ϵ>0\epsilon > 0 there is some xϵRx_\epsilon \in \R such that for all x>xϵx > x_\epsilon we have f(x)L<ϵ\abs{f(x) - L} < \epsilon

Let ff be defined on some interval (,x0)(-\infty, x_0). Then we say that LRL \in \R is the limit of ff as xx approaches -\infty if for any ϵ>0\epsilon > 0 there is some xϵRx_\epsilon \in \R such that for all x<xϵx < x_\epsilon we have f(x)L<ϵ\abs{f(x) - L} < \epsilon

Limit Arithmetic

Let cRc \in \R be a constant, pR{,}p \in \R \cup \set{\infty, -\infty} be a point, and f,g:RRf, g : \R \to \R be functions such that limxpf(x)=Lf\lim_{x \to p} f(x) = L_f and limxpg(x)=Lg\lim_{x \to p} g(x) = L_g. It is true that:

limxp[f(x)+g(x)]=Lf+Lglimxp[cf(x)]=cLflimxp[f(x)g(x)]=LfLglimxpf(x)g(x)=LfLg(Lg0)limxpfc(x)=Lfc(Lf>0) \begin{align} \lim_{x \to p} [f(x) + g(x)] &= L_f + L_g \\ \lim_{x \to p} [cf(x)] &= cL_f \\ \lim_{x \to p} [f(x) \cdot g(x)] &= L_f \cdot L_g \\ \lim_{x \to p} \frac{f(x)}{g(x)} &= \frac{L_f}{L_g} &(L_g \neq 0) \\ \lim_{x \to p} f^c(x) &= L_f^c &(L_f > 0) \end{align}

Theorems

TODO: Theorems for limits for functions

Convergence

TODO: Convergence of limits for functions

Relationships Between Limits

TODO: Relationship between functional and sequence limits