Vectors/Vector Algebra

From testwiki
Jump to navigation Jump to search
Two vectors are added head to tail.

Vector Algebra Operations

Addition and Subtraction

If 𝐚 and 𝐛 are vectors, then the sum 𝐜=𝐚+𝐛 is also a vector.

The two vectors can also be subtracted from one another to give another vector 𝐝=πšπ›.

Multiplication by a scalar

Multiplicaton by 2 doubles the length of a vector

Multiplication of a vector 𝐛 by a scalar λ has the effect of stretching or shrinking the vector.

You can form a unit vector 𝐛^ that is parallel to 𝐛 by dividing by the length of the vector |𝐛|. Thus,

𝐛^=𝐛|𝐛|.

Scalar product of two vectors

The scalar product depends on the cosine of the angle between two vectors.

The scalar product or inner product or dot product of two vectors is defined as

πšπ›=|𝐚||𝐛|cos(θ)

where θ is the angle between the two vectors (see Figure 2(b)).

If 𝐚 and 𝐛 are perpendicular to each other, θ=π/2 and cos(θ)=0. Therefore, πšπ›=0.

The dot product therefore has the geometric interpretation as the length of the projection of 𝐚 onto the unit vector 𝐛^ when the two vectors are placed so that they start from the same point (tail-to-tail).

The scalar product leads to a scalar quantity and can also be written in component form (with respect to a given basis) as

πšπ›=a1b1+a2b2+a3b3=i=1..3aibi.

If the vector is n dimensional, the dot product is written as

πšπ›=i=1..naibi.

Using the Einstein summation convention, we can also write the scalar product as

πšπ›=aibi.

Also notice that the following also hold for the scalar product

  1. πšπ›=π›πš (commutative law).
  2. 𝐚(𝐛+𝐜)=πšπ›+𝐚𝐜 (distributive law).

Vector product of two vectors

The area of the parallelogram generated by two vectors is the length of their cross product

The vector product (or cross product) of two vectors 𝐚 and 𝐛 is another vector 𝐜 defined as

𝐜=𝐚×𝐛=|𝐚||𝐛|sin(θ)𝐜^

where θ is the angle between 𝐚 and 𝐛, and 𝐜^ is a unit vector perpendicular to the plane containing 𝐚 and 𝐛 in the right-handed sense.

In terms of the orthonormal basis (𝐞1,𝐞2,𝐞3), the cross product can be written in the form of a determinant

𝐚×𝐛=|𝐞1𝐞2𝐞3a1a2a3b1b2b3|.

In index notation, the cross product can be written as

𝐚×𝐛eijkajbk.

where eijk is the Levi-Civita symbol (also called the permutation symbol, alternating tensor).

Identities from Vector Algebra

Some useful vector identities are given below.

  1. 𝐚×𝐛=𝐛×𝐚.
  2. 𝐚×𝐛+𝐜=𝐚×𝐛+𝐚×𝐜.
  3. 𝐚×(𝐛×𝐜)=𝐛(𝐚𝐜)𝐜(πšπ›)
  4. (𝐚×𝐛)×𝐜=𝐛(𝐚𝐜)𝐚(π›πœ)
  5. 𝐚×𝐚=𝟎
  6. 𝐚(𝐚×𝐛)=𝐛(𝐚×𝐛)=𝟎
  7. (𝐚×𝐛)𝐜=𝐚(𝐛×𝐜)

For more details on the topics of this chapter, see Vectors in the wikibook on Calculus.

Template:Chapter navigation Template:Bookcat