Vector Geometry (review) Flashcards
What is a set?
A collection of objects, where it is often useful to use the
following notation:
{Objects | logical predicates}
Define the aspects of {Objects | logical predicates}.
{ } = The set of all
Objects = variables
| = Such that
Log. Pre. = rules
What does the set notation of a plane look like?
R^2 = {(x, y)| x, y ∈ R}
What does the set notation of a vector in 3-space look like?
R^3 = {(x, y, z)| x, y, z ∈ R}
What does the set notation of a vector in n-space look like?
R^n = = {(x1, x2, · · · , xn)| x1, x2, · · · , xn ∈ R}
Give the definition of linear combinations.
If k1,···,kn∈R are scalars and u1,···,un∈R^n
are
vectors, then
k1u1 +···+ knun
is called a linear combination of u1, · · · , un.
What are the 10 Algebraic properties of vector addition, scalar multiplication:
for x,y,z∈R^n
and a,b∈R?
- Closure under Addition
- Closure under Scalar Multiplication
- Additive Identity
- Additive Inverse
- Commutativity of Addition
- Associativity of Addition
- Distributivity of scalars onto vectors
- Distributivity of Vectors onto scalars
- Associativity of Multiplication
- Multiplicative Identity
Define the Inner dot product
x . y = x1y1 +···+ xnyn ∈ R
Define the norm (length)
||x|| := √(x.x)
sqrt of dot prod
What are the 8 properties of Dot Product?
If x,y,z∈R^n and a∈R. Then 1. ||x|| ≥ 0 2. ||x||= 0 ⇔ x = 0 3. ||ax||= |a| ||x|| 4. ||x-y|| = ||y-x|| 5. x.y = y.x 6. (ax).y = a(x.y) = x.(ay) 7. (x+y).z = x.z + y.z 8. x.(y+z) = x.y + x.z
When is x.y = 0?
When x and y are orthogonal
Define orthogonality.
If x,y∈R^n, then x and y are said to be orthogonal if
x . y = 0.
Define the Cauchy-Schwarz Inequality.
For x,y∈R^n, we have
|x.y| ≤ ||x|| ||y||, (x.y∈R)
Define Triangle Inequality.
||x+y|| ≤ ||x||+||y||
Define the angle between vectors in R^n.
If x,y∈R^n and x,y≠0, then the angle θ between x and y is defined by
cos(θ) := x.y/(||x|| ||y||),
such that 0 ≤ θ ≤ π