How Does Distributive Property Apply in Vector Cross Products?

razored
Messages
173
Reaction score
0
I was reading my physics book, and I stumbled across this : A_{x} \hat{i} \times B_{y} \hat{j} = (A_{x}B_{y})\hat{ i} \times \hat{ j}.
I am trying to figure out, how can they use the distribute property ( I presume) like that? How did they factor the Ax and Bx out? I would have assumed it would have multiplied out like this : (A_{x}B_{y})\hat{i} \times \hat{j} = (A_{x}B_{y})\hat{i\times}(A_{x}B_{y}) \hat{j} I thought those were cross products, not multiplication signs.

Can anyone clear up things please?

Thanks beforehand.
 
Last edited:
Physics news on Phys.org
if you double A in the first equation what happens to the answer. if you double B what happens?
 
BTW, cross product is not a real vector. its a pseudovector.
 
I'm still lost
 
It's a property of the cross product. To show that it is permissible, ask yourself what is (AxBy) i x j? Then what is Axi X Byj ? How would you get the magnitude of the latter product? What formula should you use?
 
The standard way to take the cross product of vectors A_x\vec{i}+ A_y\vec{j}+ A_z\vec{k} and B_x\vec{i}+B_y\vec{j}+ B_z\vec{k} is to use the (symbolic) determinant:
\left|\begin{array}{ccc}\vec{i} & \vec{j} & \vec{k} \\ A_x & A_y & A_z \\ B_x & B_y & B_z\end{array}\right|

Here, A_y= A_z= B_x= B_z= 0 so that is
\left|\begin{array}{ccc}\vec{i} & \vec{j} & \vec{k} \\ A_x & 0 & 0 \\ 0 & B_y & 0\end{array}\right|
What is that?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top