Path: blob/master/material/least_action.ipynb
934 views
Load modules
Geometry interpretation
Following the geometry theory developed here, we will try to define something called the Action for one small segment of the free fall movement in one-dimension.
For that we need the experimental data consisting on the height of an object of mass in free fall, and the height , for each time . This data would be fitted by a polynomial of degree two, as displayed in the figure for one of the fitted segments of the plot of as a function of . We take the origin of the coordinates at ground level. For each segment we can calculate an average kinetic energy, , and an averge potential energy, , in the limit of small. From the figure
We can then reformulate the problem of the free fall in the following terms. From all the possible curves that can interpolate the points and , which is the correct one?.
The answer obtained by Leonhard Euler [1] can be obtained from the definition of the function "Lagrangian"
With this, we can build the "Action", by integrating the Lagrangian function between the points and as
which give us a numerical result with units of energy multiplied by time (Js). What is worth noticing is that if we relax the definition of and allows for any , but keeping the initial and final points fixed, we can calculate many Action values. This is illustrated in the figure for blue dotted (), solid () and dashed ()lines. But only the height, , associated with the real physical path, has a minimum value for the Action, !
In fact, for one segment of the action between , and , with sufficiently small such that can be considered constant, we have that corresponds to Eq. (11) of Am. J. Phys, Vol. 72(2004)478: http://www.eftaylor.com/pub/Symmetries&ConsLaws.pdf
Least Action method: The least action method consist in the following steps illustrated in the figure
Fix the initial and final point of the movement. Example the initial time and the height from which a body is launched upwards, , and the final time and height .
Divide the problem in small segments of .
Build many paths with the initial and final point fixed and calculates the Action in each segment, , for all the paths
Choose the minimal Action for each segment, , and rebuild the full path which minimizes the Action in each segment. This is the physical trajectory!
Code implementation
The Action
We define the Action such of an object of mass throw vertically upwards from , such that seconds later the object return to a height , as
Example
Consider an object of mass Kg throw vertically upwards from an intial height of zero, and a flight time of s
Calculates the action for an intermediate set of points with s and an arbitrary path.
Activity: Change the path to any other value and report with the same initial and final values of zero and report the Action calculations by the chat
Fit the points with a polynomial of degree 2 and calculates the Action for 20 points along the fitted curve but keeping the same initial and final points!
Exercise
Try to find a large action (larger than 10 Js) and the minimal possible action
Solution to a free fall problem
At maximum height and From the second equation we get and
Activity: Find the same solution by fitting the polynomial of degree 2 that go trough the points:
,
,
, in s and m respectively.
Activity:
Calculates for the physical trajectory of a particle in free fall of kg, where Hint:
Calculates also the instataneous energy for several times.
Activity: Changes the maximum height for the previous activity and check what happens with the instantaneous energy.
Comparision with non-physical trajectories
I good approximation to the integral is:
Or even more general
Only the physical trajectory conserves energy
Approximated result
Activity: Check that the Action of a trajectory with a polynomial of order which fits points with the same extreme values, gives an Action that is larger than the previous minimun
Solution with minimization
To be seen in Minimization
References
[1] L. Euler, M´emoires de l'Acad´emie des Sciences de Berlin 4, 1898 (1748), republished in Ref.2, p. 38-63; L. Euler, M´emoires de l'Acad´emie des Sciences de Berlin 7, 169 (1751), republished in Ref. 2, p. 152. For a recent historical review see: Dias, Penha Maria Cardozo. (2017). Leonhard Euler's “principle of mechanics” (an essay on the foundations of the equations of motion). Revista Brasileira de Ensino de Física, 39(4), e4601. Epub May 22, 2017.https://doi.org/10.1590/1806-9126-rbef-2017-0057
[2] Leonhardi Euleri Opera Omnia, serie secunda, v. V, edited by J.O. Fleckenstein (Societatis Scientiarum Naturalium Helveticæ, Geneva,1957)