Finding the z component of vectors that form a triangle?

AI Thread Summary
The discussion focuses on calculating the z components of cross products between vectors a, b, and c, given specific magnitudes. The user correctly computes the z components for a x b and b x c, both yielding 2.9, but struggles with a x c, initially arriving at an incorrect answer. The key insight provided is the importance of considering the direction of the cross product, which can affect the sign of the result. The relationship between the vectors, where a + b + c = 0, implies that a x b and a x c must have opposite signs. Understanding these directional conventions resolves the user's confusion.
rockchalk1312
Messages
38
Reaction score
0
For the vectors in the figure, with a = 1.1 and b = 2.6, what are (a) the z component of a x b, (b) the z component of a x c, and (c) the z component of b x c?


Everything I've tried to look up involves vectors that are in unit notation, etc. I just don't understand how to do it when all you have for the vector is one number.
 

Attachments

  • Screen Shot 2013-03-27 at 5.19.19 PM.png
    Screen Shot 2013-03-27 at 5.19.19 PM.png
    1.1 KB · Views: 629
Physics news on Phys.org
With the information given, you can work out the angle between a and c.
Then use the formula for the cross product which uses the magnitudes and angle.
 
ap123 said:
With the information given, you can work out the angle between a and c.
Then use the formula for the cross product which uses the magnitudes and angle.

So using a x b = |a| |b| sinθ told me that the z component of a x b = (1.1)(2.6)sin90 = 2.9.

And for b x c = (2.6)(2.823)sin(90-67.07)=2.9.

These were both correct, but then when I tried to do a x c = (1.1)(2.823)sin67.06 = 2.9 this was the wrong answer.

Am I missing something completely obvious?

Thank you for your help!
 
rockchalk1312 said:
So using a x b = |a| |b| sinθ
That should be |a x b| = |a| |b| sinθ. If you want a x b, not just its magnitude, you need to worry about direction. Yes, it's in the z direction, but is it positive or negative? You need to apply the convention for a x b (as distinct from b x a) to determine that.
From the diagram, you have a + b + c = 0. So 0 = a x (a + b + c) = a x a + a x b + a x c = a x b + a x c. It follows that a x b and a x c must have opposite signs.
 
haruspex said:
Yes, it's in the z direction, but is it positive or negative?

Perfect THANK you that was certainly what I was missing.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging 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