Finding Magnitudes of Vectors Using the COMPONENTS Method

  • Thread starter Thread starter crossxfire2
  • Start date Start date
  • Tags Tags
    Magnitudes Vectors
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 6K views
crossxfire2
Messages
3
Reaction score
0
I am pretty good at this but this one seems impossible to figure out. Can anyone help?

Vector A has a magnitude of 188 units and points 30 degrees north of west. Vector B points 50 degrees East of North. Vector C points 20 degrees West of South. These three vectors add to give a resultant vector that is zero. Using COMPONENTS method, find the magnitudes of Vector B and Vector C.

Thanks in Advance!
 
Physics news on Phys.org
First of all DRAW A PICTURE.
That's about the first rule in vector problems.

Next, let me give you some small sub-problems to get you started... can you rewrite the directions of A, B and C as angles with respect to the x-axis (i.e. east direction)?
Assuming that |B| and |C| are the magnitudes of vector B and C respectively, can you write down what the x- and y-components (Ax, Ay, Bx, By, Cx, Cy) of the three vectors will be?
What relations between these components follow from the resultant being zero?
 
Thanks for the reply CompuChip. I am finding it difficult to find 2 variables (the magnitudes of B and C) based on a couple of other variables.

My Physics teacher wrote this to help us out.

Rx=Ax+Bx+Cx
=()+()B+()C

Ry=Ay+By+Cy
=()+()B+()C

I understand that this is how the problem reads numerically, but I don't understand how to solve.
 
Ok so I did the problem graphically and obtained the correct answers. I verified these answers by plugging them into the calculator. How would I show my work on paper?
 
Officially, you can solve the system of two equations in two unknowns.

Rx=()+()B+()C (*)

Ry=()+()B+()C (**)
For example, you can rewrite equation (**) to an equation for either B, or C, for example: B = (Ry - () - ()C) / (). Then you can replace B in equation (*) and solve the remaining equation in one variable for C.