The dot product of vectors is an important tool. It makes it possible to find the length of a vector, by multiplying the vector by itself and taking the square root. It is also used to check if two vectors are orthogonal: if their dot product is zero, they are. In this subsection, the dot product is defined for complex vectors and functions.
The usual dot product of two vectors
and
can be
found by multiplying components with the same index
together and
summing that:
Note the use of numeric subscripts,
,
, and
rather
than
,
, and
; it means the same thing. Numeric
subscripts allow the three term sum above to be written more compactly
as:
The length of a vector
, indicated by
or simply by
, is normally computed as
Therefore, it is necessary to use a generalized “inner product” for complex vectors, which puts a complex
conjugate on the first vector:
![]() |
(1.7) |
The length of a nonzero vector is now always a positive number:
![]() |
(1.8) |
Physicists take the inner product “bracket” verbally
apart as
The inner product of functions is defined in exactly the same way as for
vectors, by multiplying values at the same
position together and
summing. But since there are infinitely many
-values, the sum
becomes an integral:
![]() |
(1.9) |
The equivalent of the length of a vector is in case of a function
called its “norm:”
![]() |
(1.10) |
A vector or function is called “normalized” if its length or norm is one:
| (1.11) |
Two vectors, or two functions,
and
are by definition orthogonal if their inner product is zero:
| (1.12) |
Sets of vectors or functions that are all
So, a set of functions or vectors
is orthonormal if
Key Points
![]()
- For complex vectors and functions, the normal dot product becomes the inner product.
![]()
- To take an inner product of vectors, (1) take complex conjugates of the components of the first vector; (2) multiply corresponding components of the two vectors together; and (3) sum these products.
![]()
- To take an inner product of functions, (1) take the complex conjugate of the first function; (2) multiply the two functions; and (3) integrate the product function. The real difference from vectors is integration instead of summation.
![]()
- To find the length of a vector, take the inner product of the vector with itself, and then a square root.
![]()
- To find the norm of a function, take the inner product of the function with itself, and then a square root.
![]()
- A pair of functions, or a pair of vectors, are orthogonal if their inner product is zero.
![]()
- A set of functions, or a set of vectors, form an orthonormal set if every one is orthogonal to all the rest, and every one is of unit norm or length.
1.3 Review Questions
- 1
- Find the following inner product of the two vectors:
![]()
- 2
- Find the length of the vector
![]()
- 3
- Find the inner product of the functions
and
on the interval
. Answer
- 4
- Show that the functions
and
are orthogonal on the interval
. Answer
- 5
- Verify that
is not a normalized function on the interval
, and normalize it by dividing by its norm. Answer
- 6
- Verify that the most general multiple of
that is normalized on the interval
is
where
is any arbitrary real number. So, using the Euler formula, the following multiples of
are all normalized:
, (for
),
, (for
), and
, (for
). Answer
- 7
- Show that the functions
and
are an orthonormal set on the interval
. Answer