A function is an action that takes on element in a set A and assigns it to one and only one element in a set B.
Take a graph on a 2D plane, and draw a vertical line. If it intersects the graph only once, it is a function.
A function is increasing on an interval I if \begin{equation} f_{x_1} < f_{x_2} \quad \textnormal{whenever} \quad x_1 < x_2 \quad \textnormal{ on } I \end{equation}
Say that f(x) is defined near the point x = a, then we say that
\begin{equation} \lim_{x \to a} f(x) = C , \qquad C \quad \textnormal{ is the limit} \end{equation}Limit is like an approximation.
When we approach x = a from either less than a or greater than a, we write
\begin{equation} \lim_{x \to a^-} f(x) = C , \qquad \lim_{x \to a^+} f(x) = C \qquad \textnormal{One sided limit} \end{equation}And this is to say
\begin{equation} \lim_{x \to a} f(x) = C \quad \textnormal{if and only if} \quad \lim_{x \to a^-} f(x) = C \quad \textnormal{and} \quad \lim_{x \to a^+} f(x) = C \end{equation}Say that f(x) is defined on both sides of x = a, but not necessarily at a itself. If we can make f(x) arbitrarily large by making x closer and closer to a, such as f(a - 1), f(a - .5), f(a - 0.1), and f(a + 1), f(a + .5), f(a + 0.1), then we say
\begin{equation} \lim_{x \to a} f(x) = \infty , \qquad \textnormal{Infinite limit} \end{equation}
The function is approximately going to... ∞
Similarly, if we can make f(x) arbitrarily small in the negative direction by making x closer and closer to a,
such as f(a - 1), f(a - .5), f(a - 0.1), and f(a + 1), f(a + .5), f(a + 0.1), then we say
A function has a vertical asymptote at x = a if one of these statements is true
\begin{equation} \lim_{x \to a} f(x) = \infty \quad \lim_{x \to a^-} f(x) = \infty \quad \lim_{x \to a^+} f(x) = \infty \end{equation} \begin{equation} \lim_{x \to a} f(x) = - \infty \quad \lim_{x \to a^-} f(x) = - \infty \quad \lim_{x \to a^+} f(x) = - \infty \end{equation}Suppose we have two functions on a graph, f(x) and h(x), and the limits
\begin{equation} \lim_{x \to a} f(x) \quad \textnormal{and} \quad \lim_{x \to a} h(x) \end{equation}exist. This means that we can make an approximation at x = a for both of them (the function is tending towards some defined number), then
\begin{equation} \end{equation}
Taken from Stewart calculus.