Question: How do I accurately calculate the resultant of 3 vector inputs?

  • Thread starter Thread starter Chapman2233
  • Start date Start date
  • Tags Tags
    Resultant Vector
AI Thread Summary
Accurate calculation of the resultant of three vector inputs requires careful conversion of forces into Cartesian coordinates. The atan function can be misleading, as it does not account for the signs of the numerator and denominator, which are crucial for determining the correct quadrant of the angle. It is advisable to use the atan2() function if available, as it provides a more reliable angle calculation. The user is also unsure about how to present the resultant graphically on grid paper. Proper attention to these details will help ensure an accurate final answer.
Chapman2233
Messages
7
Reaction score
0
I have just been given my first assignment and I have calculated all the data, but there is no clear writing that says what answer they want.

Im sorry if this is a stupid question but i have just started physics, anyway i have been given three forces which had to be converted to cartesian co-ordinates from the given data which was a value in kN and an angle (i checked both answers as i did them both on autocad).

Now the resultant i got does not seem right, and i am not sure how to finish off my answer as i have to draw it on grid paper.

Sorry if this is vague, its just hard to explain where i am right now, I will upload a summation of the questions and my data.


Thanks again for any help.
 

Attachments

Physics news on Phys.org
Chapman2233 said:
I have just been given my first assignment and I have calculated all the data, but there is no clear writing that says what answer they want.

Im sorry if this is a stupid question but i have just started physics, anyway i have been given three forces which had to be converted to cartesian co-ordinates from the given data which was a value in kN and an angle (i checked both answers as i did them both on autocad).

Now the resultant i got does not seem right, and i am not sure how to finish off my answer as i have to draw it on grid paper.

Sorry if this is vague, its just hard to explain where i am right now, I will upload a summation of the questions and my data.


Thanks again for any help.

Hi Chapman2233, Welcome to Physics Forums.

Your work looks fine right up to the point where you calculate the angle of the resultant. You have to be careful applying the atan function because it doesn't take into account the signs of the numerator and denominator and how they determine the quadrant for the angle. If your software has an atan2() function, I would recommend using that. Otherwise, take particular care using the atan() function to sort out the proper quadrant.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top