0

I was reading the lecture notes titled: 'An introduction to Lagrangian and Hamiltonian mechanics'.

In these notes, he writes at one place:

We consider mechanical systems that are holonomic and conservative (or for which the applied forces have a generalized potential). For such a system we can construct a Lagrangian $L(q, \dot q,t)$, where $q = (q_1, . . . , q_n) ^T$, which is the difference of the total kinetic $T$ and potential $V$ energies. These mechanical systems evolve according to the n Lagrange equations. These are each second-order ordinary differential equations and so the system is determined for all time once $2n$ initial conditions $(q(t_0), \dot q(t_0))$ are specified (or $n$ conditions at two different times). The state of the system is represented by a point $\textbf{q} = (q_1, . . . , q_n)^T$ in configuration space.

The last line confused me since as far as I know and even as Wikipedia says, a point in the phase space gives the state of the system while the above gives only the configuration. So, is the above line wrong?

Also, it seems that when $q$ is known $p=\frac{\partial L}{\partial\dot q} $ can be calculated. So, shouldn't specifying $q$ itself specify the state completely since that is uniquely related to conjugate momenta $p$?

Lost
  • 1,431
  • 1
  • Since your source is explicitly aware that the initial conditions involve the $\dot{q}$ as well as the $q$, it would seem that it is merely using the word "state" in a non-standard way. Whether one wants to call that "wrong" seems to me a matter of opinion rather than objective physics. 2. Since $L$ is a function of $q,\dot{q},t$, so is $\partial_q L$. How do you intend to compute $p$ given only $q$?
  • – ACuriousMind Jun 26 '21 at 14:50
  • I just want to know whether the state of a system can be represented by a point in configuration space as that line indicates? 2. Okay Yes I see your point. But then let's say in the case of a 1-D Harmonic Oscillator when I know $q=x=ASin(w*t)$, do I not know the complete specification of the state of the system? – Lost Jun 26 '21 at 15:07
  • 1
  • 1
    You might be interested in reading (the end of) this answer of mine, since your comment indicates what you're really confused about is the distinction between points $(q,\dot{q})$ and a solution to the equations of motions $q(t)$. – ACuriousMind Jun 26 '21 at 15:30
  • Thank you for the link. I read it but unfortunately, I am yet not familiar with the symplectic abstraction so I could not properly understand your very informative answer. Maybe could you clarify why two points are absolutely necessary for giving the whole information of the state? I mean it's clear that we need two initial condns of position and velocity to find the eqns of motion but its not very clear to me that why when we are given $(q,\dot q )$ we have totally specified the state? Is it simply because only then can we find the eqns of motion from E-L eqns? – Lost Jun 26 '21 at 15:46
  • In other words, what does it mean to specify $(q,\dot q)$ for a system? Can you give an example of a toy system and show how $(q,\dot q)$ are both separately necessary? – Lost Jun 26 '21 at 15:54