Understanding Vector Products - Mike's Query

  • Context: High School 
  • Thread starter Thread starter mikedamike
  • Start date Start date
  • Tags Tags
    Vector
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
2 replies · 2K views
mikedamike
Messages
28
Reaction score
0
Hi,

i was wondering if anyone could confirm what a vector product is.

|1| |4| |1x4|
|2| X |5| = |2x5|
|3| |6| |3x6|

Im presuming a vector product by multiplying the corresponding elements?

I have problem where i have to 3x1 vectors and i have to find the vector product.

Thanks in advance
Regards
Mike
 
on Phys.org
No, it's not simply componentwise multiplication. Vector product is synonymous with (=means the same thing as) cross product. Google either name for definitions. There are two equivalent definitions. One involves a matrix determinant formula, the other expresses the cross product in terms of the sine of the angle between the vectors.
 
Do you mean the dot product of <1, 2, 3>.<4, 5, 6>? If so no, that is not correct. The dot product of two vectors is a NUMBER, not a vector. <1, 2 3>.<4, 5 6>=1(4)+ 2(5)+ 3(6)= 4+ 10+ 16= 30.

I used the term, "dot product" rather than "vector product" because there are several different products involving vectors- the "scalar product" of a number, x, with a vector, <u, v, w> is the vector, <xu, xv, xw>. The "dot product", which I used above, of a vector <a, b, c> with a vector <u, v, w> is the number au+ bv+ cw. The "cross product (using "x" rather than ".") of a vector <a, b, c> with a vector <u, v, w> is the vector <bw- cv, cu- aw, av- bu>.