Add 3 Vectors: Magnitude & Angle Calculation

  • Thread starter Thread starter Stanc
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
To find the magnitude and angle of the resultant vector from adding three vectors, the discussion emphasizes using both the cosine and sine laws, as well as vector component analysis. The vectors A, B, and C have specified magnitudes and angles, with A being horizontal. The approach involves calculating the x and y components of each vector, summing them, and then using trigonometric functions to determine the resultant's angle and magnitude. A common method discussed includes drawing the vectors head to tail and applying the Pythagorean theorem for the final calculations. The conversation highlights the importance of correctly determining angles and components for accurate results.
Stanc
Messages
60
Reaction score
0
Adding 3 Vectors?

Homework Statement



I am given Vector A which has a magnitude of 12, Vector B which has a magnitude of 5, and Vector C which has a magnitude of 8. I am given that the angle between Vector A and Vector B is 30 degrees and that the angle between Vector B and Vector C is 80 degrees. All angles are counterclockwise and Vector A is the HORIZONTAL..

I have to find the magnitude of |A+B-C| and the angle, relative to Vector A


Homework Equations


Cosine and Sine Law


The Attempt at a Solution



What I did was added A and B first using an angle of 150 degrees in the cos law. This gave me an answer of 16.52... However from here I flip Vector C and draw the resultant from there... However I do not know what the angle opposite from the resultant of (A+B) + (-C)

Please give me some guidance
 
Physics news on Phys.org


I tried it but I am not sure if I got it correct. Is the answer 16.8863 and θ=36.4 degrees?
 


Toranc3 said:
I tried it but I am not sure if I got it correct. Is the answer 16.8863 and θ=36.4 degrees?

I don't have the answer... What was the angle opposite to the resultant that you got?
 


Someone has gotten an answer of 19.715... Heres how he did it:

Start by splitting the vectors into their x and y components.

the angle of A is 0 degrees.
the angle of B is 30 degrees.
the angle of C is 80+30 = 110 degrees.

so:
A_x = 12
A_y = 0

B_x = 5cos(30) = 4.3301
B_y = 5sin(30) = 2.5

C_x = 8cos(110) = -2.7362
C_y = 8sin(110) = 7.5175

now we can add the vectors easily (call the resulting vector D):
D_x = A_x + B_x - C_x
D_y = A_y + B_y - C_y

D_x = 12 + 4.3301 + 2.7362 = 19.0663
D_y = 0 + 2.5 - 7.5175 = -5.0175

now we can find the angle the vector makes by using tan^-1(D_y / D_x)
tan^-1(-5.0175 / 19.0663) = -14.73 degrees from the horizontal.

the magnitude is found by sqrt((D_x)^2 + (D_y)^2)
sqrt(19.0663^2 + (-5.0175)^2) = sqrt(388.699)
=
19.715

Anyone know how to do it through drawings instead of x and y components?
 


Vectors are added head to tail. You can draw them out starting with A being horizontal to the right. B is added to the arrow end of A up 30° from horizontal, and C is added to the end of B at 80° from the line of vector B or an effective 110° from horizontal. You need to sum the X and Y components of each of these vectors and form a final triangle to solve for the ange and resultant magnitude. Equations would be as follows:

Sum of X's: 12+[5cos(30)]-[8cos(110)] = Xsum
Sum of Y's: 0+[5sin(30)]-[8cos(110)] = Ysum

*Remember that a -(-) equals a positive and the -[8cos(110)] ends up being added to 5cos(30) due to it becoming negative, and similarly for the sines but in this case it end up being
negative.

Resultant vector triangle is formed from these summed X and Y values, and you solve it with pythagorean theorum. Start with Xsum horizontal to the right, and YSum being added vertically down from the end of the XSum vector arrow. Resultant will be Tan-1(-YSum/XSum) = -X° down from horizontal, and magnitude is =Sqrt(Xsum^2+Ysum^2)
 
Last edited:


Stanc said:
I don't have the answer... What was the angle opposite to the resultant that you got?

I think I got the angle wrong. I got the angle between the resultant and A from the dot product. Sorry! :cry:
 
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...
Thread 'A cylinder connected to a hanged 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