diff options
author | Prefetch | 2022-09-18 22:38:07 +0200 |
---|---|---|
committer | Prefetch | 2022-09-18 22:38:07 +0200 |
commit | 6df953129e71ee94d12e2b02a74564928e25af89 (patch) | |
tree | 32cb4e83b3e696d6cb7383bf5ba87de0a4a8483f /content/know/concept/calculus-of-variations/index.pdc | |
parent | 6987dcbd64f3d4b3c3c43a8fd96a03a0ce5b56eb (diff) |
Expand knowledge base
Diffstat (limited to 'content/know/concept/calculus-of-variations/index.pdc')
-rw-r--r-- | content/know/concept/calculus-of-variations/index.pdc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/know/concept/calculus-of-variations/index.pdc b/content/know/concept/calculus-of-variations/index.pdc index 26c5753..9cae283 100644 --- a/content/know/concept/calculus-of-variations/index.pdc +++ b/content/know/concept/calculus-of-variations/index.pdc @@ -251,7 +251,7 @@ meaning they do not depend on any derivatives of any $f_n(x)$: $$\begin{aligned} \phi_m(f_1, ..., f_N, x) = 0 - \qquad + \qquad \qquad \int_{x_0}^{x_1} \phi_m(f_1, ..., f_N, x) \dd{x} = C_m \end{aligned}$$ @@ -261,12 +261,12 @@ by simply redefining the constraint as $\phi_m^0 = \phi_m - C_m = 0$. To solve this constrained optimization problem for $f_n(x)$, we introduce [Lagrange multipliers](/know/concept/lagrange-multiplier/) $\lambda_m$. -In the former case $\lambda_m(x)$ is a function of all $x$, while in the +In the former case $\lambda_m(x)$ is a function of $x$, while in the latter case $\lambda_m$ is constant: $$\begin{aligned} - \int \lambda_m(x_i) \: \phi_m(\{f_n\}, x) \dd{x} = 0 - \qquad + \int \lambda_m(x) \: \phi_m(\{f_n\}, x) \dd{x} = 0 + \qquad \qquad \lambda_m \int \phi_m(\{f_n\}, x) \dd{x} = \lambda_m C_m \end{aligned}$$ |