Solve Vector Problem: Find Magnitude & Angle of A+B+C

  • Thread starter Thread starter mixedtape_15
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
The discussion focuses on solving for the magnitude and angle of the resultant vector A+B+C, given specific vectors A, B, and C with their respective magnitudes and directions. The user initially calculated the x and y components of each vector but made errors in the sine and cosine assignments for vector A. A participant pointed out that the x component should use the cosine function while the y component should use the sine function for vector A, correcting the user's approach. After receiving this guidance, the user felt confident that they could resolve the problem correctly. The thread emphasizes the importance of accurately converting polar coordinates to rectangular components in vector calculations.
mixedtape_15
Messages
12
Reaction score
0
I can't figure this out for the life of me.

Vector A = 7.00 m and points 40.0o north of east. Vector B = 3.00 m and points 20.0o west of north, and Vector C = 3.00 m and points 35.0o west of south.
What is the magnitude of the resultant vector A+B+C?
What angle does the resultant vector A+B+C make with respect to the east?

So I've drawn it out and everything and I'm solving for "D" and what I drew out was some weird quadralateral(sp?). Anyways I solved for each of the Vectors and got the X Components and the Y Components. And this is what I got.

A -> Ax = (7.0m)(sin(40 deg)) = 4.5m
Ay = (7.0m)(cos(40 deg)) = 5.4m
B -> Bx = (3.0m)(cos(20 deg)) = 2.8m
By = (3.0m)(sin(20 deg)) = 1.0m
C -> Cx = (3.0m)(sin(35 deg)) = 1.7m
Cy = (3.0m)(cos(35deg)) = 2.5m

So then I added all the x components and all the y components and got the x and y components for D.
Dx = 4.5m - 2.8m + 1.7m = 3.4 m
Dy = 5.4m + 1.0m + 2.5m = 8.9m

and then I used the pythagorean theorem to get D which would be
3.4^2 + 8.9^2 = D^2
D = 9.5m

and I thought that was my answer but its telling me it was wrong. So I didn't even attempt to get the angle because that will probably be wrong to.
So yeah can someone help me please o:)
 
Physics news on Phys.org
mixedtape_15 said:
A -> Ax = (7.0m)(sin(40 deg)) = 4.5m
Ay = (7.0m)(cos(40 deg)) = 5.4m
B -> Bx = (3.0m)(cos(20 deg)) = 2.8m
By = (3.0m)(sin(20 deg)) = 1.0m
C -> Cx = (3.0m)(sin(35 deg)) = 1.7m
Cy = (3.0m)(cos(35deg)) = 2.5m
Excellent job showing your work -- that helps a lot in our ability to help you.

I believe that you are just mixing up the N and E components a bit. You are using the correct method, of converting from the "polar" coordinates they give you into rectangular (E,N) or (x,y) components. Looking at your Ax,Ay conversion, I can see that you've got them backwards. Since they give you the vector A as pointing 40 degrees north of east, the x component will be the cos() term, and the y component will be the sin() term. Make sense?

Just run back through the equations and check the sin() and cos() terms. My guess is that you'll get it right.
 
Remember, you can solve this with a ruler and a protractor.
 
Thank you so much for the help. It really helped me to figure out where I messed up and after that it was pretty easy :D
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top