midterm 1 (week 0-4) Flashcards
intersection at 1 point
unique x, y, z values
intersection on a line
having a variable determined by another variable
ex. x = z + 2
y = -2z -1
no intersection
a system is inconsistent
ex. 0 = -6
vector equation of a line form
making a variable equal an arbitrary number (t) to form a solution
ex. z = t. x = t + 2, y = -2t -1
(x, y, z) = (t + 2, -2t - 1, t)
= (2, -1, 0) + t(1, -2, 1)
vector equation of a line
set notations
R - the set of all real numbers
Z - the set of all integers or whole numbers
Q - the set of all rational numbers
N - the set of all natural numbers
C - the set of all complex numbers
{ } or o with dash - empty set
reading set notation
P = {an expression describing a typical element in P I specifying the parameters used in the description}
ex. “P is the set of all s in R such that s is even”
subset
we say set A is a subset of a set B if all the elements of A are also in B
A⊆B, if for every a ∈A, a ∈B
equality of sets
we say sets A and B are equal if A is a subset of B and B is a subset of A
A = B if A ⊆B and B ⊆A.
union of sets
a set that contains all elements of A and B
A ∪B = {x ∈X |x ∈A or x ∈B}
ex. Let A = {2,5,7,π} and B = {4,π,5} be subsets of R. Then A ∪B = {2,5,7,π,4}
intersection of sets
a set that contains all common elements between A and B
A ∩B = {x ∈X |x ∈A and x ∈B}
ex. Let A = {2,5,7,π} and B = {4,π,5} be subsets of R. Then A ∩B = {5,π}.
column vector
a matrix with only one column and multiple rows
row vector
a matrix with only one row and multiple columns
adding matrices
v + w = v1 + w1 , v2 + w2 … (actually add the values to get new ones).
multiplying by a scalar
kv = k(v1, v2…) = (kv1, kv2…)
PQ
Q - P
q1-p1, q2-p2
length or norm of a vector
II x II = sqrt of x1^2 + x2^2 …
dot product
v . w = v1w1 + v2w2…
also v . w = cosθ IIvII IIwII
angle between vectors
cos-1 (v . w / II v II II w II)