-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAM1.html
44 lines (34 loc) · 4.59 KB
/
AM1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>CAPQ - </title>
<link href='http://fonts.googleapis.com/css?family=Quattrocento' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Quattrocento+Sans' rel='stylesheet' type='text/css'>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="../style/style.css">
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
</head>
<body>
<div class="col-md-12 qheader text-center">
CAPQ - <a href="../">back to index</a>
</div>
<div class="container">
<div class="col-md-12 questionbody">
<h1 id="am1---why-are-qt-and-dot-qt-treated-as-indipendent-in-lagrangian-mechanics-shouldnt-dot-qt-be-viewed-as-a-functional-of-qt">AM1 - Why are <span class="math">\(q(t)\)</span> and <span class="math">\(\dot q(t)\)</span> treated as indipendent in Lagrangian mechanics? Shouldn't <span class="math">\(\dot q(t)\)</span> be viewed as a function(al) of <span class="math">\(q(t)\)</span>?</h1>
<p><em>this answer provided by <a href="https://www.reddit.com/user/Josef--K">u/Josef--K</a></em></p>
<p>For simplicity consider systems of one degree of freedom. Without further specification, all we know is that in general the Lagrangian is a function <span class="math">\[L:\mathbb{R}^3 \rightarrow \mathbb{R}; \;(q,v,t)\mapsto L(q,v,t) \]</span> As you see, no restrictions are placed on the domain here. The Lagrangian is a multivariable function, where position,velocity and time are <em>independent mathematical coordinates</em>.</p>
<p>We continue by defining the action <span class="math">\[S=\int_C L(q,v,t) \,ds\]</span> as a line integral over some path <span class="math">\(C\)</span> through the domain. In general such a path can be parametrized in function of one of the variables, time in this case, as <span class="math">\((q(t),v(t),t)\)</span>. The more familiar form of the action appears <span class="math">\[S=\int_{t_1}^{t_2} L(q(t),v(t),t) \,dt\]</span> From this moment on the position and velocity are considered <em>no longer independent</em> coordinates in the context of the action and are just explicit functions of time. The relationship between position and velocity as <span class="math">\(v=\dot{q}\)</span> has still not been used though.</p>
<p>We are going to assume that for a motion from <span class="math">\(q_1\)</span> to <span class="math">\(q_2\)</span> the parametrizations <span class="math">\((q(t),v(t),t)\)</span> that correspond to reality, are given by the paths that result in an extremum in the action <span class="math">\(S\)</span>. To find this minimum we are going to allow for variations in the position $q(t) $ and in variations of velocity <span class="math">\(\delta v(t)\)</span>. It is only now that we remember the velocity being the position's time derivative and place the following restriction on the variations in the velocity <span class="math">\[\delta v(t)=\frac{d \delta q(t)}{dt}\]</span> What follows is a textbook derivation without many subtleties which results in: <span class="math">\[\frac{d}{dt} \frac{\partial{L(q,v,t)}}{\partial v}(q(t),\dot{q}(t),t) = \frac{\partial L(q,v,t)}{\partial q}(q(t),\dot{q}(t),t)\]</span></p>
<p>What is happening in this equation? The first thing that happens is the Lagrangian being treated as a multivariable function where the variables are independent. The partial derivatives of this function are taken on both sides and only then the parametrization <span class="math">\((q(t),v(t),t)\)</span> that minimizes the action is considered. This makes it possible to take a total time derivative of the left side which results in a differential equation for <span class="math">\(q(t)\)</span>.</p>
<p>To conclude we summarize that it is only the Lagrangian as a multivariable function that treats position and velocity as time independent. This is also the case for operators that work on the Lagrangian as a multivariable function, for example partial derivatives. In the derivation of the equations of motions, we assume that the variations in the velocities are given by the derivatives of the variations in the positions, which reflects the dependent treatment of the variables in this derivation.</p>
</div>
</div>
</body>
</html>