CG Flashcards

1
Q

What is the definition of a function?

A

A function f from X to Y is a relation on X and Y s.t for each x ∈ X there is exactly one y ∈ Y with (x,y) ∈ f, that is there for each x in X, there is exactly one y in Y s.t f(x) = y.

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

With y = f(x), what is y?

A

The image of x under f and the dependant variable

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

With y = f(x), what is x?

A

The independent variable

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

(Let f : X->Y)

What is the set X called?

A

The domain of f, dom(f)

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

(Let f : X->Y)

What is the set Y called?

A

The codomain of f, codom(f)

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

(Let f : X->Y)

How would you write the set for im(f)?

A

im(f) = {y∈Y : y=f(x) for some x∈X}

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

Another word for image?

A

Range, ran(f)

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

In terms of the set of values, describe the domain, codomain and image of f.

A

Domain of f = set of input values for f
Codomain of f = set of possible outputs of f
Image of f = set of values that are actually output

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

When is a rule well-defined or unambiguous?

A

Provided f(x) = f(x’) whenever x = x’

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

When are two functions (f and g) equal?

A
  1. dom(f) = dom(g)
  2. codom(f) = codom(g)
  3. ∀ x∈X, f(x) = g(x)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Let f : X->Y and g : Y->Z be functions. What is the composition of f and g?

A

The function g∘f : X->Z defined by the rule g∘f(x) = g(f(x)).

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

When is f the identity function on X?

A

If f :X->X and f(x) = x ∀x

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

When is f called the constant function y?

A

If f :X->Y and f(x) = y ∀x∈X

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

Let f: X->Y be a function. What is the inverse of f?

A

If it exists, f^-1 : Y->X with the property that

f(x) = y iff f^-1(y) = x.

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

Let f: X->Y be a function. When is f surjective (onto)?

A

iff for every y∈Y, there is at least one x∈X s.t f(x) = y.

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

Let f: X->Y be a function. When is f injective (one-to-one)?

A

iff for every y∈Y, there is at most one x∈X s.t f(x) = y.

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

Let f: X->Y be a function. When is f bijective?

A

iff f is both surjective and injective

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

Let f: X->Y be an injective function, if x ≠ x’, then f(x)?

A

≠f(x’)

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

Let f: X->Y be an injective function, if f(x) = f(x’), then x?

A

=x’

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

Let f: X->Y be a function. When is f onto? (relation between im and codom)

A

iff im(f) = codom(f)

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

Let f: X->Y be a function. How do you show that f is a bijection?

A

We must show that it is both an injection and a surjection.

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

Let f: X->Y be a function. What is the only condition for f to have an inverse?

A

f has an inverse iff it is a bijection

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

If f is a bijection, what is the identity function on Y?

A

f∘f^-1

24
Q

If f is a bijection, what is the identity function on X?

A

f^-1∘f

25
Q

If X⊆|R then f is?

A

A function of a real variable

26
Q

If Y⊆|R then f is?

A

A real-valued function

27
Q

If X⊆|R and Y⊆|R then f is?

A

A real-valued function of a real variable

28
Q

Let f : |R->|R, f is a function iff

A

Every vertical line crosses the graph of f exactly once

29
Q

Let f : |R->|R, f is one-to-one iff

A

Every horizontal line crosses the graph of f at most once

30
Q

Let f : |R->|R, f is onto iff

A

Every horizontal line crosses the graph of f at least once

31
Q

Let f : |R->|R, f is a bijection iff

A

Every horizontal line crosses the graph of f exactly once

32
Q

What are the rules that both define real-valued functions of a real variable?

A

(a) h(x) = λf(x) + μg(x) and

b) k(x) = f(x)g(x

33
Q

What is the “Domain Convention”?

A

When only the rule of a real-valued function of a real variable f is defined. We assume that codom(f) is |R, dom(f) is the largest set of |R, for which the rule is valid.

34
Q

Let p>0. When is a real-valued function f : R->R of a real variable said to be periodic with period p?

A

If, for each x∈|R, f(x+p) = f(x).

35
Q

What is the fundamental period of f?

A

If a function f is periodic, the smallest positive p s.t f(x+p) = f(x) ∀ x∈X

36
Q

Let f : |R->|R be a real-valued function of a real variable.
When is f even and when is f odd?

A

f is said to be even iff f(-x) = f(x) for all x∈R.

f is said to be odd iff f(-x) = -f(x) for all x∈R.

37
Q

Suppose that f : X->Y be a function that is not a bijection. What are the steps to define a new function that does have an inverse?

A

Step 1: Restrict the co-domain of f to im(f). The resulting function is onto.
Step 2: Restrict the domain of f so that the resulting function is one-to-one.
Step 3: The resulting function, which, in general, will not be equal to f, is a bijection and therefore has an inverse.

38
Q

What are the domains and co-domains of the following functions?

  1. f(x) = √x
  2. f(x) = sin^-1(x)
  3. f(x) = cos^-1(x)
  4. f(x) = tan^-1(x)
A
  1. |R0+, |R0+
  2. [-1,1] , [-π/2,π/2]
  3. [-1,1] , [0,π]
  4. |R, (-π/2,π/2)
39
Q
Let f be a real-valued function of a real variable. 
Define f(x)->inf as x->inf
A

Suppose that f is defined ∀ x>r, for some r.
We say that the limit of f, as x tends to inf, is inf iff
∀ K>0, ∃ X s.t f(x)>K whenever x>X.

40
Q
Let f be a real-valued function of a real variable. 
Define f(x)->(-)inf as x->inf
A

Suppose that f is defined ∀ x>r, for some r.
We say that the limit of f, as x tends to inf, is (-)inf iff
∀ K<0, ∃ X s.t f(x)X.

41
Q
Let f be a real-valued function of a real variable. 
Define f(x)->inf as x->(-)inf
A

Suppose that f is defined ∀ x0, ∃ X s.t f(x)>K whenever x

42
Q
Let f be a real-valued function of a real variable. 
Define f(x)->(-)inf as x->(-)inf
A

Suppose that f is defined ∀ x

43
Q

Definition of a limit l, as x->inf,f(x)->l

A

Let f be a real-valued function of a real variable. Let l be a real number. Suppose f is defined ∀ x>r, for some r.
We say that the limit of f, as x tends to inf, is l iff
∀ε>0, ∃ X s.t | f(x)-l |X.

44
Q

Definition of a limit l, as x->(-)inf,f(x)->l

A

Let f be a real-valued function of a real variable. Let l be a real number. Suppose f is defined ∀ x0, ∃ X s.t | f(x)-l |

45
Q

Define f(x)->l as x->a

A

Let f be a real-valued function of a real variable. Suppose that b<a>0, there is a δ>0 s.t | f(x)-l | < ε ∃ whenever 0</a>

46
Q

Define the limit, f(x)->l as x->a_ (One-sided limit)

A

We say that the limit of f, as x tends to a from below or the left, is l iff
for every ε>0, there is a δ>0 s.t | f(x)-l | < ε ∃ whenever 0x

47
Q

Define the limit, f(x)->l as x->a+

A

We say that the limit of f, as x tends to a from above or the right, is l iff
for every ε>0, there is a δ>0 s.t | f(x)-l | < ε ∃ whenever 0a

48
Q

f(x)->inf as x->a

A

Suppose that b<a>0, there is a δ>0 s.t K</a>

49
Q

What is the squeeze rule?

A

Suppose that b<a>a = lim[h(x)] as x->a = l, then the limit of f as x->a exists and is equal to l.</a>

50
Q

Prove the squeeze rule

A

Let ε>0. Pick δ>0 s.t both | g(x)-l |

51
Q

Why does lim of sinθ/θ = 1 as θ->0?

A

Draw out circle, r=1. Then draw triangle,arc and bigger triangle, the areas of which are A,B,C respectivel y.
A≤B≤C obviously.
sinθ/2≤θ/2≤sinθ/2cosθ or 1≤θ/sinθ≤1/cosθ so that cosθ≤sinθ/θ≤1.
Since cosθ->1 as θ->0.

52
Q

What is the quotient rule?

A

d/dx (u/v) =(vu’-uv’)/v^2

53
Q

What’s d/dx of tanx?

A

sec^2(x)

54
Q

Define what it means for f to be continuous on (b,c)

A

We say that f is said to be continuous at a∈(b,c) iff for all ε>0, there exists δ>0 s.t |f(x)-f(a)|

55
Q

Suppose that f is differentiable on (b,c). Prove that f is continuous on (b,c).

A

Let a∈(b,c). We want to show f is cts at a, we need to show that lim(x->a)f(x)=f(a), which is he same as lim(x->a)(f(x)-f(a))=0
Since f is differentiable at a, we know that lim(h->0)(f(a+h)-f(a))/h exist. Call this limit l. Writing h=x-a, we have lim(h->0)(f(x)-f(a))/x-a = l.
Now f(x)-f(a) = f(x)-f(a) x (x-a)/(x-a)
Hence by AOL, lim(x->a)f(x)-f(a) = lim(x->a) f(x)-f(a) x (x-a)/(x-a)
= lim(x->a) f(x)-f(a)/(x-a) lim(x->a)x-a = l*0 =0 as required.