Key Ideas
1Scalar Quantity. A quantity fully described by magnitude alone, with no direction, like mass, temperature, or time.
2Vector Quantity. A quantity described by both magnitude AND direction, like displacement, velocity, or force.
3Vector Notation. Often written as an arrow over a symbol, or in component form like (x,y) for a 2D vector.
4Vector Addition. Vectors add component-wise: (a,b) + (c,d) = (a+c, b+d); graphically, vectors add 'tip to tail'.
5Magnitude of a Vector. For a vector (x,y), magnitude = sqrt(x^2+y^2), using the Pythagorean theorem.