[Math] The difference between Orthonormal Basis and the Standard Basis

inner-productslinear algebraorthogonality

I am pretty confused about the relation and the difference between these two concepts.
At first glance, when I hear: Orthonormal basis I instantly relates it to the standard basis – but I'm not sure about this relation.

Firstly, if these two concepts were the same – why have they got different names?
Secondly, I have a sneaking suspicion that these are fundamentally different concepts – where one is mentioned when we concern about an inner product space and the other one (standard basis) is relevant when we represent column vectors over a field.

Nevertheless, I have no satisfying explanation to myself about what is the intrinsic difference between the both concepts.

So, can someone clarify this intrinsic difference between the concepts?

Best Answer

Let's concentrate on the reals, in fact on $\Bbb R^3$. The vectors are column vectors containing three real numbers. Because $0$ and $1$ are special real numbers, it turns out to be really nice to work with vectors that are mostly zeroes. So $$ e_1 = \pmatrix{1\\0\\0}, e_2 = \pmatrix{0\\1\\0}, e_3 = \pmatrix{0\\0\\1}, $$ which turns out to be a basis for 3-space, are a really nice set. They come up a lot, so they get a name: "The standard basis". This generalizes to $\Bbb R^n$, and I'm pretty sure you understand the pattern.

As it happens, when we use the "standard inner product" on $\Bbb R^n$, these vectors turn out to all have length one, and be mutually perpendicular. Those two properties also come up a lot, so we give them a name: we say the basis is an "orthonormal" basis.

So at this point, you see that the standard basis, with respect to the standard inner product, is in fact an orthonormal basis.

But not every orthonormal basis is the standard basis (even using the standard inner product). For instance, in $\Bbb R^2$, for any value you pick for $t$, the vectors $$ v_1 = \pmatrix{\cos t \\ \sin t} , v_2 = \pmatrix{\sin t\\ \cos t} $$ are an orthonormal basis as well. (They're just the standard basis rotated counterclockwise by an angle $t$.)

The phrase "orthonormal basis" is always qualified with "with respect to ..." or "under ...", and then an inner product gets named. Well ... not always. Sometimes we're in the middle of talking about some inner product, and it's implicit. But a basis that's orthonormal with respect to one inner product may not be orthonormal with respect to another. Consider, on $\Bbb R^2$, the inner product defined by $$ \langle \pmatrix{a\\b} , \pmatrix{c\\d} \rangle = ac + 2bd. $$ Under this inner product, the vector $e_2$ has length $4$, so $\{e_1, e_2 \}$ is not an orthonomal basis with respect to this (peculiar) inner product.

Related Question