RAC functions Flashcards

1
Q

function

A

let A and B be sets. A function from A to B is a rule that associates every element of A to exactly one element of B.

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

set of inputs

A

domain

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

set of outputs

A

codomain

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

image/range

A

for every element from A, xЄA then the element of B associated to x by f is called the image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
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
6
Q

image definition (function f: A->B)

A

the subset of B whose elements are the images of elements A. denoted by F(A)

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

f: A->B g: C->D f=g if…

A
  1. A=C
  2. B=D
  3. f(x) = g(x) for all xЄA
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

graph of symbol

A

Γ

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

image letters

A

f(A) = {f(x): xЄA}

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

graph letters

A

Γf = {(x,y)ЄAxB: y=f(x)}

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

how to tell if a graph is a graph of a function

A

if one input has multiple outputs it is not a function (draw a vertical line, if it crosses two points its not the graph of a fucntion)

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

constructing function via restriction definintion

A

Let f:A->B. Let S⊆A. The restriction of f to S is the function f|s: S->B defined by f|s(x) = f(x) for all values of xЄS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
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
14
Q

constructing a function via composition definition

A

Let f:A->B and g:C->. Assume that f(A)⊆C (if B=C then definitely true). Then the composition of g and f is the function g∘f: A-> D defined by g∘f(x) = g(f(x)) for all values of xЄA

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

indentity function definition

A

Let A be a set. The identity function of A is the function idₐ: A->A defined by idₐ(x) = x for all values of xЄA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
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
17
Q

Constant Function definition

A

A function f:A->B is said to be constant if there exists bЄB such that f(x)=b for all xЄA

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

what do functions have to be to be invertible

A

one-to-one

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

invertibility definition

A

Let f: A-> B. We say that f is invertible if there exists a function g:B->A such that for all xЄA and yЄB f(x) = y <=> g(y) =x

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

Injective (one-to-one)

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
21
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
22
Q

bijective

A

both surjective and injective.

if every image point has exactly one preimage in A

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

g: B->A is the inverse of f:A->B iff

A

g∘f = idₐ and f∘g = idb

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

real valued function of a real variable

A

f: A->ℝ , where A⊆ℝ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
domain convention
- assume codomain is ℝ | - the domain is the largest subset of ℝ where the given subset makes sense
26
finding the real valued inverse
(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
27
Parity: Odd function
Let f: A->ℝ for some A⊆ℝ | We say that f is an even function if, for all xЄA we have -xЄA and f(-x) = f(x)
28
Parity: even function
Let f: A->ℝ for some A⊆ℝ | We say that f is an odd function if, for all xЄA we have -xЄA and f(-x) = -f(x)
29
Symmetry of an even function
symmetrical about axis
30
Symmetry of odd function
Symmetrical about a point
31
Periodicity
Let f:A->B for some A⊆ℝ we say that f is periodic if there exists a number ω>0 such that, for all xЄA we have (x+ω)ЄA and f(x+ω) = f(x)
32
fundamental period
if f is periodic and has a minimum period ω>0, then this ω is the fundamental period
33
Monotonicity: increasing
Let f: A->ℝ for some A⊆ℝ. we say that f is increasing if for all x,x'ЄA: x <= x' => f(x) <= f(x')
34
Monotonicity: strictly increasing
Let f: A->ℝ for some A⊆ℝ. we say that f is strictly increasing if for all x,x'ЄA: x <= x' => f(x) < f(x')
35
Monotonicity: decreasing
Let f: A->ℝ for some A⊆ℝ. we say that f is decreasing if for all x,x'ЄA: x < x' => f(x) >= f(x')
36
Monotonicity: strictly decreasing
Let f: A->ℝ for some A⊆ℝ. we say that f is strictly decreasing if for all x,x'ЄA: x < x' => f(x) > f(x')
37
strictly increasing/ decreasing function are...
invertible
38
how to make a periodic function invertible
restrict the domain to make the function injective
39
Boundedness: Upper bound
Let A⊆ℝ. | we say that bЄℝ is an upper bound of A if x<=b for all xЄℝ
40
Boundedness: lower bound
Let A⊆ℝ. | we say that bЄℝ is an lower bound of A if x>=b for all xЄℝ
41
Boundedness: bounded above
Let A⊆ℝ. | A has an upperbound
42
Boundedness: bounded below
Let A⊆ℝ. | A has a lowerbound
43
boundedness: bounded
Let A⊆ℝ. | A is both bounded above and bounded below.
44
how many lower/upper bounds
infinitely many
45
Supremum (supA)
if A is bounded above, then the minimum of the upperbounds of A is called the supremum
46
Infimum (infA)
If A is bounded below, then the maximum of the lowerbounds of A is called the infimum
47
maximum (maxA)
largest defined element of A
48
minimum (minA)
smallest defined element of A
49
if A is unbounded above what is the supremum and maximum
supA = ∞ | no maximum
50
if A in unbounded below what is the infimum and minimum
infA = -∞ | no minimum
51
extended real line
all real numbers inc infinity and minus infinity
52
bounded/unbounded above functions
we say that f is (un)bounded above if the range f(A) is (un)bounded above
53
bounded/unbounded below functions
we say that f is (un)bounded above if the range is (un)bounded below
54
tending to infinity definition
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
55
tending to - infinity definition
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
56
tending to a point definition
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|
57
when proving tending functions.
work out an expression for M/Ɛ then use the definition forwards
58
Accumulation point
for all values of delta there exists a value of x in the set a where |x-a| lies between 0 and delta
59
function f:A->B
let A and B be sets. A function from A to B is a rule that associates every element of A to exactly one element of B.
60
function tends to infinity as x tends to a definition
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 0M
61
function tends to minus infinity as x tends to a definition
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
62
function tends to a limit l as x tends to a definition
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
63
what does writing a limit assume
the existence and uniqueness of the limit
64
uniqueness of limits proposition
let f:A->ℝ, A⊆ℝ, aЄℝ (assume that a is an acculmulation point of A) Let l1,l2ЄℝU{∞,-∞} if lim x->a f(x) = l1 an d lim x->a f(x) = l2 then l1 = l2
65
Right Limit
lim x->a+ f(x) = lim x->a f| A∩(a,∞)(x)
66
Left Limit
lim x->a- f(x) = lim x->a f| A∩(-∞,a)(x)
67
Limit based on left an right limits
let f:A->ℝ, A⊆ℝ, aЄℝ (assume that a is an acculmulation point of A) The the limit lim x->a f(x) exists if and only if both one sided limits lim x->a+ f(x) and lim x->a- f(x) exist and are equal
68
Algebra of Limits
let f,g:A->ℝ, A⊆ℝ, aЄℝ (assume that a is an acculmulation point of A) Assume that lim x->a f(x) = l and lim x->a g(x) = m for some l,mЄℝ then: 1. lim x->a (f(x)+g(x)) = l + m 2. lim x->a (f(x).g(x)) = lm
69
sandwhich theorem
f(x)<=g(x)<=h(x) | if lim x->a f(x) = lim x->a h(x) = l then lim x->a g(x) = l
70
Comparison Theorem
f(x)<= g(x) | if lim x->a f(x) = l and lim x->a g(x) = m for some l,mЄℝ. The l<=m
71
continuous function definition
let f:A->ℝ, A⊆ℝ. | we say that the function if continuous if f is continuous as all point aЄA.
72
continuous at a definition
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|
73
in general which functions are continuous
1. polynomials and rational functions 2. modulus functions 3. nth root function 4. Trigonometric functions (+inverses) 5. exponential and logarithm functions
74
accumulation point/ continuity of functions proposition
let f:A->ℝ, A⊆ℝ, Let aЄA. (i) if a is an acculmulation point of A, then f is continuous at a. (ii) if a is an acculmulation point of A, then: f is continuous at a <=> lim x->a f(x) = f(a)
75
if a is an acculmulation point of A, then: f is continuous at a <=>
<=> lim x->a f(x) = f(a)
76
ALGEBRA OF CONTINUOUS FUNCTIONS
let f,g:A->ℝ, A⊆ℝ, Let aЄA and assume f and g are continuous at a. Then: (i) The sum f+g is continuous at a (ii) The product f.g is continuous at a (iii) if f(a) != 0, then 1/f is continuous at a
77
composition of continuous functions
let f:A->ℝ g:B->ℝ A,B⊆ℝ such that f(A)⊆B. Let aЄℝ and assume that lim x->a f(x) = b for some bЄR where g is continuous at b. Then: lim x->a g(f(x)) = g(b)
78
if both f and g are continuous then
the composition of g and f is continuous
79
tip for finding a limit
rationalise
80
lim x->0 sinx/x =
= 1
81
lim x->0 1-cosx/x^2 =
= 1/2
82
lim x->∞ (1+1/x)^2 =
= e
83
lim x-> -∞ (1+1/x)^2 =
= e
84
lim x->0 log(1+x)/x =
= 1
85
lim x-> 0 e^x -1 / x =
= 1
86
lim x->∞ e^x/x^b
= ∞
87
lim x->∞ logx/x^b =
= 0
88
lim x->0+ x^blogx =
= 0
89
A^B =
exp(BlogA)
90
Itermediate Value Theorem
Let a,bЄℝ. Let f:[a,b]->ℝ continuous. Let cЄℝ such that: f(a)<=c <= f(b) Then there exists xЄ[a,b] such that f(x)=c
91
Boundedness Theorem
Let a,bЄℝ aℝ be continuous. Then f is bounded and attains its bounds. In other words, there exists x1,x2Є[a,b] such that f(x1)<= f(x) <= f(x2) for all xЄ[a,b]
92
Differentiability at a definition
Let f:A->ℝ for some A⊆ℝ. Let aЄA. if the limit lim x->a f(x)-f(a)/x-a = l for some lЄℝ. Then we say that f is differentiable at a. in this case the limit l is called the derviative and is denoted by f'(a)
93
differentiable definiton
we say that f:A->ℝ is differentiable if f is differentiable at every point aЄℝ
94
Differentiability and continuity
Let f:A->ℝ for some A⊆ℝ. let aЄℝ. if f is differentiable at point a, then f is continuous at a.
95
for a function f: A->ℝ A⊆ℝ, let aЄℝ. What statements are equivilent?
1. f is differentiable at a 2. There exists a function g: A->ℝ which is continuous at a such that f(x) = f(a) + g(x).(x-a) moreover, in this case g(a) = f'(a)
96
Algebra of differentiable functions
1. f+g is differentiable at a and (f+g)'(a) = f'(a) + g'(a) 2. f.g is differentiable at a and (f.g)'(a) = f'(a)g(a) + f(a)g'(a) 3. f/g is differentiable at a and (f/g)'(a) = f'(a)g(a) - f(a)g(a) / (g(a))^2
97
product rule
(f.g)'(a) = f'(a)g(a) + f(a)g'(a)
98
quotient rule
(f/g)'(a) = f'(a)g(a) - f(a)g(a) / (g(a))^2
99
g'(f(a)) =
1/f(a)
100
higher order derivatives at a point definition
we say that f is n times differentiable at a point a if a is an element of the domain of f(a)
101
n times continuously differentiable definition
if f is n times differentiable and continuous
102
Any function that is N times differentiable is always...
n-1 times continuously differentiable