Understanding Vector Multiplication: Why Does Cross Product Result in a Vector?

AI Thread Summary
The discussion centers on understanding why the cross product of two vectors results in a third vector, particularly in two dimensions yielding a result in three dimensions. The key equations for cross and dot products are highlighted, emphasizing that the cross product produces a new vector while the dot product results in a scalar. The confusion arises from the relationship between the sine function in the cross product and the cosine function in the dot product, with the former providing directionality. It is clarified that the cross product's definition involves component-wise calculations, which ultimately lead to a magnitude that aligns with the sine of the angle between the vectors. Understanding the component formulas is essential to grasping how the cross product generates a vector perpendicular to both original vectors.
f24u7
Messages
46
Reaction score
0

Homework Statement



This is actually a concept question, but since its kind of elementary i post it here

I understand the calculation of the cross product, what i do not understand is why the cross product that only involve in 2 dimension will have the result of 3rd dimension

Homework Equations



A cross B = AB sin

A dot B = AB cos

The Attempt at a Solution



If i analyze the equation, i find that Asin is equal to A's y component, and if you times that with B, it will only result in a vector perpendicular to B and has the magnitude of A's y component times B, how does that end up with vector that is perpendicular to both A and B

and the right hand rule doesn't explain it either, it just shows how to obtain the direction of the third vector

besides, how does a difference in trigonometric function made cross product a vector, and scalar product a scalar?

from my understanding, AB cos is just like AB sin, it only gives a number, so where does the direction comes from

the concept of vector multiplication is really confusing, i hope someone can help explaining this

Thanks in advance
 
Last edited:
Physics news on Phys.org
You need to be a little more careful in distinguishing vectors from magnitudes. The precise equations are

A x B = |A| |B| sin(x) (1)
where x is the angle between the vectors A and B, and |A| and |B| are just the magnitude (without direction information) of A and B.
Similarly,
A · B = |A| |B| cos(x) (2)

The difference is, that A · B is just a number, whereas A x B produces a new vector. So to calculate A · B you just have one formula, namely (2). To calculate A x B you actually have three formulas, one for each component, which go like
(A x B)x = Ay Bz - Az By (3),
etc. If you then calculate the magnitude of the new vector A x B, you will get formula (1) back.

So the most important ingredient to clearing up your confusion, I think, is that you should see formula (3) as defining the cross product, and see formula (1) for the magnitude as a consequence of that.
 
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