Limits and continuity Flashcards

(22 cards)

1
Q

limit of a function general idea

A

a function f(x) has a limit L at x = a if f(x) is close to L whenever x is close to a
if we have an acceptable error (ε >0) between f(x) + L, need |f(x) -L| < ε for all x in some interval around a
if for any ε >0 i can find a distance d >0 such that
|f(x) - L| < ε for all 0<|x-a|<d
then f(x) has a limit L as x tends to a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

limit definition

A

f(x) has a limit L as x tends to a if for all ε >0 there exists d >0, such that |f(x) -L| < ε for all x such that 0 < |x-a| < d
we write lim f(x) as x -> a = L or f(x) -> L as x-> a
if there is no L the limit does not exist

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

continuity

A

a function f(x) is continuous at x = a if:
- f(a) exists
- lim f(x) as x->a exists
- lim f(x) as x->a = f(a)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

function continuous on a subset S of its domain

A

if its continuous at every point in S
continuous if its continuous at every point in its domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

right sided limit

A

L + = lim f(x) as x tends to a+ (tends to a from above) if for all ε >0 there exists d >0, such that |f(x) -L+| < ε for all x such that 0 < x-a< d
x> a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

left sided limit

A

L- = lim f(x) as x tends to a- (tends to a from below) if for all ε >0 there exists d >0, such that |f(x) -L-| < ε for all x such that 0 < a-x < d
x<a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

limit exists if

A

if and only if L+ and L- both exist and are =
L = L+ = L-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

3 types of discontinuity

A
  • removable discontinuity
  • jump discontinuity
  • infinite discontinuity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

removable discontinuity

A

L exists but f(a) =/= L
we can always remove this to make a continuous function
g(x) is
f(x) if x =/=a or L if x = a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

jump discontinuity

A

L + and L- exists but L+ =/= L-
(so L does not exist)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

infinite (or essential) discontinuity

A

at least one of L+ or L- does not exist

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

facts about limits

A
  • the limit is unique (at each point)
  • if f(x) = g(x) (except possibly at x = a) in some open interval containing a then lim f(x) as x tends to a = lim g(x) as x tends to a
  • if f(x) >= k on either some interval (a,b) or (c,a) and if lim f(x) as x -> a = L L>= k (opposite if f(x) <= k)
  • calculus of limits theorem (COLT) if lim f(x) = L and lim g(x) = M then
    1) lim(f(x)+ g(x)) = L + M
    2) lim( f(x) . g(x) ) = L.M
    3) if M=/=0 lim(f(x)/g(x)) = L/M
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

facts about continuity

A
  • if f and g are continuous then so are f+g, fg, f/g, and |f|
  • all polynomial, rational, trig and hyperbolic functions are continuous
  • if lim g(x) = L and f(x) is continuous at x = L then lim fºg(x) = f(L)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

pinching / squeezing theorem

A

If g(x) <= f(x) <= h(x) for x =/= a in some open interval containing a and if lim g(x) = lim h(x) = L
then lim f(x) = L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

2 trig limits

A

lim sinx/x = 1 as x -> 0
lim (1-cos x)/x = 0 as x -> 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

limits to infinity rough idea

A

a function as a limit to infinity if f(x) can be kept arbitrarily close to L by making x sufficiently large

17
Q

limit to infinity

A

f(x) has a limit L as x -> ♾️ if for all epsilon >0 there exists S >0 such that |f(x) - L < epsilon for all x >S
(same for -♾️ but x<S)

18
Q

method for limit to infinity

A

make substitution u = 1/x then tend u -> 0+ for f(1/u)

19
Q

asymptote and limits

A

the graph of f(x) has a horizontal asymptote to the right (or left) at y = L if the lim x->♾️ f(x) = L (or lim x -> -♾️ f(x) = L)

20
Q

intermediate value theorem (IVT)

A

if f(x) is continuous on [a,b] and u is any value between f(a) and f(b)
then there exists c ∈ (a,b) such that f(c) = u

21
Q

sgn(x)

A

1 for x>0
0 for x = 0
-1 for x<0

22
Q

application of IVT

A

is finding roots of a function
if f is continuous on [a,b] and f(a) <0 <f(b) or f(b)<0 <f(a) then by IVT theres at least one root such that f(x) = 0 between a and b