Scalars and Vectors
In physics, we often deal with physical quantities. These quantities can be broadly classified into two types based on their nature: scalars and vectors. Understanding the distinction between them is fundamental to grasping various concepts in mechanics and beyond.
Scalars
A scalar quantity is a physical quantity that is completely described by its magnitude alone. Magnitude refers to the numerical value along with its unit. Scalars do not have any direction associated with them. When you state the value of a scalar quantity, you have completely defined it.
Examples of scalar quantities include:
- Mass: An object's mass is a measure of the amount of matter it contains. For instance, a person's mass might be 60 kg. This value (60 kg) fully describes the mass.
- Temperature: The temperature of a room can be 25 degrees Celsius. The direction is irrelevant here.
- Speed: The speed of a car is how fast it is moving. A car traveling at 60 km/h is a scalar description.
- Distance: The total path length covered by an object. If you walk 5 km, that's a scalar quantity.
- Time: A duration of 10 seconds is a scalar quantity.
- Energy: The energy possessed by a system, measured in Joules.
- Work: The energy transferred when a force moves an object.
- Density: Mass per unit volume.
Scalar quantities obey the ordinary laws of algebra, such as addition, subtraction, multiplication, and division. For example, if you have two masses, $m_1$ and $m_2$, the total mass is simply $m_1 + m_2$.
Vectors
A vector quantity is a physical quantity that requires both magnitude and direction for its complete description. Simply stating the numerical value is not enough; the direction in which the quantity acts is also crucial.
Examples of vector quantities include:
- Displacement: A change in position. If you move 5 km north, both the magnitude (5 km) and the direction (north) are essential.
- Velocity: The rate of change of displacement. A car traveling at 60 km/h due east has both speed (60 km/h) and direction (east).
- Force: A push or pull on an object. A force of 10 Newtons applied downwards is different from 10 Newtons applied upwards.
- Acceleration: The rate of change of velocity.
- Momentum: The product of mass and velocity.
- Weight: The force of gravity acting on an object, always directed downwards towards the center of the Earth.
Vectors are typically represented graphically by an arrow. The length of the arrow represents the magnitude of the vector, and the direction of the arrow indicates the direction of the vector. Mathematically, vectors are often denoted by bold letters (e.g., **v**, **F**) or by an arrow above the letter (e.g., $\vec{v}$, $\vec{F}$).
Representation of Vectors
A vector can be represented in several ways:
- Graphical Representation: An arrow where length signifies magnitude and arrowhead points in the direction.
- Component Form: A vector can be broken down into its components along the coordinate axes (e.g., x, y, z). In two dimensions, a vector **A** can be written as $\mathbf{A} = A_x \hat{i} + A_y \hat{j}$, where $A_x$ and $A_y$ are the scalar components along the x and y axes, respectively, and $\hat{i}$ and $\hat{j}$ are unit vectors along the x and y axes.
Unit Vector
A unit vector is a vector of unit magnitude (i.e., magnitude equal to 1). Unit vectors are used to indicate direction. They do not change the magnitude of a vector when multiplied but define its orientation.
A unit vector $\hat{u}$ in the direction of a non-zero vector **A** is given by:
$\hat{u} = \frac{\mathbf{A}}{|\mathbf{A}|}$
Here, $|\mathbf{A}|$ represents the magnitude of vector **A**.
In a Cartesian coordinate system, the standard unit vectors are:
- $\hat{i}$: A unit vector along the positive x-axis.
- $\hat{j}$: A unit vector along the positive y-axis.
- $\hat{k}$: A unit vector along the positive z-axis.
These unit vectors are mutually perpendicular. Any vector **A** in 3D space can be expressed in terms of its components and these unit vectors:
$\mathbf{A} = A_x \hat{i} + A_y \hat{j} + A_z \hat{k}$
The magnitude of vector **A** is then given by:
$|\mathbf{A}| = \sqrt{A_x^2 + A_y^2 + A_z^2}$
Vector Addition and Subtraction
When dealing with physical situations involving multiple forces, velocities, or displacements, we often need to combine vectors. This combination is achieved through vector addition. Vector subtraction is simply a special case of addition, where we add the negative of a vector.
Vector Addition
Vector addition is not the same as scalar addition because direction is involved. If two forces act on an object, the net force (resultant force) depends on both the magnitudes and directions of the individual forces.
There are two primary methods for vector addition:
1. Graphical Method (Triangle Law and Parallelogram Law)
Triangle Law of Vector Addition: If two vectors are represented by two sides of a triangle taken in the same order (both magnitude and direction), then their resultant vector is represented by the third side of the triangle taken in the opposite order.
Consider two vectors **A** and **B**. To add them, we place the tail of vector **B** at the head of vector **A**. The resultant vector **R** = **A** + **B** is the vector drawn from the tail of **A** to the head of **B**.
Parallelogram Law of Vector Addition: If two vectors are represented by two adjacent sides of a parallelogram originating from the same point, then their resultant vector is represented by the diagonal of the parallelogram passing through that point.
If **A** and **B** are two vectors starting from the same point O, and they form two adjacent sides of a parallelogram OACB, then the diagonal OC represents the resultant vector **R** = **A** + **B**.
Magnitude of Resultant: Using the parallelogram law and trigonometry, the magnitude of the resultant vector **R** can be found using the law of cosines. If $\theta$ is the angle between vectors **A** and **B**:
$R = |\mathbf{R}| = \sqrt{|\mathbf{A}|^2 + |\mathbf{B}|^2 + 2|\mathbf{A}||\mathbf{B}|\cos\theta}$
Direction of Resultant: The direction of the resultant vector **R** is usually specified by the angle $\alpha$ it makes with one of the vectors (e.g., **A**).
$\tan\alpha = \frac{|\mathbf{B}|\sin\theta}{|\mathbf{A}| + |\mathbf{B}|\cos\theta}$
2. Component Method
This method is often more practical, especially for adding multiple vectors or when dealing with vectors in a coordinate system.
Let vector **A** = $A_x \hat{i} + A_y \hat{j}$ and vector **B** = $B_x \hat{i} + B_y \hat{j}$.
The resultant vector **R** = **A** + **B** is found by adding the corresponding components:
$\mathbf{R} = (A_x + B_x) \hat{i} + (A_y + B_y) \hat{j}$
The magnitude of **R** is then:
$|\mathbf{R}| = \sqrt{(A_x + B_x)^2 + (A_y + B_y)^2}$
This method extends easily to three dimensions:
If **A** = $A_x \hat{i} + A_y \hat{j} + A_z \hat{k}$ and **B** = $B_x \hat{i} + B_y \hat{j} + B_z \hat{k}$, then
$\mathbf{R} = (A_x + B_x) \hat{i} + (A_y + B_y) \hat{j} + (A_z + B_z) \hat{k}$
$|\mathbf{R}| = \sqrt{(A_x + B_x)^2 + (A_y + B_y)^2 + (A_z + B_z)^2}$
Vector Subtraction
Subtracting vector **B** from vector **A** is equivalent to adding the negative of vector **B** to vector **A**. That is, **A** - **B** = **A** + (-**B**).
The negative of a vector (-**B**) has the same magnitude as **B** but points in the opposite direction.
1. Graphical Method
To find **A** - **B**, we can place the tail of -**B** at the head of **A**. The resultant vector is drawn from the tail of **A** to the head of -**B**. Alternatively, using the parallelogram law, the diagonal connecting the tails of **A** and **B** represents **A** - **B** (if drawn from the head of **B** to the head of **A**).
2. Component Method
If **A** = $A_x \hat{i} + A_y \hat{j}$ and **B** = $B_x \hat{i} + B_y \hat{j}$, then
**A** - **B** = $(A_x - B_x) \hat{i} + (A_y - B_y) \hat{j}$
Similarly, for 3D vectors:
**A** - **B** = $(A_x - B_x) \hat{i} + (A_y - B_y) \hat{j} + (A_z - B_z) \hat{k}$
Example:
Suppose a particle undergoes two displacements: $\mathbf{d}_1 = (3 \hat{i} + 4 \hat{j})$ meters $\mathbf{d}_2 = (5 \hat{i} - 2 \hat{j})$ meters
Find the total displacement and its magnitude.
Total displacement $\mathbf{D} = \mathbf{d}_1 + \mathbf{d}_2$ $\mathbf{D} = (3 \hat{i} + 4 \hat{j}) + (5 \hat{i} - 2 \hat{j})$ $\mathbf{D} = (3+5) \hat{i} + (4-2) \hat{j}$ $\mathbf{D} = (8 \hat{i} + 2 \hat{j})$ meters
Magnitude of total displacement: $|\mathbf{D}| = \sqrt{8^2 + 2^2} = \sqrt{64 + 4} = \sqrt{68} \approx 8.25$ meters
Scalar and Vector Products
In vector algebra, we define two types of products between vectors: the scalar product (also known as the dot product) and the vector product (also known as the cross product). These products are fundamental tools for calculating quantities like work, torque, and magnetic force.
Scalar Product (Dot Product)
The scalar product of two vectors **A** and **B**, denoted by **A** $\cdot$ **B**, results in a scalar quantity. It is defined as the product of the magnitudes of the two vectors and the cosine of the angle between them.
Definition:
$\mathbf{A} \cdot \mathbf{B} = |\mathbf{A}| |\mathbf{B}| \cos\theta$
where $\theta$ is the angle between vectors **A** and **B** when placed tail-to-tail.
Properties of Scalar Product:
- Commutative: **A** $\cdot$ **B** = **B** $\cdot$ **A**. The order of multiplication does not matter.
- Distributive: **A** $\cdot$ (**B** + **C**) = **A** $\cdot$ **B** + **A** $\cdot$ **C**.
- Dot Product of a vector with itself: **A** $\cdot$ **A** = $|\mathbf{A}|^2$. This is because $\theta = 0^\circ$, and $\cos(0^\circ) = 1$.
- Perpendicular Vectors: If **A** and **B** are perpendicular, then $\theta = 90^\circ$, and $\cos(90^\circ) = 0$. Thus, **A** $\cdot$ **B** = 0. This is a crucial test for perpendicularity.
- Parallel Vectors: If **A** and **B** are parallel and in the same direction, $\theta = 0^\circ$, and **A** $\cdot$ **B** = $|\mathbf{A}| |\mathbf{B}|$. If they are anti-parallel ($\theta = 180^\circ$), **A** $\cdot$ **B** = $-|\mathbf{A}| |\mathbf{B}|$.
Scalar Product in Component Form:
If **A** = $A_x \hat{i} + A_y \hat{j} + A_z \hat{k}$ and **B** = $B_x \hat{i} + B_y \hat{j} + B_z \hat{k}$, then their dot product is:
$\mathbf{A} \cdot \mathbf{B} = A_x B_x + A_y B_y + A_z B_z$
This is derived from the fact that the dot product of any two orthogonal unit vectors is zero (e.g., $\hat{i} \cdot \hat{j} = 0$) and the dot product of a unit vector with itself is one (e.g., $\hat{i} \cdot \hat{i} = 1$).
Applications of Scalar Product:
- Work Done: Work ($W$) done by a constant force **F** acting on an object that undergoes a displacement **d** is given by $W = \mathbf{F} \cdot \mathbf{d}$.
- Projection of a Vector: The projection of vector **A** onto vector **B** is given by $\frac{\mathbf{A} \cdot \mathbf{B}}{|\mathbf{B}|}$.
Vector Product (Cross Product)
The vector product of two vectors **A** and **B**, denoted by **A** $\times$ **B**, results in a vector quantity. The direction of the resultant vector is perpendicular to the plane containing **A** and **B**, and its magnitude is given by the product of the magnitudes of the two vectors and the sine of the angle between them.
Definition:
$\mathbf{A} \times \mathbf{B} = |\mathbf{A}| |\mathbf{B}| \sin\theta \, \hat{n}$
where $\theta$ is the angle between vectors **A** and **B** (0° $\le \theta \le$ 180°), and $\hat{n}$ is a unit vector perpendicular to the plane containing **A** and **B**. The direction of $\hat{n}$ is given by the right-hand rule.
Properties of Vector Product:
- Non-commutative: **A** $\times$ **B** = - (**B** $\times$ **A**). The order matters, and reversing the order reverses the direction of the resultant vector.
- Distributive: **A** $\times$ (**B** + **C**) = **A** $\times$ **B** + **A** $\times$ **C**.
- Cross Product of parallel vectors: If **A** and **B** are parallel or anti-parallel, then $\theta = 0^\circ$ or $\theta = 180^\circ$. In both cases, $\sin\theta = 0$. Thus, **A** $\times$ **B** = 0. This is a crucial test for parallelism.
- Cross Product of orthogonal unit vectors:
- $\hat{i} \times \hat{j} = \hat{k}$, $\hat{j} \times \hat{k} = \hat{i}$, $\hat{k} \times \hat{i} = \hat{j}$
- $\hat{j} \times \hat{i} = -\hat{k}$, $\hat{k} \times \hat{j} = -\hat{i}$, $\hat{i} \times \hat{k} = -\hat{j}$
- $\hat{i} \times \hat{i} = \hat{j} \times \hat{j} = \hat{k} \times \hat{k} = \mathbf{0}$ (zero vector)
Vector Product in Component Form:
If **A** = $A_x \hat{i} + A_y \hat{j} + A_z \hat{k}$ and **B** = $B_x \hat{i} + B_y \hat{j} + B_z \hat{k}$, their cross product can be calculated using a determinant:
$\mathbf{A} \times \mathbf{B} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ A_x & A_y & A_z \\ B_x & B_y & B_z \end{vmatrix}$
Expanding the determinant:
$\mathbf{A} \times \mathbf{B} = (A_y B_z - A_z B_y) \hat{i} - (A_x B_z - A_z B_x) \hat{j} + (A_x B_y - A_y B_x) \hat{k}$
Note the minus sign for the $\hat{j}$ component. This is equivalent to $(A_y B_z - A_z B_y) \hat{i} + (A_z B_x - A_x B_z) \hat{j} + (A_x B_y - A_y B_x) \hat{k}$.
Magnitude of Cross Product: $|\mathbf{A} \times \mathbf{B}| = \sqrt{(A_y B_z - A_z B_y)^2 + (A_z B_x - A_x B_z)^2 + (A_x B_y - A_y B_x)^2}$. This magnitude is also equal to the area of the parallelogram formed by vectors **A** and **B**.
Applications of Vector Product:
- Torque: The torque ($\boldsymbol{\tau}$) on a particle about a point is given by $\boldsymbol{\tau} = \mathbf{r} \times \mathbf{F}$, where **r** is the position vector from the point to the particle, and **F** is the force acting on the particle.
- Angular Momentum: The angular momentum (**L**) of a particle is given by $\mathbf{L} = \mathbf{r} \times \mathbf{p}$, where **p** is the linear momentum.
- Magnetic Force: The magnetic force (**F**$_B$) on a charge $q$ moving with velocity **v** in a magnetic field **B** is given by $\mathbf{F}_B = q(\mathbf{v} \times \mathbf{B})$.
Triple Products
There are two types of triple products: scalar triple product and vector triple product.
Scalar Triple Product:
The scalar triple product of three vectors **A**, **B**, and **C** is given by **A** $\cdot$ (**B** $\times$ **C**). The result is a scalar. Geometrically, the absolute value of the scalar triple product represents the volume of the parallelepiped formed by the three vectors.
In component form:
$\mathbf{A} \cdot (\mathbf{B} \times \mathbf{C}) = \begin{vmatrix} A_x & A_y & A_z \\ B_x & B_y & B_z \\ C_x & C_y & C_z \end{vmatrix}$
The order matters, but cyclic permutation does not change the value: **A** $\cdot$ (**B** $\times$ **C**) = **B** $\cdot$ (**C** $\times$ **A**) = **C** $\cdot$ (**A** $\times$ **B**). Swapping any two vectors changes the sign.
Vector Triple Product:
The vector triple product is given by **A** $\times$ (**B** $\times$ **C**). The result is a vector. It satisfies the vector triple product identity:
$\mathbf{A} \times (\mathbf{B} \times \mathbf{C}) = (\mathbf{A} \cdot \mathbf{C})\mathbf{B} - (\mathbf{A} \cdot \mathbf{B})\mathbf{C}$
Note that **A** $\times$ (**B** $\times$ **C**) is generally not equal to (**A** $\times$ **B**) $\times$ **C**. The cross product is not associative.
Unit Vectors
We have already touched upon unit vectors when discussing scalars and vectors. Now, let's consolidate their definition, properties, and uses.
Definition and Purpose
A unit vector is a vector having a magnitude of exactly one unit. Its sole purpose is to indicate direction. Unit vectors are dimensionless in terms of physical dimensions, but they carry directional information.
If **A** is any non-zero vector, then the unit vector $\hat{a}$ in the direction of **A** is given by:
$\hat{a} = \frac{\mathbf{A}}{|\mathbf{A}|}$
This formula essentially scales down the vector **A** so that its length becomes 1, while preserving its original direction.
Standard Unit Vectors in Cartesian Coordinates
In a 3D Cartesian coordinate system (with x, y, and z axes mutually perpendicular), we use three standard unit vectors:
- $\hat{i}$: The unit vector along the positive x-axis.
- $\hat{j}$: The unit vector along the positive y-axis.
- $\hat{k}$: The unit vector along the positive z-axis.
These vectors have the following properties:
- $|\hat{i}| = |\hat{j}| = |\hat{k}| = 1$
- $\hat{i} \cdot \hat{j} = \hat{j} \cdot \hat{k} = \hat{k} \cdot \hat{i} = 0$ (Orthogonality)
- $\hat{i} \times \hat{j} = \hat{k}$, $\hat{j} \times \hat{k} = \hat{i}$, $\hat{k} \times \hat{i} = \hat{j}$ (Cyclic cross products)
- $\hat{j} \times \hat{i} = -\hat{k}$, etc. (Anti-commutativity)
Representing Vectors using Unit Vectors
Any vector **A** in 3D space can be uniquely represented as a linear combination of these standard unit vectors, where the coefficients are the scalar components of the vector along each axis:
$\mathbf{A} = A_x \hat{i} + A_y \hat{j} + A_z \hat{k}$
Here, $A_x$, $A_y$, and $A_z$ are the scalar components of **A** along the x, y, and z axes, respectively.
The magnitude of vector **A** is then found using the Pythagorean theorem in 3D:
$|\mathbf{A}| = \sqrt{A_x^2 + A_y^2 + A_z^2}$
The unit vector $\hat{a}$ in the direction of **A** is:
$\hat{a} = \frac{A_x \hat{i} + A_y \hat{j} + A_z \hat{k}}{\sqrt{A_x^2 + A_y^2 + A_z^2}} = \frac{A_x}{|\mathbf{A}|} \hat{i} + \frac{A_y}{|\mathbf{A}|} \hat{j} + \frac{A_z}{|\mathbf{A}|} \hat{k}$
The quantities $\frac{A_x}{|\mathbf{A}|}$, $\frac{A_y}{|\mathbf{A}|}$, and $\frac{A_z}{|\mathbf{A}|}$ are the direction cosines of the vector **A** with respect to the x, y, and z axes, respectively.
Unit Vectors in Other Coordinate Systems
While Cartesian coordinates are common, unit vectors also exist in other coordinate systems like polar coordinates (in 2D) or cylindrical/spherical coordinates (in 3D). However, in these systems, the unit vectors themselves can change direction depending on the position, which makes calculations more complex compared to the fixed direction of $\hat{i}, \hat{j}, \hat{k}$. For the scope of introductory physics, the Cartesian unit vectors are the most frequently used.
Example: Finding a Unit Vector
Consider the vector **V** = $2 \hat{i} - \hat{j} + 3 \hat{k}$. Find the unit vector in the direction of **V**.
First, calculate the magnitude of **V**:
$|\mathbf{V}| = \sqrt{(2)^2 + (-1)^2 + (3)^2} = \sqrt{4 + 1 + 9} = \sqrt{14}$
Now, divide the vector **V** by its magnitude to get the unit vector $\hat{v}$:
$\hat{v} = \frac{\mathbf{V}}{|\mathbf{V}|} = \frac{2 \hat{i} - \hat{j} + 3 \hat{k}}{\sqrt{14}}$
$\hat{v} = \frac{2}{\sqrt{14}} \hat{i} - \frac{1}{\sqrt{14}} \hat{j} + \frac{3}{\sqrt{14}} \hat{k}$
To verify, check the magnitude of $\hat{v}$:
$|\hat{v}| = \sqrt{\left(\frac{2}{\sqrt{14}}\right)^2 + \left(-\frac{1}{\sqrt{14}}\right)^2 + \left(\frac{3}{\sqrt{14}}\right)^2} = \sqrt{\frac{4}{14} + \frac{1}{14} + \frac{9}{14}} = \sqrt{\frac{14}{14}} = \sqrt{1} = 1$.