Simple Vector Proof: sa+ta=(s+t)a, s*(ta)=(s*t)a

  • Thread starter Thread starter grimster
  • Start date Start date
  • Tags Tags
    Proof Vector
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
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
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)
 
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?