functions flashcards

1
Q

difference between codomain and image/range

A

codomain are the possible outputs

range/image are the actual outputs

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

what is restriction

A

taking a smaller domain to only show part of the function

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

what happens if you do composition with an identity function

A

nothing

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

surjective

A

f(A) = B

if every image point has at least one preimage in A

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

injective

A

if for all x,x’ЄA: x=x’ => f(x)!=f(x’) (all points have distinct images)
if every image point has at most one preimage point in A.

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

finding the real valued inverse

A

(the function f: A-> B is injective)

  1. consider the new function g: A->B where B = f(A), which has the same graph as f
  2. g is bijective so it has an inverse g^-1: B->A
  3. the real valued inverse is the function h: B-> ℝ which has the same graph as g^-1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

strictly increasing/ decreasing function are…

A

invertible

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

Supremum (supA)

A

if A is bounded above, then the minimum of the upperbounds of A is called the supremum

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

Infimum (infA)

A

If A is bounded below, then the maximum of the lowerbounds of A is called the infimum

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

maximum (maxA)

A

largest defined element of A

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

minimum (minA)

A

smallest defined element of A

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

if A is unbounded above what is the supremum and maximum

A

supA = ∞

no maximum

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

if A in unbounded below what is the infimum and minimum

A

infA = -∞

no minimum

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

tending to infinity definition

A

Let f:A->ℝ, A⊆ℝ ( Assuming unbounded above)

we say that the lim x->∞ f(x) = ∞ if for all M>0 there exists ℕЄℝ such that for all xЄA if x>N then f(x)>M

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

tending to - infinity definition

A

Let f:A->ℝ, A⊆ℝ ( Assuming unbounded above)

we say that the lim x->∞ f(x) = -∞ if for all M>0 there exists ℕЄℝ such that for all xЄA if x>N then f(x)>-M

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

tending to a point definition

A

Let f:A->ℝ, A⊆ℝ ( Assuming unbounded above)
we say that the lim x->∞ f(x) = l (where l⊆ℝ) if for all Ɛ>0 there exists NЄℝ such that, for all xЄℝ if x>N then |f(x)-l| is less than epsilon

17
Q

function tends to infinity as x tends to a definition

A

let f:A->ℝ, A⊆ℝ, aЄℝ (assume that a is an acculmulation point of A) we say that lim x->a of f(x)=∞ if for all M>0 there exists 𝛿>0 such that for all xЄA: if 0 is less than |x-a| is less than delta then f(x) is greater than M

18
Q

function tends to minus infinity as x tends to a definition

A

let f:A->ℝ, A⊆ℝ, aЄℝ (assume that a is an acculmulation point of A) we say that lim x->a of f(x)=-∞ if for all M>0 there exists 𝛿>0 such that for all xЄA: if 0 is less than |x-a| is less than delta then f(x) is less than -M

19
Q

function tends to a limit l as x tends to a definition

A

let f:A->ℝ, A⊆ℝ, aЄℝ (assume that a is an acculmulation point of A) we say that lim x->a of f(x)=l if for all Ɛ>0 there exists 𝛿>0 such that for all xЄA: if 0 is less than |x-a| is less than delta then |f(x)-l| is less than epsilon

20
Q

continuity definition

A

let f:A->ℝ, A⊆ℝ.
Let aЄA. The function f is continuous at a if for all Ɛ>0 there exists 𝛿>0 such that for all xЄA: if |x-a| is less than delta then |f(x)-f(a)| is less than epsilon

21
Q

lim x->0 sinx/x =

A

= 1

22
Q

lim x->0 1-cosx/x^2 =

A

= 1/2

23
Q

lim x->∞ (1+1/x)^2 =

A

=e

24
Q

lim x-> -∞ (1+1/x)^2 =

A

=e

25
Q

lim x->0 log(1+x)/x =

A

=1

26
Q

lim x-> 0 e^x -1 / x =

A

=1

27
Q

lim x->∞ e^x/x^b

A

= ∞

28
Q

lim x->∞ logx/x^b =

A

= 0

29
Q

lim x->0+ x^blogx =

A

= 0

30
Q

A^B =

A

exp(BlogA)

31
Q

proving something tends to infinity

A
  • write the definition
  • use the definition backwards to find an expression for A/Ɛ
  • ‘choose’ that value for A (in terms of Ɛ)
  • then use definition forwards to show it tends to infinity
32
Q

Proving something is continuous

A
  • write the definition
  • use definition backwards to find an expression for 𝛿/Ɛ
  • ‘choose’ that value for 𝛿 (In terms of Ɛ)
  • then use definition forwards to show it is continuous
33
Q

proving something is differentiable

A
  • to show that f is differentiable at x show that f’(x) exists at x
34
Q

f’ is convex =>

A

f’ is increasing

35
Q

f’ is concave =>

A

f’ is decreasing