Vectors for Engineering

Vectors are mathematical quantities that have both magnitude and direction, making them essential for representing physical quantities like force, velocity, and electromagnetic fields.

1. Magnitude and Direction

Unlike scalars (which only have a magnitude, like mass or temperature), a vector specifies how much and in what direction.

  • Concept: Often represented by an arrow v\vec{v}. The length is the magnitude (v|\vec{v}|), and the arrowhead points in the direction.
  • Engineering Meaning: A 50 km/h50\text{ km/h} wind blowing North is a vector. Just saying "50 km/h50\text{ km/h}" (speed) is a scalar.

2. Components

Vectors can be broken down into orthogonal (perpendicular) components, typically along the xx, yy, and zz axes.

  • Concept: v=vxi^+vyj^+vzk^\vec{v} = v_x \hat{i} + v_y \hat{j} + v_z \hat{k}
  • Engineering Meaning: In structural analysis, a diagonal force is broken into its horizontal and vertical components to see how it affects beams and columns independently.

3. Vector Addition

When multiple vectors act on a single point, they can be added together to find a single resultant vector.

  • Concept: Placed head-to-tail, or added by summing their respective xx, yy, and zz components.
  • Engineering Meaning: Finding the net force on a bridge joint by summing all the individual member forces acting on it.

4. Dot Product (Scalar Product)

The dot product multiplies two vectors to yield a single scalar number.

  • Formula: ab=abcos(θ)=axbx+ayby+azbz\vec{a} \cdot \vec{b} = |\vec{a}| |\vec{b}| \cos(\theta) = a_x b_x + a_y b_y + a_z b_z
  • Engineering Meaning: Used to calculate the Work done when a force vector moves an object along a displacement vector (W=FdW = \vec{F} \cdot \vec{d}). It indicates how much of one vector goes in the direction of the other.

5. Cross Product (Vector Product)

The cross product multiplies two vectors to yield a third vector that is perpendicular to both original vectors.

  • Formula: a×b=absin(θ)n^\vec{a} \times \vec{b} = |\vec{a}| |\vec{b}| \sin(\theta) \hat{n} (where n^\hat{n} follows the right-hand rule).
  • Engineering Meaning: Crucial for calculating Torque (or Moment), where a force vector acts at a distance vector from a pivot (τ=r×F\vec{\tau} = \vec{r} \times \vec{F}). Also used extensively in electromagnetism (Lorentz force).