Vector Calculus

History of vector calculation:

The vector calculus goes back to H. G. Grassmann and parallel to Hamilton. Grassmann published in 1844 the "Lineale Ausdehnungslehre". As a precursor Descartes and Möbius apply. The Irish mathematician William Rowan Hamilton (1805 - 1865) developed the theory of quaternions, which are considered as precursors of the vectors. The term scalar goes back to Hamilton. 1888 the Italian mathematician Giuseppe Peano (1858-1932) developed an axiomatic definition of a vector space.

Scalar:

Quantities that can be represented by a real number. Examples for scalar values are temperature, mass, ...

Vector:

Vectors, in addition to its value require the specification of a direction. In physics, e.g. Velocity, field strength, ... In general, a vector is not limited to three dimensions. In general it is an n-tuple of real numbers that is often listed as a column vector.

v= ( v1 v2 vn )

Linear Dependence:

Two vectors are called linearly dependent or collinear if one can be converted by multiplication by a scalar in the other. The cross product of collinear vectors disappears.

Orthogonality:

Two vectors are called orthogonal if the dot product of two vectors vanishes. Geometrically, the vectors are perpendicular to each other then that is the angle enclosed by the vectors is 90°.

Unit vector:

Vectors of length 1 are called unit vectors. Each vector can be converted by normalizing into the unit vector by the vector is divided by its length.

Calculation rules for vectors

Multiplication of a vector with a scalar

The multiplication of a vector by a scalar positive λ only changes the length of the vector and not direction. In the multiplication with a negative scalar, the direction of the vector changes in the opposite direction.

λv= ( λv1 λv2 λvn )

For the multiplication of a vector by a scalar λ the distributive law holds.

λ(v+w) = λv+λw

Addition of vectors

Vector-Addition

Vectors are added component by component in Cartesian coordinates. The vector addition is commutative and associative.

Geometrically, the resulting vector can be constructed by shifting one of the vectors in parallel to the endpoint of the other vector. The connection from the starting point of the first vector to the end point of the second vector is the resulting vector of the vector addition.

v+w= ( v1 v2 vn ) + ( w1 w2 wn ) = ( v1+w1 v2+w2 vn+wn )

Subtraction of vectors

Vector-Subtraction

Subtraction of vectors is carried out as by the addition but the components will be subtracted.

Geometrically, the construction similar to the addition only the second vector will be mirrored to the opposite direction.

v-w= ( v1 v2 vn ) - ( w1 w2 wn ) = ( v1-w1 v2-w2 vn-wn )

Dot Product (inner Product, scalar Product) of vectors

Vector-Dot-Product

The scalar product is defined as the product of the components and the sum of these products. The scalar product is not dependent on the sequence (commutative). The name scalar product comes from the fact that the result is a scalar and not a vector.

The scalar product can be interpreted geometrically as the product of the projection of one vector in the direction of the other vector. Physically this means that the product is formed only with the component of the vector that is effective in the direction of the other vector. The scalar product can also be expressed geometrically. φ is the angle enclosed by the vectors.

vw= ( v1 v2 vn ) ( w1 w2 wn ) = v1w1+ v2w2+ + vnwn = i=1n(viwi)

vw= |v||w|cosφ

For the scalar product of the distributive law apply

u(v+w) = uv+uw

and the commutative law

vw = wv

Dot product calculator for vectors with 3 components

vw= ( v1 v2 v3 ) ( w1 w2 w3 )

Input fields for the vector elements:

v1=

w1=

v2=

w2=

v3=

w3=

Length of a vector

The magnitude (amount) of a vector geometrically corresponds to the length of the vector.

|v|= | ( v1 v2 vn ) | = v12+v22++vn2 = i=1nvi2

Calculator for the length (amonut) of a vector with 3 components.

| v | = | ( v1 v2 v3 ) |

Input fields for the vector elements:

v1=

v2=

v3=

Cross Product (outer Product, vector Product) of vectors

Vector-Cross-Product

The vector product is defined in three-dimensional Euclidean vector space.

The result of the vector product is a vector which is perpendicular to the area spanned by the two vectors and whose length corresponds to the area of the parallelogram. The vector product can also be expressed geometrically. φ is the angle enclosed by the vectors and n the vector perpendicular to the surface.

vw= ( v1 v2 v3 ) ( w1 w2 w3 ) = ( v2w3-v3w2 v1w3-v3w1 v1w2-v2w1 )

vw= |v||w|sinφn

The vector product is anti-commutative

vw = -(wv)

Cross Product calculator for vectors with 3 components

vw= ( v1 v2 v3 ) ( w1 w2 w3 )

Input fields for the vector elements:

v1=

w1=

v2=

w2=

v3=

w3=

Multiplication of a vector with a matrix

The product of a matrix with a vector is a linear image. The multiplication is explained if the number of columns of the matrix is equal to the number of elements of the vector. The result is a vector whose number of components equals the number of rows of the matrix. This means that a matrix with 2 rows always maps a vector to a vector with two components.

Av= ( a11a12a1m a21a22a2m an1an2anm ) ( v1 v2 vm ) = ( a11v1+a12v2++a1mvm a21v1+a22v2++a2mvm an1v1+an2v2++anmvm )

Multiple products

Multiple products of vectors are not associative in general. That the general rule is that the order in which the products are carried out is relevant.

In general is:

u(vw)(uv)w

and

u(vw)(uv)w


For the double vector product the development applies:

u(vw)=v(uw)-w(uv)


The scalar triple product (uv)w is equal to the volume of the plane defined by the three vectors parallelepiped. The scalar triple product is positive if the three vectors form a right hand system.


Lagrange's identity:

(mu)(vw)=(mv)(uw)-(uv)(mw)

Geometrical approches

Equation of the line through the two points P0 und P1 given by the vectors r0 und r1:

r=r0+λ(r1-r0)


Distance of two points P0 and P1:

|r1-r0|

More Calculators

Here is a list of of further useful calculators:

Vector calculation Vector addition Vector subtraction Matrix-Vector product Inner product Complex numbers graphical Addition complex numbers graphical Multiplication complex numbers graphical Division complex numbers graphical Power complex numbers graphical