Kinematics in 2 Dimensions: Vector addition

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 5K views
huybinhs
Messages
229
Reaction score
0

Homework Statement



With the diagram and the data answer the question: What is the magnitude of A + B?

http://i995.photobucket.com/albums/af79/huybinhs/w.gif

DATA: theta1 = 33.7 deg, theta2 = 141.9 deg , A = 3.6cm, B =8.3cm.

Homework Equations



This is an example of vector addition. You have to add the x and y components independently and then use the theorem of Pythagoras. The figure is not to scale.

The Attempt at a Solution



I did as follow:

Ax = 3.6 * cos(33.7) = 2.995 m

Ay = 3.6 * sin(33.7) = 1.997 m

Bx = - 8.3 * sin (141.9) = -5.121 m

By = 8.3 * cos 141.9 = -6.532 m

A+B = sqrt[ (2.995 -5.121)^2 + (1.997 - 6.532)^2 ] = 5.001 = answer, but it's showing wrong!

Could u tell me what's wrong? Thanks!
 
Physics news on Phys.org
Thats not good what i wrote. your mistake is with the By that shouldn't be negative. as it is positive
 
Thaakisfox said:
Thats not good what i wrote. your mistake is with the By that shouldn't be negative. as it is positive

If so, 9.297 = answer => still INCORRECT :( ?
 
You messed it up with sine and cosine of the 141.9 angle. Calculate the components of the B vector again.
 
Thaakisfox said:
You messed it up with sine and cosine of the 141.9 angle. Calculate the components of the B vector again.

so, I agree By will be positive, but By = 8.3 * cos(141.9) which is negative number! I'm confused!
 
Yes. take a look at the diagram. if you take cos(141.9) what you get is not By. since 141.9 is an angle greater than 90 degrees so actually you will get the negative of Bx.
To get the correct answer take By=8.3cos(141.9-90) and Bx=-8.3*sin(141.9-90).
 
Thanks! Got it finally! ;)