How do I prove sa+ta=(s+t)a and s(ta)=(st)a for vectors?

  • Thread starter Thread starter grimster
  • Start date Start date
  • Tags Tags
    Proof Vector
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
7 replies · 3K views
grimster
Messages
39
Reaction score
0
a is a vector and s and t are two integers. I'm supposed to show that:

sa+ta=(s+t)a

and

s*(ta)=(s*t)a

the two are so obvious I'm not sure how i prove them.
 
Physics news on Phys.org
Make a careful check of the axioms given for your vector space, and see what needs to be proven.
 
thing is, i think I'm supposed to show it geometrically by drawing it. how do i do that?
 
let a = (x,y) in the component form
then
sa+ta =
s(x,y) + t(x,y) =
(sx,sy) + (tx,ty)=
(sx+tx,sy+ty)=

(x(s+t),y(s+t))=

(s+t)(x,y)=
(s+t)a and do the similar for b)
 
Well, sa is parallell to a, isn't it?
And so is ta..
So, how would you geometrically add these vectors, and what resultant vector does this equal?
 
arildno said:
Well, sa is parallell to a, isn't it?
And so is ta..
So, how would you geometrically add these vectors, and what resultant vector does this equal?

(s+t)*a

but that is what I'm supposed to show. so is it enough to just draw sa and then ta from where sa ends? add them together so to speak?