The logic behind the cross product with units

Click For Summary
SUMMARY

The cross product of two vectors in R^3, such as v_1 = (1,2,3)m and v_2 = (3,4,5)m, represents the area of the parallelogram defined by these vectors. While the resulting vector from the cross product has a dimension of m^2, indicating an area, it is still considered to exist in a three-dimensional space. The confusion arises from the interpretation of units, as the cross product inherently involves multiplication of the vector components, leading to square units. The cross product can also be understood as a vector normal to the surface defined by the two vectors, with its length representing the differential of surface area.

PREREQUISITES
  • Understanding of vector mathematics in R^3
  • Familiarity with the concept of cross product
  • Knowledge of units and dimensional analysis
  • Basic principles of vector calculus
NEXT STEPS
  • Study the properties of the cross product in vector algebra
  • Learn about the geometric interpretation of the cross product
  • Explore applications of cross products in physics, particularly in torque and angular momentum
  • Investigate the relationship between cross products and surface area in vector calculus
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who seek to deepen their understanding of vector operations and their applications in three-dimensional space.

ManDay
Messages
157
Reaction score
1
The cross product equals to the area of the parallelogram defined by the two vectors (at least in R^3). So if working on vectors which units

v_1 = (1,2,3)m
v_2 = (3,4,5)m

it correctly returns the according area. However, if used to get a vector perpendicular to each of the vectors the resulting vectors has the unit m^2.

How does this fit together? Whats the term for the "dimension" of this vector anyway, since it's actual dimension is 3 (am I mistaken here?) as in the field of R^3.

Thanks for your help, PF
 
Physics news on Phys.org
ManDay said:
The cross product equals to the area of the parallelogram defined by the two vectors (at least in R^3). So if working on vectors which units

v_1 = (1,2,3)m
v_2 = (3,4,5)m

it correctly returns the according area. However, if used to get a vector perpendicular to each of the vectors the resulting vectors has the unit m^2.

How does this fit together? Whats the term for the "dimension" of this vector anyway, since it's actual dimension is 3 (am I mistaken here?) as in the field of R^3.

Thanks for your help, PF
I'm not clear what your question is. Yes, v_1, v_2, and their cross product all have dimension 3. But I don't know what you mean by "the term for the dimension".

If the "m" on v_1 and v_2 means "meters" and denotes that the components are in meters, yes, their cross product will have units of m^2, an area. General vectors, of course, either don't have units, or if in a specific application, units appropriate to that application. In that case the cross product of two vectors will have "square units" since it is a multiplication- just as the dot product of two such vectors will have "square units".

Yes, you can think of the cross product of two vectors as representing an area: here the area "between" the two vectors. In fact, if you are given a surface represented by a vector equation, [itex]\vec{r}= f(u,v)\vec{i}+ g(u,v)\vec{j}+ h(u,v)\vec{k}[/itex] with the two parameters u and v, then the derivatives with respect to u and v, [itex]\vec{r}_u= f_u(u,v)\vec{i}+ g_u(u,v)\vec{j}+ h_u(u,v)\vec{k}[/itex] and [itex]\vec{r}_v= f_v(u,v)\vec{i}+ g_v(u,v)\vec{j}+ h_v(u,v)\vec{k}[/itex] are vectors tangent to the surface and their cross product is a vector normal to the surface and its length is the "differential of surface area".
 

Similar threads

Replies
5
Views
5K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K