






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to vectors in Euclidean spaces, including their definition, addition, scalar multiplication, and the inner product. It also covers geometric interpretations such as length, orthogonality, and projections. figures and theorems to illustrate the concepts.
Typology: Lecture notes
1 / 12
This page cannot be seen from the preview
Don't miss anything!







Vectors.
a vector, and is typically defined by its rectangular coordinates.
n
. We define this vector by its n coordinates, v 1 , v 2 ,... , vn.
It is common to write v = (v 1 , v 2 ,... , vn) or to display a vector as a column
matrix:
v =
v 1
v 2
. . .
vn
location as a row vector and a displacement as a column vector. However, we
can use the same algebraic operations to work with each.
in R n
. Then v = Q − P , i.e. vi = pi − qi, ∀i ∈ { 1 , 2 ,... , n}.
v
Figure 1: The displacement (5, −3)
Addition.
u + v =
u 1
u 2
. . .
un
v 1
v 2
. . .
vn
u 1 + v 1
u 2 + v 2
. . .
un + vn
v
v
u
u + v
v 1 u 1 u 1 +^ v 1
u 2
v 2
u 2 + v 2
Figure 2: Vector Addition
Scalar Multiplication.
n
. Scalar
multiplication gives a vector λv ∈ R
n , defined by
λv =
λv 1
λv 2
. . .
λvn
u
− 2 u
v
1 2
w v
3 w
Figure 3: Scalar multiplication
Subtraction.
vector −v = (−1)v.
u − v =
u 1
u 2
. . .
un
v 1
v 2
. . .
vn
u 1 − v 1
u 2 − v 2
. . .
un − vn
Laws of Vector Algebra.
n
. Then the following algebraic properties of
vectors hold.
u · v = v · u
u · (v + w) = u · v + u · w
Length and Inner Product.
Definition. The norm or length of a vector u is the real number, denoted ‖u‖, given by
‖u‖ =
u
2 1 +^ u
2 2 +^ · · ·^ +^ u
2 n.^ N
‖u‖ =
u.u
which case the norm is zero.
‖u − v‖ =
(u 1 − v 1 ) 2
n :
‖λu‖ = |λ|‖u‖.
u · v = ‖u‖‖v‖ cos θ
where θ is the angle between the vectors u and v.
Theorem 1. The angle between vectors u and v in R n is
Definition. Let v be a vector. The vector w which points in the same direction as v,
but has length 1 is called the unit vector in the direction of v (or simply the direction
of v). It is given by
w =
v
‖v‖
u
v
‖u‖ cos θ
θ
Figure 5: The angle between two vectors u and v.
Definition. Two vectors u, v ∈ R n are orthogonal if u · v = 0. N
Definition. Two vectors u, v ∈ R are orthonormal if they are orthogonal and are unit
vectors. N
Theorem 2 (Triangle Inequality). For any two vectors u, v ∈ R
n ,
‖u + v‖ ≤ ‖u‖ + ‖v‖.
Theorem 3 (Triangle Inequality Variant). For any two vectors u, v ∈ R
n ,
|‖u‖ − ‖v‖| ≤ ‖u − v‖.
scalar λ:
Any assignment of a real number to a vector satisfying these properties is called
a norm (see sections 29.4 and 27 of S&B if interested).
Projections.
n
. We want to find the vector projection of the vector u in the
direction of v.
length of Pv (u) (called the scalar projection of vector u on v) is given by
‖Pv (u)‖ = ‖u‖ cos θ.
p + tv v
p
Figure 7: Parametric line ` in R 2
Two-dimensional Planes.
parameter.
3 and let u and v be two vectors in P that point in
different directions:
x 1
x 2
x 3
u
v
Figure 8: A plane P through the origin in R 3
So, for any scalars s and t, the vector su + tv also lies in the plane P.
defined in its parametric form as
P = {x ∈ R
n | x = su + tv, s, t ∈ R}
the two. Thus the vector p + su + tv also lies in the plane P.
x 1
x 2
x 3
p
u v
Figure 9: A plane P not through the origin in R 3
in its parametric form as
P = {x ∈ R
n | x = p + su + tv, s, t ∈ R}
that x = p + su + tv. Equivalently, the vector x − p must be a linear combination
of the vectors u and v.
Q and R uniquely determine a plane.
vectors from P :
x 1
x 2
x 3
u
v
Figure 10: A plane P not through the origin in R 3
a plane.
Hyperplanes.
2 can be written as
a 1 x 1 + a 2 x 2 = d
and a plane in R
3 can be written in point-normal form as
a 1 x 1 + a 2 x 2 + a 3 x 3 = d.
a 1 x 1 + a 2 x 2 + · · · + anxn = d,
where (a 1 , a 2 ,... , an) is a normal.
perpindicular to the normal vector to the hyperplane.
Example 1.
x = (x 1 , x 2 ,... , xn)
of nonnegative quantities of n commodities is called a commodity bundle.
The set of all commodity bundles is the set
{(x 1 ,... , xn) | x 1 ≥ 0 ,... , xn ≥ 0 }
and is called a commodity space.
p 1 x 1 + p 2 x 2 + · · · + pnxn = p · x.
A consumer with income I can purchase only bundles x for which p·x ≤ I.
This subset of the commodity space is the consumer’s budget set.
vector is the price vector p.
x 1
x 2
p = (p 1 , p 2 )
p 1 x 1 + p 2 x 2 = I
Figure 12: A consumer’s budget set, p · x ≤ I, in commodity space.