the second midterm
Location
In class, B102 during regular lecture time Thursday October 29
Topics
Vector space axioms
Examples of vector spaces: Fn; Pn(F); F(S,F)
Linear subspaces (definition&theorems: the intersection of subspaces is a subspace; a subspace is again a vector space)
Span of a set of vectors
Linear independence
Bases and Dimension
Linear Transformations
The exam will have the following three kind of problems:
- Definitions&theorems. Be able to state them precisely.
- Short answer True/False questions
- A proof in which you provide more detail.
- A computational problem, using the concepts covered above.
Definitions and Theorems to know
You should be able to correctly state any of the following definitions, if
asked, and any of the theorems if you use them.
Definition of a linear subspace:
A subset W⊂V is a linear subspace if
- W is not empty
- W is closed under vector addition
- W is closed under scalar multiplication
Theorem: If W⊂V is a linear subspace then W is a vector space.
Definition. The span of a set of vectors S⊂V is the set of all linear combinations of vectors in S, i.e.
Span(S)={c1u1+⋯+cmum∣m∈N,c1,…,cm∈F,u1,…,um∈S}
Theorem. The span of a subset S⊂V is a linear subspace of V.
Definition. The vectors u1,…,un∈V are linearly independent if for
any c1,…,cn∈F with c1u1+⋯+cnun=0 one has
c1=⋯=cn=0.
Theorem. If u1,…,un∈V are linearly independent and if one has
a1u1+⋯+anun=b1u1+⋯+bnun
for certain a1,…,an,b1,…,bn∈F, then
a1=b1, … , an=bn.
Theorem. If v∈span({u1,…,un}) then {v,u1,u2,…,un} is linearly dependent.
Row reduction. Not a definition or theorem, but: you should know how to solve
a system of n linear equations with m unknowns, where n,m≤4, using
the method of row reduction, as done in lecture, or otherwise. In our course so
far this comes up in the questions “does x belong to the span of {u,v,w}?” or “Are the vectors u1,u2,u3 linearly
independent?”
Definition of basis. A set of vectors {u1,…,un}⊂V is a basis for V if
- {u1,…,un} is linearly independent, and
- {u1,…,un} spans V.
Extension Theorem for Independent Sets. If {u1,…,un}⊂V is linearly independent, and v∈V is not one the vectors u1,…,un, then v∈span(u1,…,un) if and only if {u1,…,un,v} is dependent.
Dimension Theorem. If {v1,…,vm}⊂span(u1,…,un) and if {v1,…,vm} is linearly independent then m≤n.
Corollaries to the Dimension Theorem.
-
If {u1,…,un} and {v1,…,vm} both are bases of a vector space V, then m=n.
-
If L⊂V is a linear subspace and V is finite dimensional then dimL≤dimV. If dimL=dimV then L=V.
-
If L⊂V is a linear subspace and V is finite dimensional, and if {v1,…,vk}⊂L is a basis for L, then there exist vectors vk+1,…,vn∈V such that {v1,…,vk,vk+1,…,vn} is a basis for V.
Definitions.
- If a vector space V has a basis {u1,…,un} with n elements, then n is the dimension of V.
- If a vector space V has a basis with finitely many vectors then V is called finite dimensional.
Definition. A map T:V→W from one vector space V to another W is called linear if for all x,y∈V and all a,b∈F one has T(ax+by)=aT(x)+bT(y).
Definition. If T:V→W is a linear map, then
- the Null space of T is N(T)={x∈V∣T(x)=0}
- the Range of T is R(T)={T(x)∣x∈V}={y∈W∣∃x∈V:y=Tx}.
Theorem. The Null space a linear transformation T:V→W is linear
subspace of V; the range of T is a linear subspace of W.
Definition. The rank of T is the dimension of the range of T.
Injectivity Theorem. A linear map T:V→W is injective if and only if N(T)={0}.
Rank+Nullity Theorem. If T:V→W is linear, and if V is finite dimensional, then
dimN(T)+dimR(T)=dimV.
Bijectivity Theorem.
If V and W are finite dimensional vector spaces with the same dimension, and if T:V→W is a linear transformation then the following are equivalent:
- T is injective (one-to-one)
- N(T)={0}
- rankT=dimV
- T is surjective (onto)
Facts you can use
Unless you are asked to prove the theorem, you can use any of the theorems
listed above without proving them. But do say “by the theorem that
says…”
You can use that the sets Fn, Pn(F), and
F(S,F) with vector addition and scalar multiplication
as defined in class are vector spaces. If you feel that justification is
needed say “as is shown in the textbook…”