The "norm" of a vector, || v ||, has been defined:

    (1) as the vector's length
    
    (2)  as the square root of the sums of the squares of the vector's elements, that is:

             ((v_1)^2 + (v_2)^2 + ... + (v_n)^2)^(1/2)

We have also seen two formulas for the dot product:

    (1) u . v = || u || || v || cos θ
    
    (2) u . v = u_1v_1+ u_2v_2+ ... + u_nv_n
    
In both cases, I believe that formulas (1) are the fundamental ones, and that formulas (2) are simply how the relationships of the vectors' coordinate elements work out when the vectors are expressed in the standard basis (or, perhaps, in any orthogonal or orthonormal basis.)

The "coordinate based" formulas for the norm and dot products (and perhaps other similar formulas we have been using) and intended for use with coordinate vectors expressed in the Standard Basis, and not any arbitrary basis.

[Graphics:HTMLFiles/OrthoBasis_9.gif]

[Graphics:HTMLFiles/OrthoBasis_11.gif]

Angle between the vectors: (1/2)π

Norms in Standard Basis: 1 and 1

Norms in Defined Basis: 2/3^(1/2)  and 2/3^(1/2)

Dot product in Standard Basis: 0

Dot product in Defined Basis: 2/3


Created by Mathematica  (August 6, 2007) Valid XHTML 1.1!