← 2018 Paper 2
UPSC 2018 Maths Optional Paper 2 Q6c — Step-by-Step Solution
20 marks · Section B
Lagrange's equations · Mechanics & Fluid Dynamics · asked 9× in 13 yrs · Read the full method →
Question
Suppose the Lagrangian of a mechanical system is given by
L=21m(ax˙2+2bx˙y˙+cy˙2)−21k(ax2+2bxy+cy2),
where a,b,c,m(>0),k(>0) are constants and b2=ac. Write down the Lagrangian equations of motion and identify the system.
Technique
Euler–Lagrange equations; recognize T and V share the same matrix M; invertibility from b2=ac decouples mMr¨=−kMr into mr¨=−kr.
Solution
Setup. The configuration variables are x,y. The Euler–Lagrange equations are
dtd(∂x˙∂L)−∂x∂L=0,dtd(∂y˙∂L)−∂y∂L=0.
Both the kinetic and potential parts share the same symmetric matrix
M=(abbc),T=21mr˙⊤Mr˙,V=21kr⊤Mr,r=(yx).
Step 1 — Generalized momenta and forces
∂x˙∂L=m(ax˙+by˙),∂y˙∂L=m(bx˙+cy˙).
∂x∂L=−k(ax+by),∂y∂L=−k(bx+cy).
Step 2 — Equations of motion
m(ax¨+by¨)=−k(ax+by),m(bx¨+cy¨)=−k(bx+cy).
In matrix form,
mMr¨=−kMr.
Step 3 — Decouple using b2=ac
Because detM=ac−b2=0, the matrix M is invertible. Multiply mMr¨=−kMr on the left by M−1:
mr¨=−kr ⟹ x¨+mkx=0,y¨+mky=0.
The two coordinates decouple completely.
Step 4 — Identify the system
Each equation is simple harmonic motion with the same angular frequency
ω=mk,Tperiod=2πkm.
General solution:
x(t)=A1cosωt+B1sinωt,y(t)=A2cosωt+B2sinωt.
Answer
The system is two independent (uncoupled) simple harmonic oscillators of equal frequency ω=k/m.