Here is a derivation of Newton's 1st law of motion in three-dimensions. The derivation is based on the classical least-action principle. It should be evident by the end that the same process works for any number of dimensions.
Suppose a particle goes from (x1,y1,z1) to (x2,y2,z2) between time t1 and time t2. Suppose also that space is potential-free (and thus force-free). The action is defined as (where E is the kinetic energy and U is the potential energy):
S=∫t1t2(E−U)dt=∫t1t2Edt
The particle will follow the path between the two points which minimizes the action. Suppose we discretize the path into N constant-velocity periods. N can be made arbitrarily large. For each period, the velocity is vk. The action becomes:
S=2mΣk=1k=N(vxk2+vyk2+vzk2)ΔtΔt=Nt2−t1
The actual path must minimize the action while satisfying the constraints corresponding to the changes in position. We can use the method of Lagrange multipliers with the following Lagrangian:
L=2mΣk=1k=N(vxk2+vyk2+vzk2)Δt+λx((Σk=1k=NvxkΔt)−(x2−x1))+λy((Σk=1k=NvykΔt)−(y2−y1))+λz((Σk=1k=NvzkΔt)−(z2−z1))
Taking partial derivatives with respect to the period-specific velocities and setting to zero (per standard practice) results in:
∂vx1∂L=mvx1Δt+λxΔt=0⟹vx1=−mλx∂vy1∂L=mvy1Δt+λyΔt=0⟹vy1=−mλy∂vz1∂L=mvz1Δt+λzΔt=0⟹vz1=−mλz∂vx2∂L=mvx2Δt+λxΔt=0⟹vx2=−mλx∂vy2∂L=mvy2Δt+λyΔt=0⟹vy2=−mλy∂vz2∂L=mvz2Δt+λzΔt=0⟹vz2=−mλzetc.⟹vx1=vx2=vxk⟹vy1=vy2=vyk⟹vz1=vz2=vzk
Thus, for motion in potential-free (force-free) three-dimensional space, the least-action principle dictates that the vector velocity must be constant.
#Mechanics
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Insightful analysis.
On a slightly unrelated yet interesting note, I suggest you look up Fermat's principle of least time. The principle goes on to say that the actual path traversed by a 'ray' of light is that which can be traversed in the shortest duration of time. Using this method, the laws of reflection and refraction of light can be derived. This is another variant of the Least Action Principle.
Log in to reply
I am going to post a problem on the "least time" principle soon. Should be fun
The problem is up now in the Calculus section
Just solved the problem. Thanks for posting it. It was a nice one.