C1-6 Flashcards

(63 cards)

1
Q

What is a set?

A

A collection of objects where there is a well defined way of determining whether a given object is included or excluded

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

What is the associative law of addition

A

placement of brackets in sum is irrelevant

a+(b+c) = (a+b)+c

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

What is the existence of additive identity

A

adding zero leaves number unchanged

a+0 = 0+a = a

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

What is the commutative law for addition

A

the order numbers are added doesn’t matter

a+b = b+a

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

What is the associative law of multiplication

A

the placement of brackets is irrelevant

a.(b.c) = (a.b).c

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

What is the commutative law of multiplication

A

the order numbers multiply doesn’t matter

a.b = b.a

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

What is the trichotomy law

A

any real number is either positive, negative or zero

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

What is closure under addition

A

If a and b are positive then a+b is positive

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

What is closure under multiplication

A

If a and b are positive then a.b is positive

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

What is this symbol and what does it mean?

A

Intersection symbol

so A ∩ B contain all elements that are in both sets A and B (smaller list)

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

What is this symbol and what does it mean?

U

A

Union symbol

so A U B consists of elements that are in set A and set B (bigger list)

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

What is the existence of multiplicative identity

A

1 is the multiplicative identity- leaving the number unchanged

a.1 = 1.a = a

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

What is the existence of additive inverses

A

A number and its additive inverse sum to zero

a + (-a) = 0

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

What is the existence of multiplicative inverses

A

A number and its multiplicative inverse multiply to give 1

a . a^(-1) = 1

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

What is the distributive law

A

here the brackets play a crucial role

a. (b+c) = a.b + a.c

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

What are the natural numbers?

A

N - counting numbers

1, 2, 3, 4, …

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

What are integers?

A

Z- natural numbers, with their negatives and 0

0, 1, -1, 2, -2, …

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

What are the rational numbers?

A

a/b : a, b are integers, b does not equal 0

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

What is a hypothesis/ premise

A

something assumed or known to be true

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

What is a conclusion

A

outcome reached

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

What is the modulus of a: |a|

A

a, a greater than or equal to 0
-a, a is less than 0

also square root of the square of a.

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

What is a conjecture?

A

possible/ likely to be true

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

What is a theorem

A

conjecture proven to be true

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

What is a lemma

A

part of a proof of a theorem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
what is a corollary
follows easily from a theorem
26
what is a proof
a chain of logical arguments between hypothesis and conclusion
27
What is V
read as "or" either one or the other or both of the statements are true
28
What is ∧
read as "and" both statements must be true
29
how to write: if p is true then q is true in notation
p => q
30
what is the converse of p => q
p <= q | or q => p
31
what is the contrapositive of p => q
¬q => ¬p law of contraposition states implication and its contrapositive are equivalent when p => q is true then contrapositive is true.
32
what is the inverse of p => q
¬p => ¬q
33
what is the natural domain
the largest set of numbers for which a function f can be defined
34
when is a function injective
iff no two distinct points in Dom(f) have same image under f | injection never maps two elements
35
when is a function surjective
every element of B can be obtained by applying f to at least one element of A
36
when is a function bijective
both injective and surjective bijection establishes a one-to-one correspondence between A and B
37
rules for modulus (for all x is real)
|x| = |-x| x is less than or equal to |x| -x is less than or equal to |x|
38
rules for modulus (or all x, y are real)
|xy| = |x| |y| |x/y| = |x|/|y|
39
What is the triangle inequality
|x+y| is less than or equal to |x| + |y| | for all x,y ER
40
when is a function even
if f(-x) = f(x)
41
when is a function odd
f(-x) = -f(x)
42
(f+g) x
f(x) + g(x)
43
(f-g) x
f(x) - g(x)
44
(fg)x
f(x)g(x)
45
(f/g)x
f(x)/ g(x)
46
when is a function f: R--> R linear
``` if f(x+y)= f(x) = f(y) and f(cx) = cf(x) ```
47
sin (x+2π)
sin(x)
48
cos(x+2π)
cos(x)
49
what kind of function is sine
sine is odd sin(-x) = =sin(x)
50
what kind of function is cosine
cosine is even cos(-x) = cos(x)
51
sin (π/2 -x)
cos(x)
52
cos (π/2 -x)
sin(x)
53
sin (π-x)
sin(x)
54
cos(π-x)
-cos(x)
55
sin^2x + cos^2x
1
56
sin(2x)
2sin(x) cos(x)
57
cos (2x)
cos^2x - sin^2x 2cos^2x -1 1-2sin^2x
58
sin(x plus/ minus y)
sin(x) cos(y) plus/ minus cos(x) sin(y)
59
cos(x plus/ minus y)
cos(x) cos(y) minus/plus sin(x) sin(y)
60
tan(x)
sin(x)/ cos(x)
61
secx cotx cscx
1/ cosx 1/tanx 1/sinx
62
tan^2x + 1
sec^2x
63
1 + cot^2x
csc^2x