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:
 
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