In mathematics and physics, vectors are quantities that have both magnitude and direction. Three common types of vectors are:
### 1. **Position Vector**
- **Definition**: A position vector represents the position of a point relative to a chosen reference origin. It's expressed as a coordinate in space, usually in 2D or 3D.
- **Example**: If a point in space has coordinates (x, y, z), the position vector **r** is written as **r = xi + yj + zk**, where **i**, **j**, and **k** are unit vectors along the x, y, and z axes respectively.
### 2. **Velocity Vector**
- **Definition**: A velocity vector shows the rate of change of an object's position with respect to time. It indicates both the speed of the object and the direction in which it is moving.
- **Example**: If an object moves at a speed of 10 m/s to the east, the velocity vector would point eastward with a magnitude of 10 m/s.
### 3. **Force Vector**
- **Definition**: A force vector represents the magnitude and direction of a force acting on an object. In physics, forces are typically depicted as vectors because they have both magnitude (strength of the force) and direction.
- **Example**: If a force of 20 N is applied upward on an object, the force vector will point upward with a magnitude of 20 N.
Each of these vectors plays a key role in various fields like physics, engineering, and computer science.