Productos de Vectores

Storyboard

>Model

ID:(495, 0)



Cross Product

Equation

>Top, >Model


El producto cruz se puede definir como una determinante de una matriz cuyas lineas son los versores del sistema \hat{n}=(e_x,e_y,e_z), en la segunda y tercera líneas las coordenadas de los vectores \vec{a}=(a_x,a_y,a_z) y \vec{b}=(b_x,b_y,b_z) por lo que se obtiene un vector

$ \vec{a}\times\vec{b} =( a_y b_z - a_z b_y , a_z b_x - a_x b_z , a_x b_y - a_y b_x )$

ID:(3676, 0)



Point product (2D)

Equation

>Top, >Model


El producto punto en dos dimensiones de los vectores \vec{a}=(a_x,a_y) y \vec{b}=(b_x,b_y) es igual a

$ \vec{a}\cdot\vec{b} = a_x b_x + a_y b_y $

ID:(4577, 0)



Point product (3D)

Equation

>Top, >Model


El producto punto se calcula sumando los productos de las coordenadas de los vectores. Si los vectores son \vec{a}=(a_x,a_y,a_z) y \vec{b}=(b_x,b_y,b_z) el producto punto es:

$ \vec{a}\cdot\vec{b} = a_x b_x + a_y b_y + a_z b_z $

ID:(3673, 0)



Projection with the Product Point

Equation

>Top, >Model


El producto punto se puede expresar en función de las magnitudes de los vectores y del ángulo entre ambos vectores. Si los vectores son \vec{a} y \vec{b}, sus magnitudes \mid\vec{a}\mid y \mid\vec{b}\mid con el angulo \theta el producto punto es:

$ \vec{a}\cdot\vec{b} = \mid\vec{a}\mid \mid\vec{b}\mid \cos \theta $

ID:(3675, 0)



Product Cruz and Angulo

Equation

>Top, >Model


Si se expresa el producto cruz en función del versor \hat{e} ortogonal a los vectores \vec{a} y \vec{b} se tiene que

$ \mid\vec{a}\times\vec{b}\mid = \mid\vec{a}\mid \mid\vec{b}\mid \sin \theta $

donde \theta es el angulo entre ambos vectores.

ID:(3677, 0)



Graphical representation of the cross product

Description

>Top


The cross product generates a vector that is orthogonal to those that generate it and whose magnitude is the multiplication of the magnitudes of each vector and the sine of the angle between them.

The length of the resulting vector corresponds to the area of the parallelepiped formed by the two vectors that generate it:

ID:(4582, 0)