Practice Exercises - Answers
Practice Exercises - Answers
1. Determine whether the given set is a vector space. If not, give at least one axiom that is
not satisfied. Unless otherwise stated, assume that vector addition and scalar multiplication
are
Answer: This is not a vector space. It does not contain the zero vector,
and is not closed under either addition or scalar multiplication.
(b) The set of vectors {(𝑎, 𝑏) ∈ ℝ2 } with scalar multiplication defined by 𝑘(𝑎, 𝑏) =
(𝑘𝑎, 𝑏)
Answer: This is not a vector space. The scalar multiplication defined
above does not distribute over the usual addition of vectors.
(r + s)(a, b) = ((r + s)a, b) = (ra + sa, b)
but r(a, b) + s(a, b) = (ra, b) + (sa, b) = (ra + sa, 2b)
(c) The set of vectors {(𝑎, 𝑏) ∈ ℝ2 } with scalar multiplication defined by 𝑘(𝑎, 𝑏) =
(𝑘𝑎, 0)
Answer: This is not a vector space. It does not obey the identity property
of scalar
2. Two forces of magnitude 6N and 10N are inclined at an angle of 60° with each other.
Calculate the magnitude of resultant and the angle made by resultant with 6N force.
Solution:
Let P and Q be two forces wih magnitude 6N and 10N respectively and θ be angle between
them. Let R be the resultant force.
We have,
Answer:
Next, we will determine the direction of the resultant vector. We have in right triangle ODC,
tan β = DC/OD
4. Prove that if the vector 𝑥 emanates from the origin of the Euclidean Plane and terminates
at the point with coordinates (𝑎1 , 𝑎2 ), then the vector 𝑡𝑥 that emanates from the origin
terminates at the point with coordinates (𝑡𝑎1 , 𝑡𝑎2 )
Answer:
𝑥⃗ = (𝑎1 , 𝑎2 ) − (0,0) = (𝑎1 , 𝑎2 )
Vector 𝑡𝑥⃗ is then:
𝑡𝑥⃗ = 𝑡(𝑎1 , 𝑎2 ) = (𝑡𝑎1 , 𝑡𝑎2 )
We also know that 𝑡𝑥⃗ emanates from the origin which means that he ends at:
(𝑡𝑎1 , 𝑡𝑎2 ) + (0,0) = (𝑡𝑎1 , 𝑡𝑎2 )
5. True or False
(a) Every Vector space contains a zero vector. T
(b) A vector space may have more than one zero vector. F
(c) In any vector space 𝑎𝑥 = 𝑏𝑥 implies that 𝑎 = 𝑏. F
(d) In any vector space 𝑎𝑥 = 𝑎𝑦 implies that 𝑥 = 𝑦. F
Practice Exercises
1. The vector equation of line passing through two points A(𝑥1 , 𝑦1 , 𝑧1 ) and B(𝑥2 , 𝑦2 , 𝑧2 )
Answer: 𝒓⃗⃗ = 𝒂 ⃗⃗ − 𝒂
⃗⃗ + 𝝀(𝒃 ⃗⃗)
2. Show that the midpoint of the line segment joining the points (𝑎, 𝑏) and (𝑐, 𝑑) is
𝑎+𝑐 𝑏+𝑑
( , )
2 2
Answer:
3. Let u = (0, 0, −8, 1) and v = (1, −8, 0, 7). Find w such that 2u + v − 3w = 0.
𝟐 𝟏 𝟐 𝟏 𝟏 𝟖 𝟏𝟔
Answer: 𝒘 = 𝟑 𝒖 + 𝟑 𝒗 = 𝟑 (𝟎, 𝟎, −𝟖, 𝟏) + 𝟑 (𝟏, −𝟖, 𝟎, 𝟕) = (𝟑 , − 𝟑 , − , 𝟑)
𝟑