Synapse

An interconnected graph of micro-tutorials

Vector Fields: Arrows Everywhere

This is an early draft. Content may change as it gets reviewed.

A scalar field gives you a number at every point. A vector field gives you an arrow — a direction and a magnitude — at every point.

Examples

In each case: pick a point → get an arrow.

Try It: Vector Fields

Each arrow shows the field’s direction and strength at that point. Longer arrows = stronger field.

Mathematical notation

A 2D vector field is a function $\mathbf{F}(x, y)$ that returns a vector at each point:

$$\mathbf{F}(x, y) = \begin{pmatrix} F_x(x, y) \\ F_y(x, y) \end{pmatrix}$$

The two components $F_x$ and $F_y$ give the arrow’s horizontal and vertical parts.

For example, the vortex field $\mathbf{F}(x, y) = (-y, x)$ points perpendicular to the line from the origin — everything swirls.

Two key questions

Once you have a vector field, two natural questions arise:

  1. Does the field have sources or sinks? Is stuff being created or destroyed anywhere? This leads to divergence.
  2. Does the field rotate? Is there swirling motion? This leads to curl.

These two operations — divergence and curl — are the mathematical heart of Maxwell’s equations.