Help with Vector Addition Problem

Answers and Replies

  • #2
I don't know, you didn't show the Calc.
 
  • #4
Can't follow your work. Your original post gives the answer as 350. How did you come up with this number?
 
Last edited:
  • #5
Can't follow your work. Your original post gives the answer as 350. How v did you come up with this number?
I calculated the angle as -10°, but since the question asked for the angle counter-clockwise from the x axis, I thought it would be correctly expressed as 350.
 
  • #6
-10 degrees measured from what?
 
  • #8
Okay where did you get the -10 degrees from?

You can find the coordinate of the player's position through your vectors. After that you can simply use geometry to determine the ccw angle, after that, 360 - positive angle = clockwise angle. The program may not want to accept negative angles, try the positive equivalent between 0 and 360.
 
  • #9
Okay where did you get the -10 degrees from?

You can find the coordinate of the player's position through your vectors. After that you can simply use geometry to determine the ccw angle, after that, 360 - positive angle = clockwise angle. The program may not want to accept negative angles, try the positive equivalent between 0 and 360.

https://gyazo.com/efc009de2080feedea420d6b2a5edab4

Triangle on the right shows how I calculated -10° angle by using tan-1(-3.2/17.4), -3.2 being the change in y and 17.4 change in x after I added the vectors.
 
  • #11
From the positive x axis.

I think if you draw yourself a picture you will see that it can't be -10 degrees from the +ve x-axis.
 
  • #12
I think if you draw yourself a picture you will see that it can't be -10 degrees from the +ve x-axis.
I got -10 from the X-axis counter-clockwise when drawing a picture, as I've explained. Do you have a better answer or suggestion?
 
  • #13
I could not understand your drawings. So my suggestion is to redraw a simple picture that summarizes the vectors and shows the -10 degrees.
 
  • #14
Untitled.png


From this image, find the vector P.
 
  • #15
Untitled.png


From this image, find the vector P.
That wouldn't make sense, as the angle from initial to final points would be from the top of the red line on the y-axis to the final spot, not from the origin.
 
  • #16
I could not understand your drawings. So my suggestion is to redraw a simple picture that summarizes the vectors and shows the -10 degrees.
I calculated the final point (17.4, -3.2) and drew a line from the origin (0,0) to this point, creating a triangle with the x and y segments. Using Pythagorean theorem I calculated the magnitude of this vector 17.7
I then used inverse tangent to find the angle -10°
 
  • #17
Ok, I follow you now. I think you got it right. Maybe a small rounding error. Try and see if 349.6 works.
 
  • #18
Ok, I follow you now. I think you got it right. Maybe a small rounding error. Try and see if 349.6 works.
Tried it, didn't work. I think the teacher probably just put the answer in wrong accidentally. Will ask tomorrow. Thanks for help.
 
  • #19
That is not the answer that I am getting at all.

I am getting a positive angle of 24.213 degrees counter-clockwise.

Again, if you're not showing your calculations it's impossible for us to tell you where you're going wrong.

Your y-coordinate is wrong. The point is in the first quadrant.

Bx=11.3137
By=11.3137
Cx=6.0622
Cy=3.5

Therefore the resultant vector is
r=[Bx+Cx,By-Cy]
 
  • #20
I got the same answer as the OP.
 
  • #21
OP calculated his final Y-coordinate as a negative, it doesn't make sense from the given picture assuming that the Y-axis goes along vector A and the X-axis goes through the bottom corner.
 

Suggested for: Help with Vector Addition Problem

Replies
26
Views
495
Replies
16
Views
468
Replies
10
Views
95
Replies
1
Views
484
Replies
11
Views
599
Replies
8
Views
1K
Replies
3
Views
728
Back
Top