A scalar is fully described by magnitude alone, such as distance, speed, or mass. A vector requires both magnitude and direction, such as displacement, velocity, acceleration, or force. Vectors are written in unit vector notation as the sum of components along each axis: r = A î + B ĵ + C k̂. The magnitude of a vector is found using the Pythagorean theorem across its components. A resultant vector is found by adding components in each direction separately.
- Scalar: Magnitude only; examples include distance and speed.
- Vector: Magnitude and direction; examples include displacement, velocity, and acceleration.
- Unit vector notation: Expresses a vector as A î + B ĵ + C k̂ where î, ĵ, k̂ are unit vectors along x, y, z.
- Resultant vector: The single vector found by adding the components of two or more vectors in each direction.
- Vector magnitude: Calculated as sqrt(Ax^2 + Ay^2 + Az^2) from the vector's components.
Write the displacement vector from point (1, 2) to point (4, 6) in unit vector notation and find its magnitude.
| Quantity | Type | Example |
|---|
| Distance | Scalar | 5 m traveled along a path |
| Displacement | Vector | 3 î + 4 ĵ m |
| Speed | Scalar | 10 m/s |
| Velocity | Vector | 10 î m/s |
| Acceleration | Vector | -9.8 ĵ m/s^2 |