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|.
What is the vector equation of a plane?
r · n = p · n
What is the cartesian equation for a plane?
ax + by + cz = d
where d = n1p1 + n2p2 + n3p3
How is the distance from a point to a plane determined?
The distance D between point Q and plane Π is given by
D = | q⋅n−d |
|n|
how can you find the position vector of the point on the plane that is closest to a given point?
The position vector of the point on the plane Π that is closest to point
Q is given by
q’ = q - n(q⋅n−d)
|n|^2
How is the vector product (also known as the cross product) of two vectors defined in three-dimensional space?
Given two vectors 𝑢=(𝑢1,𝑢2𝑢3) and 𝑣=(𝑣1,𝑣2,𝑣3) in three-dimensional space, the vector product
u × v is defined as the vector:
u × v = (u2v3 − u3v2)i − (u1v3 − u3v1)j + (u1v2 − u2v1)k
What is the length of the vector product u×v and how is it related to the vectors u and v?
Given vectors u and v, the vector product u × v is orthogonal to
both u and v, and its length |u × v| satisfies:
|u × v| is equal to the area of the
parallelogram
u × v | = |u||v|sin θ if u ̸= 0, v ̸= 0
How can you determine the distance from a point X with position vector x to a line
l with a given vector equation?
|MX| = |v|sin θ = |u × v| = |u × (x-p)|
|u| |u|
How do you determine the shortest distance between two skew (non-intersecting and non-parallel) lines in R^3
The shortest distance d between two skew lines l1 with vector equation 𝑟=𝑝+𝜆𝑢 and l2 with vector equation 𝑟=𝑞+𝜇𝑣 can be found using the formula:
d = |(q - p)·(u x v)|
|u x v|
What is an inconsistent system?
A system with no solution is called inconsistent
What is a consistent system?
A system with at least one solution
is called consistent
What is the solution set?
The set of all solutions of a system is called its solution set, which may be empty if the system is inconsistent.
When are two systems of linear equations, each with m equations and n unknowns, considered to be equivalent?
Two m×n systems of linear equations are said to be equivalent if they share the exact same solution set.