Semester 1 Midterm!! Flashcards

1
Q

N

A

Natural Numbers

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

Z

A

Integers

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

Q

A

Rational Numbers

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

Qc

A

Irrational Numbers

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

R

A

Real Numbers

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

C

A

Complex Numbers

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

A

is an element of, or belongs to
ex: a ∈ A

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

A

there exists

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

A

for all or for every

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

: or |

A

such that

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

->

A

an implication or mapping (when used with functions)
ex: f : A -> B is a function that maps or related elements of set A to those in set B

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

Set

A

a well-defined collection of elements

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

[a, b]

A

a ≤ x ≤ b

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

(a, b)

A

a < x < b

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

A

or statement (all the elements are considered in any of the listed sets)

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

Closure Addition

A

x + y ∈ R

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

Commutative Addition

A

x + y = y + x

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

Associative Addition

A

(x + y) + z = x + (y + z)

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

Identity Addition

A

x + 0 = x

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

Inverse Addition

A

x + (-x) = 0

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

Closure Multiplication

A

x * y ∈ R

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

Commutative Multiplication

A

x * y = y * x

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

Associative Rules

A

(xy) z = x (yz)

24
Q

Identity Multiplication

25
Inverse Multiplication
x * 1/x = 1, for x ≠ 0
26
slope-intercept form
y = mx + b
27
point-slope form
y - y1 = m(x - x1)
28
standard form
Ax + By = C
29
horizontal shift
g(x) = f(x + k) k is positive: left shift k is negative: right shift
30
vertical shift
g(x) = f(x) + k k is positive: shift up k is negative: shift down
31
reflection about y-axis
g(x) = f(-x)
32
reflection about x-axis
g(x) = -f(x)
33
vertical stretch or compression
g(x) = kf(x) k > 1: stretch 0 < k < 1: compressed k < 0: combination of vertical or combination, along with a vertical reflection
34
find inverse
solve for x put the y in the solution as an x set as y = that thing you just did ex: y = 3x + 5 y - 5 = 3x x = y-5/3 inverse function = x-5/3
35
dotted line
points on line are NOT part of solution set
36
solid line
points on line ARE part of solution set
37
y <
shade below line
38
y >
shade above line
39
using matrices to solve systems
A * C = B [(x1)^2 x1 1] * a = y1 [(x2)^2 x2 1] * b = y2 [(x3)^2 x3 1] * c = y3 C = A^-1 * B
40
how to find determinant
A = ad - bc
41
inverse of 2x2
1/det * [d -b] [-c a]
42
solve for matrix B
B = A^-1 * C (A * B = C)
43
Cramer's Rule
{ax + by = e {cx + dy = f [a b] [x] = [e] [c d] [y] = [f] CRAMERS RULE: x = Dx/D, y = Dy/D D = (ad) - (bc) Dx = (de) - (bf) Dy = (af) - (ce)
44
quadratic equation
x = (-b +- √b^2-4ac)/2a
45
vertex
-b/2a
46
vertex form
y = a(x - h)^2 + k
47
vertical and horizontal translations
put in vertex form h represents horizontal shift k represents vertical shift
48
reflection and dilation
if a is negative, parabola is reflected across x-axis if |a| > 1, parabola is stretched vertically is 0 < |a| < 1, parabola is compressed vertically
49
discriminant
b^2 - 4ac if d > 0: 2 roots if d = 0: 1 root if d < 0: no roots
50
focal length
1/4a
51
focal point
(h, k + a)
52
directrix
y = k - p
53
p
distance from the vertex to the focus
54
modulus
√(a² + b²)
55
find quadratic function from complex roots
convert (x - (a + bi))(x - (a - bi)) into y = ax^2 + bx +c