Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2025-09-29 16:14:59
Size: 571
Comment: Note
Revision 5 as of 2026-01-16 03:24:05
Size: 968
Comment: Style error
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
''R^3^'' space is commonly expressed as having the unit vectors ''î'', ''ĵ'', and ''k̂'' which each have a [[Calculus/Distance|distance]] of 1 in the directions of the X, Y, and Z axes respectively. ''R^3^'' space is commonly expressed as having the unit basis vectors ''î'', ''ĵ'', and ''k̂'' in the directions of the X, Y, and Z axes respectively.

Note that the [[Calculus/VectorOperations#Dot_Product|dot products]] of these unit vectors are characterized by:
 * ''i⋅i = j⋅j = k⋅k = 1''
 * ''i⋅j = j⋅k = k⋅i = 0''

Note also that the [[Calculus/VectorOperations#Cross_Product|cross products]] of these unit vectors are characterized by:
 * ''i×i = j×j = k×k = 0''
 * ''i×j = k''
 * ''j×k = i''
 * ''k×i = j''
 * ''j×i = -k''
 * ''k×j = -i''
 * ''i×k = -j''

Unit Vector

A unit vector is a normalized vector, that is to say it has a distance of 1.


Description

A unit vector is a vector with a distance of 1. Any vector can be made into a unit vector, by normalizing it: a⃗/||a⃗||.

R3 space is commonly expressed as having the unit basis vectors î, ĵ, and in the directions of the X, Y, and Z axes respectively.

Note that the dot products of these unit vectors are characterized by:

  • i⋅i = j⋅j = k⋅k = 1

  • i⋅j = j⋅k = k⋅i = 0

Note also that the cross products of these unit vectors are characterized by:

  • i×i = j×j = k×k = 0

  • i×j = k

  • j×k = i

  • k×i = j

  • j×i = -k

  • k×j = -i

  • i×k = -j


CategoryRicottone

Calculus/UnitVector (last edited 2026-01-16 03:24:05 by DominicRicottone)