Physics Lab

Scalars and Vectors

A scalar has only magnitude. A vector has both magnitude and direction. This split organizes much of physics.

Concept

Scalar Examples

Mass, temperature, time, energy, work, density, speed, electric potential.

Vector Examples

Displacement, velocity, acceleration, force, momentum, electric field, torque.

Why Distinguish?

Vectors cannot be added like scalars: 5N5\,\text{N} east + 5N5\,\text{N} north is NOT 10N10\,\text{N}. It is 52N5\sqrt{2}\,\text{N} at 45° north of east.

Representing a Vector

Arrow Notation

An arrow drawn from tail to head; length proportional to magnitude; direction along arrow.

Symbolic Notation

  • A\vec{A} or A\mathbf{A} — boldface or arrow.
  • Magnitude: A|\vec{A}| or simply AA.
  • Unit vectors: i^,j^,k^\hat{i}, \hat{j}, \hat{k} along x,y,zx, y, z.

Component Form

A=Axi^+Ayj^+Azk^\vec{A} = A_x \hat{i} + A_y \hat{j} + A_z \hat{k}

with magnitude A=Ax2+Ay2+Az2|\vec{A}| = \sqrt{A_x^2 + A_y^2 + A_z^2}.

Types of Vectors

TypeMeaning
Equal vectorsSame magnitude and direction
Negative vectorSame magnitude, opposite direction
Zero (null) vectorZero magnitude; undefined direction
Unit vectorMagnitude 1
Position vectorFrom origin to a point
Displacement vectorFrom initial to final position
Parallel/anti-parallelSame/opposite direction
Coplanar vectorsAll lying in one plane

A unit vector in the direction of A\vec{A} is A^=AA.\hat{A} = \frac{\vec{A}}{|\vec{A}|}.

Worked Example

Q: A vector A=3i^+4j^\vec{A} = 3\hat{i} + 4\hat{j} m. Find (a) its magnitude, (b) the unit vector along A\vec{A}, (c) the angle it makes with the xx-axis.

Solution: (a) A=9+16=5|\vec{A}| = \sqrt{9 + 16} = 5 m.

(b) A^=(3/5)i^+(4/5)j^=0.6i^+0.8j^\hat{A} = (3/5)\hat{i} + (4/5)\hat{j} = 0.6\hat{i} + 0.8\hat{j}.

(c) tanθ=Ay/Ax=4/3θ=arctan(4/3)53.1°\tan\theta = A_y/A_x = 4/3 \Rightarrow \theta = \arctan(4/3) \approx 53.1°.

Common Confusions

  • "Speed is a vector with direction." — No, speed is the magnitude of velocity. Velocity is the vector.
  • "Negative quantities are vectors." — Not necessarily. Temperature can be negative but is still a scalar.
  • "Equal vectors must be at the same location." — Vectors don't care where they are drawn; only magnitude and direction matter.

Key Takeaways

  • Scalars: magnitude only. Vectors: magnitude + direction.
  • Vectors are represented by arrows or components.
  • Use i^,j^,k^\hat{i}, \hat{j}, \hat{k} for Cartesian unit vectors.
  • Unit vector along A\vec{A}: A^=A/A\hat{A} = \vec{A}/|\vec{A}|.
  • Pay attention to types: equal, negative, null, parallel, coplanar.

AI Summary

Summarize this page in your favorite LLM