Skip to content

Limits

Limits of functions:

There are many ways to interpret a function:

  • As a formula

f(x)=x21

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

Limits

Let f:DR be a function with domain DR.

We say limxcf(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 xc then limxcf(x)=limxcg(x)

One-sided limits

We say

limxcf(x)=L

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

limxc+f(x)=L

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

info

  • If limxcf(x)=L exists, then limxc+f(x)=limxcf(x)=L exist
  • If limxcf(x) and limxcf(x)=L exist, then limxcf(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 limxf(x)=L if f(x) tends to L whenever x tends to , and

limxf(x)=L if f(x) tends to L whenever x tends to

WARNING

Even if limxc=+, 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.

limxcf(x)=f(c)

Replacement Rule

info (weak)

If f(x)=g(x)forallxc,thenlimxcf(x)=limxcg(x)

info (strong)

Let I be an open interval containing c. If f(x)=g(x)forallxI, then limxcf(x)=limxcg(x)

Limit Laws 📜

Assume that both limxcf(x)=L and limxcg(x)=M exist.

NameRule
Sum Rulelimxc(f(x)+g(x))=L+M
Difference Rulelimxc(f(x)g(x))=LM
Constant Multiple Rulelimxc(kf(x))=kL
Product Rulelimxc(f(x)g(x))=LM
Quotient Rulelimxcf(x)g(x)=LM,M0
Power Rulelimxc(f(x))n=Ln, with n N
Root Rulelimxcf(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 Rule0infty
Quotient Ruleor00
Power Rule1,00or0

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 xc
  • f is "sandwiched" between g and h.

info

If limxcg(x)andlimxch(x) exist, and moreover, are equal (say to L), then limxcf(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 limxcf(x)=f(c)

Endpoints:

if c = a or c = b, then f is continuous at a if limxcf(x)=f(a)

and f is continuous at b if limxcf(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. limxcf(x) exists -> f has a limit as x approaches c.
  3. limxcf(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)=x21x11f 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
Differencesfg
Constant Multipleskf,withkR
Productsfg
Quotientsfg,g(c)0
Powersfn,withnN
Rootsf,withnN

Composition of continuous functions:

null

info

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

  • the composition gf 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 cI 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 cDom(f): limxcf(x)=f(c)