Structure and Interpretation of Classical Mechanics
.
1. The local-tuple function is the same as the local-tuple function
where
.
2. …
~~~
1. Equation
is the definition of . And equation
is the definition of . So, in theory,
is just true by definition.
In practice, their initial inputs are both the same local tuple
,
which has only a finite number of components. The path in the process is generated by that initial input:
So the function would get you back the exact local tuple from the osculating path:
.
In other words, since for the functions and
, neither input is the path itself, the identity is exact.
Conceptually,
(define (f local) (g local)) (define ((Gamma-bar f-bar) local) ((f-bar (osculating-path local)) (time local))) (define ((f-bar q) t) (f ((Gamma q) t)) ;; (((f-bar q) 't) ;; == f((Gamma q) 't) ;; == f('t, (v 't), (a 't),...)
— Me@2024-10-16 10:34:35 AM
.
.
2024.11.04 Monday (c) All rights reserved by ACHK