Everything in this chapter is about one object being forced to stay somewhere: a bead threaded on a wire, a mass hanging from a rope, a ball rolling without slipping. The object wants to move freely (gravity pulls it), but something forbids certain motions. Our whole job is to describe both the freedom and the forbidding with symbols.
Look at the picture: the bead is stuck on the curve. It can slide along the wire (that arrow is allowed) but it can never move off the wire (that arrow is forbidden). Keep this split — along vs off — in your head. Every symbol below is a tool for talking about one of those two directions.
The picture: to locate the bead in the plane you could give its horizontal position x and vertical position y. That's two numbers, so q1=x, q2=y. Or, since it lives on a circle, you could give the radius r and the angle θ — the polar coordinates the parent note loves. Either way, a coordinate is a dial you can turn to move the object.
Why the topic needs it: every equation in the parent note runs "for k=1,…,n". That n is how many dials you have. You cannot even state a constraint without first having coordinates to constrain. See Generalized Coordinates and Degrees of Freedom for the full story of choosing them.
Question — What does the subscript k in qk actually mean?
It is a name tag numbering the coordinates (q1,q2,…); it carries no math, just bookkeeping.
Question — If q2=θ is an angle in radians, what is q˙2?
The picture: for a bead on a hoop of radius R, the rule is "your distance from the centre is always R." Written as a function that must vanish:
f=r−R=0.
If r=R, then f=0 — allowed. If r=1.2R, then f=0.2R=0 — forbidden. The set of allowed points (f=0) is a surface (here, the circle). Think of f as a height map whose "sea level" (f=0) is exactly the wall.
Why the t? Sometimes the wall itself moves in time (a hoop being lifted, a rope being reeled in). Allowing f to depend on time t covers those cases. If the wall is fixed, f just doesn't contain t — but we write t in to stay general.
Question — In f=r−R=0, what does a value f=0.3 physically mean?
The bead is 0.3 units off the hoop — a forbidden position.
Question — What makes a constraint holonomic rather than non-holonomic?
It restricts only positions (and time), never velocities — so it can be written f(q,t)=0.
Here is the first genuinely new tool, so we slow down and earn it.
Why we need this tool and no other: we want to know which way is "off the wall." A single ordinary derivative can't tell us that, because "off" could mean nudging x, or nudging y, or some mix. The partial derivative lets us test each direction separately, and then assemble the answer.
The picture: stand on the height-map surface f. ∂f/∂qk is the slope you feel if you step in the qk direction. For f=r−R:
∂r∂f=1,∂θ∂f=0.
Stepping in r changes f at rate 1 (you climb straight out of sea level). Stepping in θ changes f not at all — you slide along the wall. That zero is the mathematics saying "the θ direction is the allowed one."
The picture: on the hoop, ∇f=(∂f/∂r,∂f/∂θ)=(1,0) — an arrow pointing radially outward, dead perpendicular to the circle. That is precisely the direction a normal force from a wall can push. This is the secret hinge of the whole topic.
Question — Why must a frictionless constraint force point along ∇f?
Because ∇f is perpendicular to the surface, and a smooth wall can only push perpendicular to itself.
Question — What is ∇f for f=r−R, and what direction is it?
(1,0) in (r,θ) — pointing radially outward, off the circle.
The picture: grab the bead and shift it a hair along the wire — never off it. That whisper of a move is δq. It is "virtual" because you don't actually let time pass; you just ask "what if I nudged it this way — is that allowed?"
Why frozen time? Real motion mixes the object moving with the wall possibly moving. To isolate the object's freedom on the wall right now, we hold t still. That is why the constraint's variation drops its ∂f/∂t term:
δf=∑k∂qk∂fδqk=0.
Question — What is the difference between dqk and δqk?
dqk is a real move as time flows; δqk is an imaginary test-nudge at frozen time that must respect the constraint.
Question — What does ∑k∂qk∂fδqk=0 say geometrically?
The allowed virtual displacement is perpendicular to the gradient — it lies flat within the constraint surface.
The picture: imagine the bead partway up the hoop. It has some speed (that's T) and some height (that's V). L blends them into one number that, when we differentiate it just right, spits out Newton's laws — but in any coordinates, even weird ones. That machinery is the Euler-Lagrange Equations.
Why "minus"? The combination T−V (not T+V) is the one whose variation gives the correct equations of motion — a deep fact from the principle of least action. For this foundations page, just accept L=T−V as the recipe; the parent note uses it as a black box.
Question — Which variables does T depend on, and which does V depend on?
T depends on velocities q˙k (and maybe positions); V depends on positions qk.
Why the topic needs it: for a free coordinate, setting this machine to zero is the law of motion. Under a constraint, it doesn't equal zero — it equals the leftover push, the constraint force λ∂f/∂qk. So the whole parent equation reads: (rate of momentum) − (applied force) = (constraint force), which is just ma= (real forces) rewritten.
Question — What physical quantity is ∂q˙k∂L?
The generalized momentum for coordinate qk.
Question — For a free (unconstrained) coordinate, what does the Euler–Lagrange machine equal?
Why it must exist — the tidy logic: from §5, the allowed nudge δq is perpendicular to ∇f. From d'Alembert, that same δq is perpendicular to the Euler–Lagrange bracket. Two arrows perpendicular to the same flat plane must be parallel — so the bracket =λ×∇f for some number λ. That number is forced to exist; we just name it.
Question — In one sentence, what does λ physically represent?
The magnitude/strength of the constraint force (tension, normal force, friction).
Question — Why are we guaranteed a number λ exists linking the bracket to ∇f?
Both are perpendicular to the same allowed-nudge plane, so they must be parallel — parallel vectors differ by a scalar, that scalar is λ.
Why it matters: the classic panic — "λ seems undetermined!" — dissolves once you count. The constraint equation f=0 itself is the extra relation that pins λ down. Bring your bookkeeping and you never lose a variable.