What Does It Mean: “Path Parametrized by \lambda“?

A path parametrized by \lambda is a way of describing a curve through space by using a single variable, \lambda, to trace the position along the path.

🔁 The Idea

You have a curve, say, a person walking on a sphere from the equator to the pole. Instead of describing the path just as a set of points x^\mu, we describe it as a function of a parameter:

    \[ x^\mu(\lambda) \]

This means:

  • x^1(\lambda), x^2(\lambda), \ldots, x^n(\lambda) give the coordinates of a point on the path as \lambda changes.
  • \lambda might represent time, arc length, or an abstract index.

🧮 Why Parametrize?

Parametrizing a path lets us:

  • Take derivatives along the path: \frac{dx^\mu}{d\lambda} is the tangent vector.
  • Track how things like vectors V^\mu change along the path.
  • Write transport equations like \frac{D V^\mu}{d\lambda} = 0.

🧭 Analogy: Driving on a Road

– The road is the path.
\lambda is your odometer reading (distance traveled).
x(\lambda) tells you your location at each point.
\frac{dx}{d\lambda} gives your direction of motion.

🌀 A Math Example

Let’s say you move in a circle:

    \[ x^1(\lambda) = \cos \lambda, \quad x^2(\lambda) = \sin \lambda \]

Then you’re moving along a circle, and \lambda is the angle — a natural parameter for this motion.

💡 Summary

When we say “a path parametrized by \lambda,” we mean:

“Here’s a curve through space, and we’ve assigned a smooth way to move along it — so we can differentiate, transport vectors, and do math.”