Mathematics of Modern Engineering I Lecture 2
Mathematics of Modern Engineering I Lecture 2
Lecture 2
The concept of the Euclidean space IRn can be generalized to the concept
of a general vector space. Vector spaces have a number of useful proper-
ties. We are going to discuss some elements from the general theory of
vector spaces that are of practical importance, also for some constructions
discussed in this course when considering some elements of the PDEs. In
particular, it applies to the notion of orthogonality in a vector space. The
latter is based on concept of an inner product and concept of a norm.
1
scalar multiplication of a vector x ∈ IRn by a scalar α ∈ IR (component-
wise). All properties follow just directly from properties of addition and
multiplication of real numbers.
2
Then H is a subspace of V and is often referred to as a subspace spanned
by the vectors u1 , u2 , ..., up .
d) Let H := {[2b + 3c, −b, 2c], b, c ∈ IR} - a set of all 3-dimensional vectors
of the specified form where the numbers b and c are arbitrary.
Is H a subspace of IR3 ?
It follows that
H := [2b + 3c, −b, 2c] = b[2, −1, 0] + c[3, 0, 2] = Span{u, v}
where u = [2, −1, 0] and v = [3, 0, 2]. Therefore, H is a subspace of IR3 .
3
the vectors a1 , a2 , ..., an .
Similarly, one defines the space Row(A), the row space of a matrix A, as
a space spanned by the row vectors of A. By definition, Row(A) is then a
subspace of IRm .
4
Remark 2. It follows from the definition of a basis that a basis in V is a
maximal set of linearly independent vectors that spans V . Practically, if
V = Span{v1 , v2 , ..., vm }, then to find a basis in V , one has to find among
the vectors {v1 , v2 , ..., vm } the maximal set of linearly independent vectors.
One can show that all bases of a any vector space V have the same
number of vectors in them. This leads to the following
Example 4. Are the vectors v1 = [2, −1, 1]T , v2 = [2, −3, 2]T , and v3 =
[−8, 5, 4]T a basis in IR3 ?
Solution: To check the vectors for linear independency, we have to solve
the system
Ax = 0
where A = [v1 , v2 , v3 ].
It is not hard to see that the above system will have only the trivial
solution so that the vectors are linearly independent.
To see if IR3 = Span{v1 , v2 , v3 }, it is enough to verify that for any vector
b ∈ IR3 the system
Ax = b
has a solution. It can be done in the same way as solving the corresponding
homogeneous equation. In summary, indeed the given vectors build a basis
in IR3 .
5
Clearly, W is not a subspace of IR2 . To see that, choose v = (2, 1) ∈ W .
However, then −v = (−2, −1) ∈ / W.
As a particular case, consider W = {v = (v1 , v2 )|v1 = v2 }. In this
case, any vector from W can be written as v = v1 (1, 1), v1 ∈ IR so that
W = Span{(1, 1)} and W is a vector space where (1, 1) is a basis and the
dimension of W is one.