How can vectors be represented?

1 Answer
Mar 2, 2015

A vector #vecv# can be represented as a pointed arrow drawn in space:

enter image source here

The length of the arrow (relative to some kind of reference or scale) represents the relative magnitude of the vector while the arrow head gives us the direction in which the vector operates.

Another way to represent a vector is by giving its components .
Basically, in space, you choose three unit vectors ( of magnitude #1# and directions the positive ones of the #x,y and z# axes) indicated as #veci, vecj and veck# and then you do a linear combination of these three unit vectors using three components (=numbers such as #5,4 and 6#).

enter image source here

For example, #vecu=5veci+4vecj+6veck#

enter image source here

Basically you can think of it as a recipe of a cake where #veci, vecj and veck# are the ingredients:
To "make" vector #vecu# you need to mix (=combine linearly):
5 units of ingredient #veci#;
4 units of ingredient #vecj#;
6 units of ingredient #veck#.