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
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top