BASIC PHYSICS Scalar and Vector Quantites.
SCALARS
Scalar quantities have only magnitude, e.g. time, distance, speed.
VECTORS
Vectors alternatively have magnitude and a direction, e.g. displacement, speed and acceleration
( the first two of these being the vector equivelents of distance and speed). There are a number of different
ways of writing vectors including
- Giving a angle and magnitude, e.g. a displacement might be 5 m at 53.10 to magnetic north.
- By reference to a grid system, with i being unit horizontal, and j unit vertical, so for instance
the above example would become the equation 5i + 3j. The magnitude of a vector, xi+yj, is equal to
SQR(x2+y2). If the vector is V, its magnitude is called |V|.
Notes:
- Multiplying two vectors results in a scaler which is equal to the product of their two magnitudes and the Cosine of the anle between them.
where A,B are two vectors A * B = |A|*|B| * Cos( &theta);
- As Cos(90)=0, the product of different unit vectors is always zero.
Rob Coles 06 April 1996 11:53:20