Functions Flashcards

(24 cards)

1
Q

range

A

is the set of all the images of f
subset of codomain
Ran f = { f(x) |x ∈ Dom f } c Codom f
codomain isnt mentioned assume its R
domain isnt mentioned assume it to be the maximal subset of R for which the map is defined

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

function

A

f: D-> C is a map from a set D (domain) to a set C (codomain)
for any x in D there is a unique f(x) in C (called the image of x under f)
f: D -> C
x -> f(x)

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

eg range, codomain, domain of x^2

A

f: R -> R is given by f(x) = x^2
so Dom f = R, Codom f = R and Ran f = [0, inf) c R

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

the graph of a function

A

is the set of all points (x,y) ∈ R^2 (the xy plane) such that x is in the Dom f and y = f(x)
(we often draw it over an interval restricting the function to the same interval - often pick one to include important features)
is a curve but not every curve is the graph of a function

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

included vs excluded points

A

shaded circle to indicate an included point
unshaded circle to denote excluded

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

vertical line test

A

if any vertical line intersects curve more than once NOT A FUNCTION

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

even function

A

f(x) = f(-x)
reflectionaly symmetric

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

odd function

A

f(x) = -f(-x)
or f(-x) = -f(x)
rotationaly symmetric

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

even and odd functions

A

all functions can be written as the sum of an even + odd function
f(x) = f even(x) + f odd(x)
f even(x) = 1/2(f(x) + f(-x))
f odd(x) = 1/2(f(x) - f(-x))

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

piecewise functions

A

diff expressions for diff intervals of the domain
eg f(x) = |x|
x if x>= 0
-x if x <0

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

step function

A

common piecewise function
constant on each piece
Eg Heaviside step
0 x<0
1 x>0

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

operations with functions

A

sum
difference
scalar multiplication
linear combination
product
ratio
composition

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

sum (f + g)

A

f+g(x) = f(x) + g(x)
Dom(f + g) = Dom f ⋂ Dom g

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

Difference (f -g)

A

f -g(x) = f(x) - g(x)
Dom(f-g) = Dom f ⋂ Dom g

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

scalar multiplication (cf)

A

(cf)(x) = c*f(x)
Dom(cf) = Dom f

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

linear combinations (af + bg)

A

(af + bg) (x) = af(x) + bg(x)
Dom(af + bg) = Dom f ⋂ Dom g

17
Q

product (fg)

A

(fg)(x) = f(x)*g(x)
Dom(fg) = Dom f ⋂ Dom g

18
Q

ratio (f/g)

A

(f/g)(x) = f(x)/g(x)
Dom f/g = (Dom f ⋂ Dom g) \ {x|g(x) = 0}

19
Q

composition (f֯ºg)

A

(fºg)(x) = f(g(x))
Dom fºg = {x ∈ Dom g | g(x) ∈ Dom f}

20
Q

surjective

A

a function is surjective if Ran f = C
(if for all y within C there exists x within Dom f such that f(x) = y)

21
Q

injective

A

f : D-> C is injective if for all x1,x2 within D x1=/=x2 then f(x1) =/= f(x2)

22
Q

horizontal line test

A

if no horizontal line intersects the graph of f more than once then f is injective otherwise its not

23
Q

bijective

A

a function f: D -> C is bijective if its both injective + surjective

24
Q

inverse function

A

a bijective function f: D-> C has a unique inverse f^-1 such that fºf^-1(x) = x = f^-1ºf(x)
Ran f^-1 = Dom f
Dom f^-1 = Ran f ( = Codom f)
y = f(x) iff f^-1(y) = x