Orthogonal basis and orthonormal basis

We say that B={u,v} is an orthogonal basis if the vectors that form it are perpendicular. In other words, u and v form an angle of 90.

Example

u=(3,0), v=(0,2) form an orthogonal basis since the scalar product between them is zero and this a sufficient condition to be perpendicular: uv=30+0(2)=0

We say that B={u,v} is an orthonormal basis if the vectors that form it are perpendicular and they have length 1. Namely, u and v form an angle of 90 and |u|=1, |v|=1.

Example

u=(1,0), v=(0,1) form an orthonormal basis since the vectors are perpendicular (its scalar product is zero) and both vectors have length 1.

Perpendicular: uv=10+0(1)=0.

Unitary vectors (length 1): |u|=12+02=1=1, |v|=02+(1)2=1=1.