Okay, I must admit that I am lost on how to do this. I have looked up videos and tutorials about this, and they helped a little. The main thing is that my professor asked for us to solve this without using the "determinant method." I have just started linear algebra, so I am still trying to understand determinants and the like. I am just wondering how it is possible to prove the cross product of two vectors with another method? Any help would be great!
Prove the following without using the determinant method:
$A \times B = (A_yB_z - B_yA_z)\hat{i} - (A_xB_z - B_xA_z)\hat{j} + (A_xB_y - B_xA_y)\hat{k}$
The proof can be given using the distributive property of the cross product and the fact that $c(v\times w) = (cv)\times w = v\times (cw)$ for vectors $v$ and $w$ and a scalar $c$: $$ A\times B = (A_x \hat i + A_y \hat j + A_z \hat k)\times (B_x \hat i + B_y \hat j + B_z \hat k)\\ = A_xB_x(\hat i\times\hat i)+A_xB_y(\hat i\times \hat j)+A_xB_z(\hat i\times \hat k)\\ + A_yB_x(\hat j\times\hat i)+A_yB_y(\hat j\times \hat j)+A_yB_z(\hat j\times \hat k)\\ + A_zB_x(\hat k\times\hat i)+A_zB_y(\hat k\times \hat j)+A_zB_z(\hat k\times \hat k)\\ $$ Now we only need to use the obvious properties of $\hat i$,$\hat j$ and $\hat k$: $$ (\hat i\times\hat i) = (\hat j\times \hat j) = (\hat k\times \hat k) = 0 \\ (\hat i\times \hat j) = \hat k,\;(\hat j\times \hat k) = \hat i,\;(\hat k\times \hat i) = \hat j\\ (\hat j\times \hat i) = -\hat k,\;(\hat k\times \hat j) = -\hat i,\;(\hat i\times \hat k) = -\hat j\\ $$