Calculating 2A + 3(B+C): Vector Addition

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
klm
Messages
165
Reaction score
0
vector A= (2,-1,1)
vec. B = ( 3, 0, 5)
vec. C = (1,4,-2)
what is 2A + 3(B+C)

this is what i did:
2A = 2(2,-1,1) = (4,-2, 2)

(B+C) = (4,4,3) x 3 = (12,12, 9)

2A + 3(B+C) = (16,10,11)

is this the correct way to think and do this problem?
 
Physics news on Phys.org
Yes, you just add up the components because all vectors are the sum of their components; and of course, a scalar times a vector is just a vector of scaled up magnitude in the direction of the original vector.
 
okay thank you! and is it all right to multiply like that? or is there some other rule for multiplying vectors?
 
It is all right, because that is just a case of a scalar multiplying a vector.
 
ok! thank you very much!