Definition:Engineering Notation
![]() | This page has been identified as a candidate for refactoring of advanced complexity. In particular: Revisit this. Determine any sources for the terminology, and consider whether this can be merged with Definition:Standard Ordered Basis and/or Definition:Component of Vector. There are a number of similar ideas, all of which need to be brought together under the one concept: that a vector defined as a Definition:Magnitude and Definition:Direction is the same thing as a vector defined as a tuple of components. Until this has been finished, please leave {{Refactor}} in the code.
New contributors: Refactoring is a task which is expected to be undertaken by experienced editors only. Because of the underlying complexity of the work needed, it is recommended that you do not embark on a refactoring task until you have become familiar with the structural nature of pages of $\mathsf{Pr} \infty \mathsf{fWiki}$.To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{Refactor}} from the code. |
Definition
Euclidean 2-space
Define the ordered 2-tuples:
\(\ds \mathbf i\) | \(=\) | \(\ds \tuple {1, 0}\) | ||||||||||||
\(\ds \mathbf j\) | \(=\) | \(\ds \tuple {0, 1}\) |
From Standard Ordered Basis is Basis, we have that any vector in $\R^2$ can be represented by:
- $c_1 \mathbf i + c_2 \mathbf j$
where $c_1, c_2 \in \R$.
This way of presenting vectors is called engineering notation.
Euclidean 3-space
Define the ordered 3-tuples:
\(\ds \mathbf i\) | \(=\) | \(\ds \tuple {1, 0, 0}\) | ||||||||||||
\(\ds \mathbf j\) | \(=\) | \(\ds \tuple {0, 1, 0}\) | ||||||||||||
\(\ds \mathbf k\) | \(=\) | \(\ds \tuple {0, 0, 1}\) |
By the same logic as the above definition, we can write any vector in $\R^3$ as:
- $c_1 \mathbf i + c_2 \mathbf j + c_3 \mathbf k$
where $c_1, c_2, c_3 \in \R$.
Note that $\mathbf i$ and $\mathbf j$ take on a different meaning in $3$-space than in $2$-space.
Euclidean $n$-space
In higher dimensions, rather than writing $\mathbf l, \mathbf m, \mathbf n$, and so on, the convention is to use:
\(\ds \mathbf e_1\) | \(=\) | \(\ds \tuple {1, 0, 0, \ldots, 0, 0}\) | ||||||||||||
\(\ds \mathbf e_2\) | \(=\) | \(\ds \tuple {0, 1, 0, \ldots, 0, 0}\) | ||||||||||||
\(\ds \) | \(\vdots\) | \(\ds \) | ||||||||||||
\(\ds \mathbf e_n\) | \(=\) | \(\ds \tuple {0, 0, 0, \ldots, 0, 1}\) |
Then any vector in $\R^n$ can be expressed as:
- $c_1 \mathbf e_1 + c_2 \mathbf e_2 + \cdots + c_n \mathbf e_n$
where $c_1, c_2, \cdots, c_n \in \R$.
This convention is also frequently seen for $2$-space and $3$-space.
Also denoted as
Particularly in hand-written material, it is common to put a circumflex above the letters, as is common to do with other unit vectors:
- $\hat \imath, \hat \jmath, \hat k$
With such a notation, they may be referred to as $i$-hat, $j$-hat, and $k$-hat.
The "hat" can be used as a diacritic in addition to or instead of the dots above the letters $i$ and $j$.
Sources
- For a video presentation of the contents of this page, visit the Khan Academy.