Thread Closed

vector addition

 
Share Thread Thread Tools
Sep18-07, 07:09 PM   #1
klm
 

vector addition


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?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Sep18-07, 07:11 PM   #2
bel
 
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.
 
Sep18-07, 07:12 PM   #3
klm
 
okay thank you! and is it all right to multiply like that? or is there some other rule for multiplying vectors?
 
Sep18-07, 07:16 PM   #4
bel
 

vector addition


It is all right, because that is just a case of a scalar multiplying a vector.
 
Sep18-07, 07:18 PM   #5
klm
 
ok! thank you very much!
 
Thread Closed
Thread Tools


Similar Threads for: vector addition
Thread Forum Replies
Vector Addition Introductory Physics Homework 10
Vector addition Introductory Physics Homework 3
Vector Addition Introductory Physics Homework 4
Vector addition Introductory Physics Homework 1
Vector addition General Physics 4