What is the purpose of cross multiplication in vector multiplication?

In summary, the cross product of two vectors results in a new vector that is orthogonal to the initial vectors and has a magnitude proportional to the sine of the angle between them. This is important in understanding charges moving in a magnetic field and has various applications in physics and computer graphics. It is worth exploring its geometric properties and uses in linear algebra.
  • #1
hani14
2
2
Hi,
what does it mean to cross multiply two vectors? I couldn't imagine them in real life.

eg Force vector.

Multiplying Force vector to a scalar value means you multiple the 'Strength' of the force,
Dot multiplication of Force with displacement to get work, means you get the work in direction of force.

but what about cross multiplication?

Thank you!
 
Mathematics news on Phys.org
  • #2
It leads to a vector orthogonal to both initial vectors, with a magnitude proportional to the magnitude of the individual vectors, and proportional to the sine of the angle between them.

This vector is important for charges moving in a magnetic field, for example. Why? Well, this is just the world we live in.
 
  • #3
As @mfb says the vector cross-product creates a vector that is orthogonal to both initial vectors and geometrically its magnitude is the area of the parallelogram made by the two initial vectors.

Given ##C = A \times B## then ##|C| = |A| * |B| * sin(\theta)##

which you can interpret ##|A|## as the base of a parallelogram and ##|B|sin(\theta)## as the height of the parallelogram.

If ##A \times B## evaluates to zero then you can conclude that A is parallel to B ie the ##sin(\theta) = 0## meaning that the angle between them is 0 or 180 degrees.

Here's more on the vector cross product which is used extensively in physics and computer graphics:

https://en.wikipedia.org/wiki/Cross_product

It would be worth your while to understand its geometric properties and uses in science and math. There is a great set of videos on linear algebra that can strengthen your geometric understanding of the cross product and other vector / linear algebra principles:

 

1. What is the definition of vector multiplication?

Vector multiplication is a mathematical operation performed on two vectors that results in a new vector. There are two types of vector multiplication: the dot product and the cross product.

2. What is the purpose of multiplying vectors?

Multiplying vectors allows us to combine two vectors to find a new vector that represents a combination of their magnitudes and directions. This is useful in many fields, including physics, engineering, and computer graphics.

3. How is the dot product of two vectors calculated?

The dot product is calculated by multiplying the corresponding components of the two vectors and then adding them together. This can also be represented as the product of the magnitudes of the vectors and the cosine of the angle between them.

4. How is the cross product of two vectors calculated?

The cross product is calculated by taking the product of the magnitudes of the two vectors, multiplying them by the sine of the angle between them, and then finding the direction of the resulting vector using the right-hand rule.

5. What are some real-world applications of vector multiplication?

Vector multiplication is used in many fields, such as calculating torque in physics, finding the direction of magnetic fields in engineering, and creating 3D graphics in computer science. It is also used in navigation, robotics, and many other areas of science and technology.

Similar threads

Replies
3
Views
263
Replies
14
Views
1K
Replies
3
Views
716
  • General Math
Replies
1
Views
700
Replies
9
Views
7K
  • Precalculus Mathematics Homework Help
Replies
5
Views
571
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • General Math
Replies
11
Views
1K
Replies
10
Views
721
Back
Top