A position vector in ℝ² or ℝ³ is a map r: t ↦ (x(t), y(t)) or r: t ↦ (x(t), y(t), z(t)). The distance from the origin at time t is defined as the Euclidean norm

and analogously in ℝ³. Normalization is the operation

which produces a unit vector with the same direction as r. This construction underlies all “unit radial” vector fields.

Important

Normalization changes magnitude only, never direction.

Radial and tangential directions

Given a point (x, y) ≠ (0, 0):

  • The radial direction is the direction of the vector (x, y).
  • A vector is positive radial if its dot product with (x, y) is positive:

This encodes “pointing away from the origin”. Component signs are irrelevant.

A vector is tangential to circles centered at the origin if it is orthogonal to the radial direction:

This definition is specific to circles and should not be confused with tangency to arbitrary curves.

Tangent vectors to curves

See Tangent Vectors and the Unit Normal on Graph Surfaces for tangent vectors on surfaces in and Arc-Length Parametrization for parametrized curves and arc length.

Graphs y = f(x)

A graph can be viewed as the parametric curve

Its tangent vector is

The usual slope f′(x) is the ratio of the y‑component to the x‑component of this vector.

Parametric curves

A general curve is given by

The tangent vector at t is defined as

where the derivative is taken componentwise. This definition follows directly from the limit of secant displacement vectors and is not an analogy with slopes; the graph case is a special instance.

![important] “Tangent vector” always means the derivative of the curve with respect to its parameter.

Field lines (integral curves)

Let F(x, y) = (Fₓ(x,y), Fᵧ(x,y)) be a vector field in ℝ².

A field line is a curve γ(t) = (x(t), y(t)) such that, for all t,

Parallelism means proportional components, not orthogonality.

Differential equation for field lines

From

one obtains, assuming Fₓ ≠ 0,

Along the curve, y depends on x through the parameter t. A small increment Δt produces

Taking the ratio and passing to the limit gives

Hence the field line equation

![warning] Dot products are used for orthogonality problems, not for field lines.

Radial and tangential vector fields

A unit radial field in ℝⁿ (n = 2 or 3) is

It has unit magnitude and satisfies F(x) · x > 0.

A purely tangential field in ℝ² with magnitude equal to distance from the origin is

Its norm is √(x² + y²) and it satisfies F · (x,y) = 0.

Parametric motion, velocity, and acceleration

For a trajectory

  • Velocity is v(t) = r′(t).
  • Acceleration is a(t) = r″(t).

Direct differentiation yields

This equation expresses a restoring acceleration proportional to displacement, not damping. Eliminating t gives

the Cartesian equation of an ellipse.

Coulomb field and superposition (unit‑vector form)

For a point charge q at position r₀, the electric field at r ≠ r₀ is

where R = ‖r − r₀‖ and \hat u = (r − r₀)/R.

Writing the unit vector explicitly produces the equivalent vector form

The inverse‑square law is preserved; the extra power arises from normalizing the direction vector.

Tip

Always separate magnitude law (1/R²) from direction normalization when checking exponents.

See also