Skip to content

Limits ​

Limits of functions: ​

There are many ways to interpret a function:

  • As a formula

f(x)=x2−1

  • As a machine model
null
  • As an arrow diagram
null
  • As a graph

Limits

Let f:D→R be a function with domain D⊆R.

We say limx→cf(x)=L

if f(x) tends to L whenever x tends to c.

  • the limit point c does not need to be an element of D
  • while x approaches c (but is never equal to c), it must be an element of D.

Replacement info

If f(x)=g(x) for all x≠c then limx→cf(x)=limx→cg(x)

One-sided limits ​

We say

limx→c−f(x)=L

if f(x) tends to L when x approaches c from the left.

limx→c+f(x)=L

if f(x) tends to L whenever x approaches c from the right.

info

  • If limx→cf(x)=L exists, then limx→c+f(x)=limx→c−f(x)=L exist
  • If limx→c−f(x) and limx→c−f(x)=L exist, then limx→cf(x)=L exists
  • The limit lim does not exist if one of the following is true:
    • the left limit does not exist. -
    • the right limit does not exist. +
    • both the left and right limit exist but they are not equal.

Limits to infinity ​

Definition

We say limx→∞f(x)=L if f(x) tends to L whenever x tends to ∞, and

limx→−∞f(x)=L if f(x) tends to L whenever x tends to −∞

WARNING

Even if limx→c=+−∞, then the limit does not exist!

Well behaved functions ​

well behaved functions:

  • polynomials
  • exponential functions
  • logarithms
  • sine
  • cosine

because a limit to a point c in the domain of f can be calculated by direct substitution.

limx→cf(x)=f(c)

Replacement Rule ​

info (weak)

If f(x)=g(x)forallx≠c,thenlimx→cf(x)=limx→cg(x)

info (strong)

Let I be an open interval containing c. If f(x)=g(x)forallx∈I, then limx→cf(x)=limx→cg(x)

Limit Laws 📜 ​

Assume that both limx→cf(x)=L and limx→cg(x)=M exist.

NameRule
Sum Rulelimx→c(f(x)+g(x))=L+M
Difference Rulelimx→c(f(x)−g(x))=L−M
Constant Multiple Rulelimx→c(k⋅f(x))=k⋅L
Product Rulelimx→c(f(x)⋅g(x))=L⋅M
Quotient Rulelimx→cf(x)g(x)=LM,M≠0
Power Rulelimx→c(f(x))n=Ln, with n ∈N
Root Rulelimx→cf(x)=L=L1n, with n ∈N

Indeterminate forms: ​

A limit is called an indeterminate form if applying the limit laws leads to an indecisive result.

limit lawIndeterminate Situation
Difference Rule∞−∞
Product Rule0⋅infty
Quotient Rule∞∞or00
Power Rule1∞,00or∞0

The Conjugate Trick ​

  • The conjugate trick is based on the following identity: (a + b)(a - b) = a^2 - b^2
  • a + b is the conjugate of a - b (and vice versa)

The sandwich info ​

  • Let f, g and h functions such that g(x)≤f(x)≤h(x) for all x≠c
  • f is "sandwiched" between g and h.

info

If limx→cg(x)andlimx→ch(x) exist, and moreover, are equal (say to L), then limx→cf(x) exists, and is equal to L

Continuity at a point. ​

Definition

Let f:[a,b]→R be a function. Let c∈[a,b]. Interior Points:

if a < c < b, then f is continuous at c if limx→cf(x)=f(c)

Endpoints:

if c = a or c = b, then f is continuous at a if limx→cf(x)=f(a)

and f is continuous at b if limx→cf(x)=f(b)

Practical approach 🔍 ​

Continuity Test

A function f(x) is continuous at an interior point c of its domain if and only if

  1. f(c) exists -> c lies in the domain of f.
  2. limx→cf(x) exists -> f has a limit as x approaches c.
  3. limx→cf(x)=f(c) -> the limit equals the function value.
  • If one (or more) of the conditions is not satisfied, f is not continuous at c.

Discontinuities: ​

In all following cases f is not continuous at c:

FunctionscViolation
f(x)=x2−1x−11f is not defined at c

Laws of continuity 📜 ​

Assume that f and g are continuous at c, then the following combinations are continuous at c.

NameRule
Sumsf+g
Differencesf−g
Constant Multiplesk⋅f,withk∈R
Productsf⋅g
Quotientsfg,g(c)≠0
Powersfn,withn∈N
Rootsf,withn∈N

Composition of continuous functions: ​

null

info

If f is continuous at c, and g is continouous at f(c), then g∘f is continous at c.

  • the composition g∘f is the function that maps x to g(f(x))

Global continuity ​

Definition

  • Let I be an interval in R. A function f is continuous on I if for all c∈I the function f is continuous in c.
  • A function f is continuous if f is continuous on its domain.

Formula functions ​

Definition

A formula function is a function constructed from elementary functions:

  • polynomials
  • power functions
  • trig functions
  • exp functions
  • logarithms

and using algebraic operations like:

  • add
  • subtraction
  • multiplication
  • division
  • composition
  • All formula functions are continuous.
  • For all formula functions f and for all c∈Dom(f): limx→cf(x)=f(c)