Calc Magnitude & Direction of A+B+C Vectors

  • Thread starter Thread starter bumblebeeliz
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
The discussion focuses on calculating the resultant magnitude and direction of three vectors A, B, and C, each with a magnitude of 74 units and specific angles relative to the x-axis. Initial calculations for A+B+C yielded a magnitude of 205 units, but the vector components for B and C were incorrectly assigned negative values. After correcting the components, the resultant for A+B+C was recalculated to be approximately 37 units. The method for vector subtraction was clarified, emphasizing that subtracting a vector involves reversing its direction. The importance of calculating the angle of the resultant vector using arctan and adjusting for the correct quadrant was also highlighted.
bumblebeeliz
Messages
38
Reaction score
0

Homework Statement



Three vectors, A, B, and C each have a magnitude of 74 units. Their directions relative to the positive direction of the x-axis are 15, 115, & 215 degrees, respectively. Calculate the magnitude and direction of the vectors

a. A+B+C
b. A+B-C
c. C-2A

Homework Equations



R = (square root) Rx2 + Ry2

The Attempt at a Solution



So I started with a. :

Ax = (74u) (cos15) = 71.478
Ay = (74u) (sin15) = 19.152

Bx = (-74u) (cos110) = 25.309
By = (74u) (sin110) = 69.537

Cx = (-74u) (cos225) = 52.325
Cy = (-74u) (sin225) = 52.325

Ax+Bx+Cx = 149.112
Ay+By+Cy = 141.014

R = (square root) (149)2+ (141)2
R = 205 units

Which doesn't make much sense looking at the first graph? So I attached a second graph because I am not sure which one to use.
Any genius suggestions :smile:?

ps. Red = A Blue = B Green = C Yellow = connected points
 

Attachments

  • assignment1_10a.jpg
    assignment1_10a.jpg
    3.3 KB · Views: 594
  • assignment1_10a_try2.jpg
    assignment1_10a_try2.jpg
    4 KB · Views: 576
Last edited:
Physics news on Phys.org
You stuck negatives in front of the magnitudes for vectors B and C. Why?

The x and y components for B should be - and + respectively. Both components for C should be negative. You allow the sin and cos functions of the absolute angle to determine the pos and neg of the components.
 
Thanks for the reply.
I added minuses because I placed the vectors wrongly on the graph. I guess my 2nd graph was correct then.

2nd try:

Ax = (74u) (cos15) = 71.478
Ay = (74u) (sin15) = 19.152

Bx = (74u) (cos110) = -25.309
By = (74u) (sin110) = 69.537

Cx = (74u) (cos225) = -52.325
Cy = (74u) (sin225) = -52.325

Ax+Bx+Cx = -6.156
Ay+By+Cy = 36.364

R = (square root) (-6.156)2+ (36.364)2
R = 36.88 units or 37 units

------

How would I go forth with b. ?

A + B - C

Do I simply do the following:

Ax+Bx - Cx = 98.494
Ay+By - Cy = 141.014

R = (square root) (98.494)2+ (141.014)2
R = 172 units
 
This is apparently correct (I didn't recalculate your numbers, but they appear to be about right). Subtracting a vector is the same thing as adding a vector, except the arrow points in the opposite direction, so all components will switch signs.

Don't forget to find the angle of direction for the resultant. I always take the arctan of (y/x) which will always be the angle from the nearest x-axis. You then have to visually determine which quadrant it lies in, and adjust accordingly for absolute angles.
 
I almost forgot to calculate the angles. Thanks a lot!
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top