hw1 Math3410 S23solutions
hw1 Math3410 S23solutions
be elements of P2 .
• A2: Note that
u + v = (a0 + a1 x + a2 x2 ) + (b0 + b1 x + b2 x2 )
= (a0 + b0 ) + (a1 + b1 )x + (a2 + b2 )x2
= (b0 + a0 ) + (b1 + a1 )x + (b2 + a2 )x2
= (b0 + b1 x + b2 x2 ) + (a0 + a1 x + a2 x2 )
= v + u.
• A3: We have
• A4: Let ~0 = 0 + 0x + 0x2 be the zero polynomial (the polynomial with all
zero coefficients). Then
1
• S2: Let c ∈ R. Then
(a + b)u = (a + b)p(x)
= (a + b)(a0 + a1 x + a2 x2 )
= (a + b)a0 + (a + b)a1 x + (a + b)a2 x2
= (aa0 + ba0 ) + (aa1 + ba1 )x + (aa2 + ba2 )x2
= (aa0 + aa1 x + aa2 x2 ) + (ba0 + ba1 x + ba2 x2 )
= a(a0 + a1 x + a2 x2 ) + b(a0 + a1 x + a2 x2 )
= ap(x) + bp(x)
= au + bu.
a(b(u)) = a(b(p(x))
= a(b(a0 + a1 x + a2 x2 ))
= a(ba0 + ba1 x + ba2 x2 )
= aba0 + aba1 x + aba2 x2
= ab(a0 + a1 x + a2 x2 )
= abp(x)
= abu.
• S5: We have
1u = 1p(x) = 1(a0 +a1 x+a2 x2 ) = (1·a0 )+(1·a1 )x+(1·a2 )x2 = a0 +a1 x+a2 x2 = p(x) = u.
2. Let V be the set of ordered pairs (a, b) of real numbers with addition in V and
scalar multiplication on V defined by
u + v = v + u,
2
can be derived from the other axioms for V .
Hint: Expand out (1 + 1)(u + v) in two different ways.
Solution We calculate (1 + 1)(u + v) in two different ways. We have
Also
It follows that
u+u+v+v = u+v+u+v
−u + (u + u + v + v) = −u + (u + v + u + v) by adding - u on the left
(−u + u) + u + v + v = (−u + u) + v + u + v by A3
~0 + u + v + v = ~0 + v + u + v by A5
u + v + v = v + u + v by A4
(u + v + v) + (−v) = (v + u + v) + (−v) by adding - v on the right
u + v + (v + (−v)) = v + u + (v + (−v)) by A3
u + v + ~0 = v + u + ~0 by A5
u + v = v + u by A4.
and
1(1, 1) + 1(1, 1) = (1, 1) + (1, 1) = (2, 2).
3
As (1, 1) 6= (2, 2), we see that
for all (a, b) ∈ R2 . It follows that (0, 1) does not have an additive inverse
and thus A5 fails to hold.
5. Let U and W be real vector spaces. Let V be the set of ordered pairs (u, w)
where u, u0 ∈ U and w, w0 ∈ W . Define addition on V and scalar multiplication
by
(u, w) + (u0 , w0 ) = (u + u0 , w + w0 ) and k(u, w) = (ku, kw).
Show that V is a real vector space by verifying the axioms A2, A3, A4, A5,
S2, S3, S4, S5.
Solution Consider elements (u, w), (u0 , w0 ), and (u00 , w00 ) of V .
A2: We have
A3: We have
A4: We choose the zero element to be (~0U , ~0W ) where ~0U and ~0W are the respec-
tive zero vectors of U and W . Note that
4
S2: Let c ∈ R. Then
S3: We have
S4: We have
S5: We have
1(u, w) = (1u, 1w) = (u, w).
6. Let V be a real vector space. Let a ∈ R and v ∈ V . Show that
av + (−a)v = (a + (−a))v by S3
= 0v
= ~0 by part 1 of Theorem 6.1.3 of Nicholson.
(−a)v = −(av).
(−a)v = (a · (−1))v
= a(−1v) by S4
= a(−v) by part 4. of Theorem 6.1.3 of Nicholson.