answersLogoWhite

0


Best Answer

To find the cross product of two vectors:

If a = [a1, a2, a3] and b = [b1, b2, b3], then

a x b = [a2b3 - a3b2, a3b1 - a1b3, a1b2 - a2b1] or(a2b3 - a3b2)i + (a3b1 - a1b3)j + (a1b2 - a2b1)k

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the cross product of two vectors?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you multiply vectors in 3D?

To multiply two vectors in 3D, you can use the dot product or the cross product. The dot product results in a scalar quantity, while the cross product produces a new vector that is perpendicular to the original two vectors.


Why the cross product of two vectors in plane is directed perpendicular to the plane?

because that is the def. of a cross-product!


What is the product of two vector quantities?

It depends on the type of product used. A dot or scalar product of two vectors will result in a scalar. A cross or vector product of two vectors will result in a vector.


Cross product is?

Cross product is a mathematics term when there is a binary operation on two vectors in three-dimensional space.


Why is magnetic field vector a pseudo vector?

It is the cross product of two vectors. The cross product of two vectors is always a pseudo-vector. This is related to the fact that A x B is not the same as B x A: in the case of the cross product, A x B = - (B x A).


Why the product of two vectors is sometime scalar and sometime vector?

Because there are two different ways of computing the product of two vectors, one of which yields a scalar quantity while the other yields a vector quantity.This isn't a "sometimes" thing: the dot product of two vectors is always scalar, while the cross product of two vectors is always a vector.


What is the algebraic definition of a cross product?

Cross product also known as vector product can best be described as a binary operation on two vectors in a three-dimensional space. The created vector is perpendicular to both of the multiplied vectors.


Is the cross product vector or scalar?

The cross product is a vector. It results in a new vector that is perpendicular to the two original vectors being multiplied.


What is cross in science?

One type of cross is the cross or vector product of a pair of 3D vectors. If there are two unit vectors that are not parallel, their vector product is a vector that is normal to the plane containing the two vectors, so it's a good way to find that plane. In biological science, cross signifies the mating of two genotypes to produce its progeny. It may be among homozygous or heterozygous parents.


What is the difference between scalar and vector products of two vectors?

The scalar product (dot product) of two vectors results in a scalar quantity, representing the magnitude of the projection of one vector onto the other. The vector product (cross product) of two vectors results in a vector quantity that is perpendicular to the plane formed by the two input vectors, with a magnitude equal to the area of the parallelogram they span.


What are different conditions that could make vector product zero?

The vector product (cross product) of two vectors will be zero when the vectors are parallel or antiparallel to each other. This means the vectors are either pointing in the same direction (parallel) or in opposite directions (antiparallel).


Why you use cosine theta with cross product?

Normally you use sine theta with the cross product and cos theta with the vector product, so that the cross product of parallel vectors is zero while the dot product of vectors at right angles is zero.