Generalised Coordinates

In classical mechanics, especially when dealing with complex systems or systems with constraints, it becomes convenient to move away from the standard Cartesian coordinates (x, y, z). Generalised coordinates are a set of independent variables that completely describe the configuration of a mechanical system. These coordinates do not necessarily have to be lengths; they can be angles, areas, or any other quantity that uniquely defines the system's position. The number of generalised coordinates required is equal to the number of degrees of freedom of the system.

For a system of N particles in three dimensions, there are 3N Cartesian coordinates. If there are 'k' independent constraints on the system, the number of degrees of freedom is (3N - k). We then need (3N - k) independent generalised coordinates, denoted as q1, q2, ..., qn, where n = 3N - k.

Examples of Generalised Coordinates

Consider a simple pendulum. In Cartesian coordinates, we would need the x and y positions of the bob. However, the length of the pendulum is fixed, imposing a constraint. The system has only one degree of freedom. We can describe its configuration using a single generalised coordinate: the angle θ the pendulum makes with the vertical. So, q1 = θ.

For a particle moving on the surface of a sphere of radius R, we can use spherical coordinates (R, θ, φ). Since R is fixed, the degrees of freedom are two, and we can use θ and φ as our generalised coordinates (q1 = θ, q2 = φ).

The transformation from Cartesian coordinates (xi) to generalised coordinates (qj) is given by: xi = xi(q1, q2, ..., qn, t) yi = yi(q1, q2, ..., qn, t) zi = zi(q1, q2, ..., qn, t) where 't' is explicitly present if the constraints are time-dependent.

The velocities in terms of generalised coordinates are obtained by differentiating these expressions with respect to time: ẋi = Σj (∂xi/∂qj) q̇j + ∂xi/∂t where q̇j = dqj/dt are the generalised velocities.

Key takeaway: Generalised coordinates simplify the description of a system by reducing the number of variables needed to define its configuration, especially in the presence of constraints. The number of generalised coordinates equals the system's degrees of freedom.

D'Alembert's Principle

D'Alembert's principle is a fundamental principle in classical mechanics that extends Newton's second law of motion to systems with constraints. It reformulates the law of motion for a dynamic system into a statement about static equilibrium. The principle states that the sum of the applied forces on a system, plus the "inertial forces" acting on each particle, is zero.

Mathematically, for a system of N particles, Newton's second law for the i-th particle is: Fi = mi ai where Fi is the net force acting on the i-th particle, mi is its mass, and ai is its acceleration.

Rearranging this equation, we get: Fi - mi ai = 0

D'Alembert's principle interprets the term -mi ai as an "inertial force" acting on the particle. The principle then states that the system is in "dynamic equilibrium" if the sum of all applied forces and all inertial forces is zero.

For a system of N particles, D'Alembert's principle is expressed as: Σi=1N (Fi - mi ai) = 0

This principle is particularly useful when dealing with systems subject to constraints. The constraint forces (forces that maintain the constraints) do not need to be explicitly considered if they do no work. D'Alembert's principle allows us to handle these systems by transforming a problem in dynamics into a problem that resembles statics.

Application to Constrained Systems

Consider a particle constrained to move on a surface. The constraint force is perpendicular to the surface and does no work if the particle moves along the surface. By including the inertial force, we can write the equation of motion for the particle as: Fapplied, i + Fconstraint, i - mi ai = 0 If the constraint forces do no work, their contribution to the virtual work is zero. D'Alembert's principle, when combined with the principle of virtual work, leads to the Lagrange equations.

D'Alembert's Principle: It states that the sum of the applied forces and the inertial forces on a system is zero, effectively treating a dynamic system as if it were in static equilibrium under these combined forces. This is crucial for deriving Lagrangian mechanics.

Lagrange's Equations of Motion

Lagrange's equations of motion are a set of second-order ordinary differential equations that describe the motion of a mechanical system. They are derived from D'Alembert's principle and the principle of virtual work, using generalised coordinates. The Lagrangian, denoted by L, is a scalar function defined as the difference between the kinetic energy (T) and the potential energy (V) of the system: L = T - V

The kinetic energy T is expressed in terms of generalised coordinates (qj) and generalised velocities (q̇j). The potential energy V is typically expressed in terms of generalised coordinates only, assuming conservative forces.

Lagrange's equations of motion for a system with n degrees of freedom are given by: d/dt (∂L/∂q̇j) - ∂L/∂qj = 0 for j = 1, 2, ..., n.

These equations provide a powerful alternative to Newton's laws, especially for systems with constraints or when using generalised coordinates. They automatically handle constraint forces that do no work.

Derivation Outline (Conceptual)

  1. Express the kinetic energy (T) and potential energy (V) of the system in terms of generalised coordinates (qj) and generalised velocities (q̇j).
  2. Form the Lagrangian: L = T - V.
  3. Apply D'Alembert's principle in its generalised form, considering virtual displacements (δqj) and virtual work.
  4. The principle of virtual work states that for a system in equilibrium (or dynamic equilibrium under D'Alembert's principle), the total virtual work done by all forces is zero: Σj (Qj - ∂V/∂qj) δqj = 0, where Qj is the generalised force.
  5. The generalised force Qj is related to the time derivative of ∂L/∂q̇j. Specifically, Qj = d/dt (∂L/∂q̇j) - ∂L/∂qj.
  6. Setting the total virtual work to zero leads directly to Lagrange's equations.

Example: Simple Pendulum

For a simple pendulum of length l and mass m, the generalised coordinate is the angle θ. The kinetic energy is T = 1/2 m (lθ̇)2 = 1/2 ml2θ̇2. The potential energy (taking the lowest point as V=0) is V = mgl(1 - cosθ). The Lagrangian is L = T - V = 1/2 ml2θ̇2 - mgl(1 - cosθ).

Now we apply Lagrange's equation for θ: ∂L/∂θ̇ = ml2θ̇ d/dt (∂L/∂θ̇) = ml2θ̈ ∂L/∂θ = -mgl sinθ

Lagrange's equation becomes: ml2θ̈ - (-mgl sinθ) = 0 ml2θ̈ + mgl sinθ = 0 θ̈ + (g/l) sinθ = 0 This is the well-known equation of motion for a simple pendulum.

Lagrangian Mechanics: Uses scalar quantities (energy) instead of vector forces. It's particularly useful for systems with constraints and leads to elegant equations of motion. The core equation is d/dt (∂L/∂q̇j) - ∂L/∂qj = 0, where L = T - V.

Hamiltonian Equations of Motion

Hamiltonian mechanics is another reformulation of classical mechanics, developed by William Rowan Hamilton. It uses a different set of variables and equations compared to Lagrangian mechanics. Instead of generalised coordinates (qj) and generalised velocities (q̇j), it uses generalised coordinates (qj) and generalised momenta (pj). The central function is the Hamiltonian, H.

The generalised momentum pj conjugate to the coordinate qj is defined as: pj = ∂L/∂q̇j

The Hamiltonian H is obtained from the Lagrangian L via a Legendre transformation: H(qj, pj, t) = Σj pjj - L(qj, q̇j, t) Crucially, in the expression for H, the velocities q̇j must be expressed in terms of coordinates qj and momenta pj. This is possible if the kinetic energy is a quadratic function of velocities and there are no explicit time dependencies in the kinetic energy.

If the forces are conservative and the coordinate transformation does not explicitly depend on time, the Hamiltonian H is equal to the total energy of the system (T + V).

Hamilton's equations of motion are a set of 2n first-order differential equations: q̇j = ∂H/∂pjj = -∂H/∂qj for j = 1, 2, ..., n.

These equations describe how the generalised coordinates and their conjugate momenta evolve over time. They form the foundation for much of advanced theoretical physics, including quantum mechanics and statistical mechanics.

Example: Simple Pendulum (Revisited)

From the previous example, L = 1/2 ml2θ̇2 - mgl(1 - cosθ). The conjugate momentum to θ is: pθ = ∂L/∂θ̇ = ml2θ̇ So, θ̇ = pθ / (ml2).

The Hamiltonian is: H = pθ θ̇ - L H = pθ (pθ / (ml2)) - [1/2 ml2(pθ / (ml2))2 - mgl(1 - cosθ)] H = pθ2 / (ml2) - [1/2 pθ2 / (ml2) - mgl(1 - cosθ)] H = 1/2 pθ2 / (ml2) + mgl(1 - cosθ) Note that H = T + V, as expected for a conservative system with time-independent kinetic energy.

Now, Hamilton's equations for θ and pθ: θ̇ = ∂H/∂pθ = 1/2 (2 pθ / (ml2)) = pθ / (ml2) This recovers the definition of pθ. ṗθ = -∂H/∂θ = -∂/∂θ [1/2 pθ2 / (ml2) + mgl(1 - cosθ)] ṗθ = -mgl sinθ

Combining θ̇ = pθ / (ml2) and ṗθ = -mgl sinθ, we can differentiate the first equation with respect to time: θ̈ = ṗθ / (ml2) Substitute ṗθ: θ̈ = (-mgl sinθ) / (ml2) = -(g/l) sinθ θ̈ + (g/l) sinθ = 0 This yields the same equation of motion as derived from Lagrange's equations.

Hamiltonian Mechanics: Uses generalised coordinates (qj) and momenta (pj). The Hamiltonian (H) is often the total energy. Hamilton's equations are q̇j = ∂H/∂pj and ṗj = -∂H/∂qj. It's crucial for advanced physics.

Conservative and Non-Conservative Systems

In mechanics, systems are classified based on the nature of the forces acting upon them. This classification is important because it affects the applicability of certain energy conservation principles and the form of the equations of motion.

Conservative Systems

A system is called conservative if the work done by the net force acting on it is independent of the path taken and depends only on the initial and final positions. Equivalently, a system is conservative if the work done by the forces around any closed path is zero.

For a conservative system, the forces can be derived from a scalar potential energy function V. The force Fi acting on the i-th particle is related to the potential energy by: Fi = -∇i V where ∇i is the gradient operator with respect to the coordinates of the i-th particle.

In terms of generalised coordinates, if the potential energy V depends only on the generalised coordinates (and not explicitly on time), then the generalised forces Qj related to these conservative forces are given by: Qj = -∂V/∂qj

A key consequence of a conservative system is the conservation of mechanical energy. The total mechanical energy E = T + V remains constant over time if only conservative forces are doing work.

In Lagrangian mechanics, if the potential energy V does not depend explicitly on time, the Lagrangian L = T - V is conserved if T is a quadratic function of velocities and V is independent of velocities. If L is conserved, then dL/dt = 0.

In Hamiltonian mechanics, if the Hamiltonian H = T + V does not explicitly depend on time, then H is conserved (dH/dt = 0). This means the total energy is conserved.

Non-Conservative Systems

A system is non-conservative if the work done by the net force depends on the path taken, or if the work done around a closed path is non-zero. Examples of non-conservative forces include friction, air resistance, and applied driving forces that are not derivable from a potential energy function.

For non-conservative forces, we cannot define a potential energy function V in the same way. The work done by these forces must be accounted for separately.

In Lagrangian mechanics, non-conservative forces contribute generalised forces Qjnc to the equations of motion: d/dt (∂L/∂q̇j) - ∂L/∂qj = Qjnc where Qjnc represents the generalised force due to non-conservative effects.

In Hamiltonian mechanics, the Hamiltonian H may not be conserved because the system's energy can change due to non-conservative forces. If there are dissipative forces like friction, energy is typically lost from the mechanical system (converted to heat, etc.).

Example: A block sliding down an inclined plane with friction. The gravitational force is conservative. However, the frictional force is non-conservative. The work done by friction depends on the distance slid, and it dissipates mechanical energy. The total mechanical energy of the block-Earth system will decrease.

Conservative vs. Non-Conservative: Conservative forces allow for a potential energy function, and total mechanical energy (T+V) is conserved. Non-conservative forces (like friction) dissipate energy, and total mechanical energy is not conserved.

Cyclic Variables

Cyclic variables, also known as ignorable coordinates, are a crucial concept in Lagrangian and Hamiltonian mechanics. A generalised coordinate qj is called cyclic if the Lagrangian L does not depend explicitly on it.

Mathematically, a coordinate qj is cyclic if: ∂L/∂qj = 0

When a coordinate qj is cyclic, Lagrange's equation of motion simplifies significantly. Recall Lagrange's equation: d/dt (∂L/∂q̇j) - ∂L/∂qj = 0 If ∂L/∂qj = 0, the equation becomes: d/dt (∂L/∂q̇j) = 0

This implies that the quantity ∂L/∂q̇j is a constant of motion. This quantity is precisely the generalised momentum pj conjugate to the coordinate qj: pj = ∂L/∂q̇j = constant

Therefore, for a cyclic coordinate, its conjugate momentum is conserved. This is a powerful result, as it simplifies the analysis of systems where certain coordinates do not directly influence the dynamics.

Significance and Examples

1. Conservation Laws: The conservation of conjugate momenta associated with cyclic coordinates is a direct consequence of Noether's theorem, which links symmetries in a physical system to conserved quantities. The symmetry associated with a cyclic coordinate is translation invariance in that coordinate direction (or rotation invariance if it's an angle). 2. Simplification: Identifying cyclic variables can greatly simplify the problem. For instance, if a system has multiple degrees of freedom and several are cyclic, the equations of motion for those degrees of freedom reduce to simple statements of momentum conservation, reducing the number of differential equations that need to be solved.

Example 1: Simple Pendulum The Lagrangian was L = 1/2 ml2θ̇2 - mgl(1 - cosθ). The coordinate θ is not cyclic because ∂L/∂θ = -mgl sinθ ≠ 0. If we consider a pendulum whose point of suspension moves horizontally with velocity v0, the Lagrangian might involve both θ and the horizontal position x of the suspension. If the potential energy does not depend on x (e.g., no external forces in the x-direction other than constraints), then x would be a cyclic coordinate. Its conjugate momentum, px = ∂L/∂ẋ, would be conserved.

Example 2: Particle in a Central Potential Consider a particle moving in a central potential V(r). The Lagrangian in spherical coordinates (r, θ, φ) is: L = 1/2 m (ṙ2 + r2θ̇2 + r2sin2θ φ̇2) - V(r) Here, the coordinate φ (the azimuthal angle) does not appear in L. Thus, ∂L/∂φ = 0. φ is a cyclic coordinate. Its conjugate momentum is: pφ = ∂L/∂φ̇ = mr2sin2θ φ̇ Since φ is cyclic, pφ is conserved. This conserved quantity is the angular momentum component along the z-axis. This directly leads to the conservation of angular momentum in central force motion.

In Hamiltonian mechanics, a coordinate qj is cyclic if H does not depend explicitly on qj (∂H/∂qj = 0). In this case, Hamilton's equation ṗj = -∂H/∂qj implies ṗj = 0, meaning pj is conserved.

Cyclic Variables: Generalised coordinates that do not appear explicitly in the Lagrangian (∂L/∂qj = 0). Their conjugate momenta (pj = ∂L/∂q̇j) are conserved quantities, simplifying analysis and revealing fundamental symmetries.

Principle of Least Action

The Principle of Least Action is a fundamental variational principle in physics that provides an alternative and elegant way to formulate the laws of mechanics. It states that the actual path taken by a mechanical system between two points in time is the one for which the action is stationary (usually a minimum).

The action, denoted by S, is defined as the time integral of the Lagrangian L of the system between the initial time t1 and the final time t2: S = ∫t1t2 L(qj(t), q̇j(t), t) dt

The principle states that for the true path of motion, the variation of the action δS is zero, provided the endpoints (positions at t1 and t2) are held fixed: δS = δ ∫t1t2 L dt = 0

Applying the calculus of variations to this integral leads directly to Lagrange's equations of motion. Let's see how: Consider a variation δqj(t) in the path qj(t). The corresponding variation in the action is: δS = ∫t1t2 δL dt δL = Σj (∂L/∂qj δqj + ∂L/∂q̇j δq̇j) So, δS = ∫t1t2 Σj (∂L/∂qj δqj + ∂L/∂q̇j δq̇j) dt

We use integration by parts on the second term: ∫t1t2 (∂L/∂q̇j) δq̇j dt = ∫t1t2 (∂L/∂q̇j) (d/dt δqj) dt = [(∂L/∂q̇j) δqj]t1t2 - ∫t1t2 (d/dt ∂L/∂q̇j) δqj dt

Since the endpoints are fixed, δqj(t1) = δqj(t2) = 0. Thus, the boundary term vanishes. Substituting back into the expression for δS: δS = ∫t1t2 Σj (∂L/∂qj δqj - ∂L/∂q̇j δqj) dt δS = ∫t1t2 Σj (∂L/∂qj - d/dt ∂L/∂q̇j) δqj dt

For δS to be zero for arbitrary variations δqj, the term in the parenthesis must be zero for each j: ∂L/∂qj - d/dt (∂L/∂q̇j) = 0 d/dt (∂L/∂q̇j) - ∂L/∂qj = 0 This is precisely Lagrange's equation of motion.

Significance

1. **Universality:** The Principle of Least Action is remarkably universal. It applies not only to classical mechanics but also to electromagnetism, relativity, and quantum field theory. It provides a unifying framework for diverse physical theories. 2. **Symmetries and Conservation Laws:** As mentioned with cyclic variables, the principle is intrinsically linked to symmetries and conservation laws via Noether's theorem. 3. **Foundation for Advanced Theories:** It forms the bedrock for developing more advanced theoretical frameworks.

While often called the "Principle of Least Action," it's more accurately the "Principle of Stationary Action" because the action can sometimes be a maximum or saddle point, though minimum is most common in basic mechanics.

Principle of Least Action: A system follows a path between two points in time such that the action (S = ∫ L dt) is stationary (usually minimum). Applying calculus of variations to δS = 0 yields Lagrange's equations, making it a fundamental unifying principle in physics.