summaryrefslogtreecommitdiff
path: root/src/math/variation.org
blob: fcbfb14d6742d5ac989781ff51cc4e941b49fa6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#+title:Variation Calculus
#+author: Thomas Albers Raviola
#+date: 2022-10-01
#+setupfile: ../../math_options.org

* Disclaimer
This site as of now just a technology demonstration and its claims
should not be taken as true (even though I myself am pretty confident
they are)

* Beltrami identity
\begin{align*}
\deriv{}{x}\pderiv{F}{\dot{y}} &= \pderiv{F}{y}\\
\deriv{}{x}\left(\pderiv{F}{\dot{y}}\right)\deriv{y}{x} &= \pderiv{F}{y}\deriv{y}{x}\\
\deriv{}{x}\left(\pderiv{F}{\dot{y}}\right)\deriv{y}{x} + \pderiv{F}{\dot{y}}\deriv{\dot{y}}{x} + \pderiv{F}{x} &= \pderiv{F}{y}\deriv{y}{x} + \pderiv{F}{\dot{y}} \deriv{\dot{y}}{x} + \pderiv{F}{x}\\
\deriv{}{x}\left(\pderiv{F}{\dot{y}}\dot{y}\right) + \pderiv{F}{x} &= \deriv{F}{x}\\
\deriv{}{x}\left(\pderiv{F}{\dot{y}}\dot{y} - F\right) &= - \pderiv{F}{x}\\
\pderiv{F}{\dot{y}}\dot{y} - F\right &= C
\end{align*}