Why do we use ijk for vectors

Content on WhatAnswers is provided "as is" for informational purposes. While we strive for accuracy, we make no guarantees. Content is AI-assisted and should not be used as professional advice.

Last updated: April 8, 2026

Quick Answer: The notation i, j, k for unit vectors in three-dimensional space originated in the 19th century with William Rowan Hamilton's quaternion algebra (1843). It represents the standard basis vectors along the x, y, and z axes respectively: i = (1,0,0), j = (0,1,0), k = (0,0,1). This notation became widely adopted in physics and engineering by the early 20th century, particularly through the work of Oliver Heaviside and Josiah Willard Gibbs in vector calculus.

Key Facts

Overview

The i, j, k notation for vectors has its origins in 19th-century mathematics, specifically in the work of Irish mathematician William Rowan Hamilton (1805-1865). In 1843, Hamilton developed quaternion algebra, a four-dimensional number system that extended complex numbers. He used i, j, k to represent the three imaginary units of quaternions, with i² = j² = k² = ijk = -1. These symbols were later adapted to represent the standard basis vectors in three-dimensional Euclidean space. The notation gained prominence through the work of physicists and mathematicians like Oliver Heaviside (1850-1925) and Josiah Willard Gibbs (1839-1903), who developed modern vector calculus in the 1880s. By the early 20th century, this notation had become standard in physics and engineering textbooks worldwide, replacing earlier notations like using arrows or bold letters without standardized symbols.

How It Works

The i, j, k notation provides a concise way to represent vectors in three-dimensional Cartesian coordinates. Each letter represents a unit vector pointing along one of the coordinate axes: i points along the positive x-axis (1,0,0), j along the positive y-axis (0,1,0), and k along the positive z-axis (0,0,1). Any vector in three-dimensional space can be expressed as a linear combination of these basis vectors. For example, a vector v = (3, -2, 5) would be written as v = 3i - 2j + 5k. This notation simplifies vector operations: addition becomes component-wise addition of coefficients, scalar multiplication distributes to each component, and dot products can be calculated using the orthonormal properties (i·i = j·j = k·k = 1, i·j = j·k = k·i = 0). The cross product follows specific rules: i×j = k, j×k = i, k×i = j, with anti-commutativity (j×i = -k, etc.).

Why It Matters

The i, j, k notation matters because it provides a standardized, efficient language for describing three-dimensional quantities in physics, engineering, and computer graphics. In physics, it's essential for describing forces, velocities, and electromagnetic fields. In engineering, it's used in structural analysis, fluid dynamics, and robotics. The notation's compact form reduces errors in calculations and improves communication among professionals. Its historical connection to quaternions remains relevant in computer graphics and aerospace engineering, where quaternions are used for 3D rotations. The notation's widespread adoption has created a common mathematical vocabulary that transcends disciplines, enabling precise description of spatial relationships and directional quantities in countless real-world applications from bridge design to video game development.

Sources

  1. Wikipedia - QuaternionCC-BY-SA-4.0
  2. Wikipedia - VectorCC-BY-SA-4.0
  3. Wikipedia - William Rowan HamiltonCC-BY-SA-4.0

Missing an answer?

Suggest a question and we'll generate an answer for it.