Vector Calculus

Vector

  • A vector is something that has both magnitude (size) and direction.
  • Example:
    • Velocity → 60 km/h north
    • Force → 10 N upwards
  • We usually write vectors in bold (v\mathbf{v}) or with an arrow on top (v\vec{v}).

Vector (Cross) Product

The vector triple product involves three vectors where one vector is crossed with the cross product of the other two.

Definition

For vectors a, b, and c:a×(b×c)\mathbf{a} \times (\mathbf{b} \times \mathbf{c})Result

  • The result is a vector.
  • It lies in the plane formed by b and c.

Important Identity (BAC–CAB rule)

a×(b×c)=b(ac)c(ab)\mathbf{a} \times (\mathbf{b} \times \mathbf{c}) = \mathbf{b}(\mathbf{a}\cdot\mathbf{c}) – \mathbf{c}(\mathbf{a}\cdot\mathbf{b})Geometric meaning

It represents a vector combination of b and c, scaled by how much a aligns with them.

Scalar

  • A scalar is something that has only magnitude (size), no direction.
  • Example:
    • Temperature → 25°C
    • Mass → 5 kg
    • Speed → 60 km/h (just how fast, not where)

Scalar Triple Product

The scalar triple product is the dot product of one vector with the cross product of the other two.

Definition

a(b×c)\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c})Result

  • The result is a scalar (number).

Geometric meaning

  • It gives the volume of the parallelepiped formed by a, b, and c.
  • If the value is zero, the vectors are coplanar.

Determinant form

\(\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) = \begin{vmatrix} a_x & a_y & a_z \\ b_x & b_y & b_z \\ c_x & c_y & c_z \end{vmatrix}\)

ProductExpressionResultPhysical meaning
Vector triplea × (b × c)VectorDirectional vector in plane of \(b\) and \(c\)
Scalar triplea · (b × c)ScalarVolume of \(3D\) shape

About the author

Admin

View all posts

Leave a Reply

Your email address will not be published. Required fields are marked *