Vectors and Matrices Flashcards
What is the vector AB
Let A and B be two points in R^3. The vector AB is the segment with starting point A and ending point B.
What is the defenition of a position vector OA
Let A = (xA, yA, zA) be a point in R
3. The position vector OA is
defined by (xA)i+(yA)j+(zA)k
Addition and multiplication by real scalars in R^n are defined as…
i) for all x = (x1, x2, … , xn) and y = (y1, y2, … , yn),
x + y = (x1 + y1, x2 + y2, … , xn + yn)
ii) for all x = (x1, x2, … , xn) and λ ∈ R,
λx = (λx1, λx2, … , λxn)
What is the sum of the vectors OA + OB
It is s the vector OC which represents the diagonal of the parallelogram constructed on OA and OB.
Let A = (xA, yA, zA) and B = (xB, yB, zB) be two points in R^3. The
vector AB is the sum…
OB - OA = (xB − xA)i + (yB − yA)j + (zB − zA)k = AB
Addition and Multiplication properties in R
1) Addition in R is commutative
2) Addition in R is associative
3) 0 is the identity for the addition
4) −x is the additive inverse of x
5) multiplication in R is commutative
6) multiplication in R associative
7) 1 is the identity for the multiplication
8) 1/x is the multiplicative inverse of x
9) distributive property
Addition and Scalar Multiplication in R^n
1) Addition in R is commutative
2) Addition in R is associative
3) 0 is the identity for the addition
4) −x is the additive inverse of x
5) multiplication in R associative
6) 1 is the identity for the multiplication
7) distributive property
What is a Vector space?
A set V with two operations (addition and multiplication by scalars) is called vector space.
What is the standard vector ei.
Let i = 1, … , n. The standard vector ei is the column vector with the
i-th entry equal to 1 and all the others equal to 0.
How can any vector v in R^n be represented in terms of the standard basis vectors?
Every vector v in R^n can be written as a unique linear combination of the standard vectors, i.e., there exists a unique choice of vi ∈ R, i = 1, … , n, such that
v = sum i=1 to n viei
How is the length (or norm or module) of a vector v in R^n defined?
|v| = sqrt(sum i=1 to n (vi)^2)
What is the Unit vector?
By multiplying v by the scalar 1/|v| we obtain a unit vector, i.e., a vector with
norm 1
What does the norm of a vector v represent geometrically in R^3 when v is described in terms of the standard basis vectors i,j,k, and corresponds to the point P.
|v| is the the length of the segment OP
What is the vector equation for a line l?
The equation r = p + λu is called the vector equation for l
What are the parametric equations of a line l
x = p1 + λu1
y = p2 + λu2
z = p3 + λu3
What is the cartesian equation of a line l
( x - p1 ) / u1
(y - p2 ) / u2
(z - p3) / u3
are all equal too each other as well as λ
What are the closure properties of vector addition and scalar multiplication in a vector space V?
For all v, v1, v2 ∈ V and all α ∈ R,
v1 + v2 ∈ V,
αv ∈ V
How is a sub-vector space of R^2 defined with respect to the standard basis vectors i and j, and what geometric object does this set correspond to?
The set, V = {xi + yj : x, y ∈ R},
is a sub-vector space of R^2
V is the set of all linear combinations of i and j and it is denoted by Span(i,j). Geometrically speaking it is the (x, y)-plane.
How is the scalar product (also known as the dot product) of two vectors defined?
u · v = |u||v|cos θ if u ̸= 0, v ̸= 0
where θ is the angle between u and v
When are two vectors considered to be orthogonal, and what are the conditions that characterize this relationship?
Two vectors u and v are considered orthogonal if their scalar product (dot product) is zero, denoted as
u ⋅ v = 0. Vectors are orthogonal if either one or both of them is the zero vector, or they are perpendicular to each other.
What is the formula for calculating the scalar product of two vectors in coordinate form in three-dimensional space?
If u and v are vectors in three-dimensional space with coordinates
𝑢 = (𝑢1,𝑢2,𝑢3) and 𝑣=(𝑣1,𝑣2,𝑣3) ,respectively, then the scalar product u ⋅ v is given by the formula: 𝑢⋅𝑣 = 𝑢1𝑣1 + 𝑢2𝑣2 + 𝑢3𝑣3.
What are the key properties of the scalar product for vectors in Euclidean space?
1) Commutative
2) Distributive over vector addition
3) Distributive over vector addition (other order)
4) Compatible with scalar multiplication
What is the Cauchy-Schwarz Inequality for vectors in R^3?
Let u and v be two vectors in R^3
.The following inequality holds
|u · v| ≤ |u||v|.
What is the Triangle inequality?
Let u and v be two vectors in R^3
. The following inequality holds:
|u + v| ≤ |u| + |v|.