Physics Study Notes: Dot Product and Scalar Product

Fundamentals of the Dot Product and Scalar Product

  • The dot product, also referred to as the scalar product, is a mathematical operation performed on two vectors that results in a scalar value (a magnitude).

  • The fundamental operation involves: VectorVector=Scalar\text{Vector} \cdot \text{Vector} = \text{Scalar}.

Mathematical Definition and Formulas

  • The general formula for the dot product of two vectors A\mathbf{A} and B\mathbf{B} is given by:   AB=ABcos(θ)\mathbf{A} \cdot \mathbf{B} = AB \cos(\theta)   where AA and BB are the magnitudes of the vectors and θ\theta is the angle between them.

  • To solve for the angle between two vectors, the formula is rearranged as:   cos(θ)=ABAB\cos(\theta) = \frac{\mathbf{A} \cdot \mathbf{B}}{AB}

  • Commutative Property: The order of vectors does not affect the result:   AB=BA\mathbf{A} \cdot \mathbf{B} = \mathbf{B} \cdot \mathbf{A}

  • Self-Product: The dot product of a vector with itself results in the square of its magnitude:   AA=A2\mathbf{A} \cdot \mathbf{A} = A^2

Geometric Interpretations

  • The dot product can be understood as the product of the magnitude of one vector and the component of the second vector that is parallel to the first.

  • Case 1: Magnitude of A×Component of B parallel to A\text{Magnitude of A} \times \text{Component of B parallel to A}.

  • Case 2: Magnitude of B×Component of A parallel to B\text{Magnitude of B} \times \text{Component of A parallel to B}.

Dot Product in Different Angular Orientations

  • Case 1: Perpendicular Vectors (θ=90\theta = 90^{\circ})

    • If vectors A\mathbf{A} and B\mathbf{B} are perpendicular:     AB=ABcos(90)\mathbf{A} \cdot \mathbf{B} = AB \cos(90^{\circ})
    • Since cos(90)=0\cos(90^{\circ}) = 0, the result is zero:     AB=0\mathbf{A} \cdot \mathbf{B} = 0
    • This implies that orthogonal unit vectors always yield a dot product of zero:     i^j^=0\hat{i} \cdot \hat{j} = 0j^k^=0\hat{j} \cdot \hat{k} = 0i^k^=0\hat{i} \cdot \hat{k} = 0
  • Case 2: Parallel Vectors (θ=0\theta = 0^{\circ})

    • If vectors A\mathbf{A} and B\mathbf{B} are parallel:     AB=ABcos(0)\mathbf{A} \cdot \mathbf{B} = AB \cos(0^{\circ})
    • Since cos(0)=1\cos(0^{\circ}) = 1, the dot product achieves its maximum value:     AB=AB (max)\mathbf{A} \cdot \mathbf{B} = AB \text{ (max)}
    • This implies that matching unit vectors always yield a dot product of one:     i^i^=1\hat{i} \cdot \hat{i} = 1j^j^=1\hat{j} \cdot \hat{j} = 1k^k^=1\hat{k} \cdot \hat{k} = 1
  • Case 3: Antiparallel Vectors (θ=180\theta = 180^{\circ})

    • If vectors A\mathbf{A} and B\mathbf{B} are in opposite directions:     AB=ABcos(180)\mathbf{A} \cdot \mathbf{B} = AB \cos(180^{\circ})
    • Since cos(180)=1\cos(180^{\circ}) = -1, the dot product achieves its minimum value:     AB=AB (min)\mathbf{A} \cdot \mathbf{B} = -AB \text{ (min)}

Analytical Calculation by Components

  • When vectors are expressed in terms of their Cartesian components (x,y,z)(x, y, z), the dot product is the sum of the products of their corresponding components.

  • For vectors A=(Ax,Ay,Az)\mathbf{A} = (A_x, A_y, A_z) and B=(Bx,By,Bz)\mathbf{B} = (B_x, B_y, B_z), the expansion is:   (Axi^+Ayj^+Azk^)(Bxi^+Byj^+Bzk^)(A_x \hat{i} + A_y \hat{j} + A_z \hat{k}) \cdot (B_x \hat{i} + B_y \hat{j} + B_z \hat{k})

  • The simplified component formula is:   AB=(AxBx)+(AyBy)+(AzBz)\mathbf{A} \cdot \mathbf{B} = (A_x B_x) + (A_y B_y) + (A_z B_z)

Physical Applications of Scalar Products

  • Work (WW): Work is defined as the dot product of Force (FF) and Displacement (dd).   W=Fdcos(θ)W = \mathbf{F} \cdot \mathbf{d} \cos(\theta)   Alternatively, it can be viewed as Work=(Fcos(θ))d\text{Work} = (F \cos(\theta))d, which is the component of force parallel to the displacement multiplied by the magnitude of displacement.

  • Flux (Φ\Phi): In electromagnetism, flux is the dot product of the Field (EE) and the Area (AA).   Φ=EAcos(θ)\Phi = EA \cos(\theta)

  • Power (PP): Power is the dot product of Force (FF) and Velocity (vv).   P=Fvcos(θ)P = Fv \cos(\theta)   This is interpreted as the magnitude of force multiplied by the component of velocity parallel to that force.