From 6e70f28ccbd5afc1506f71f013278a9d157ef03a Mon Sep 17 00:00:00 2001
From: Prefetch
Date: Thu, 27 Oct 2022 20:40:09 +0200
Subject: Optimize last images, add proof template, improve CSS
---
.../know/concept/curvilinear-coordinates/index.md | 35 +++++++++-------------
1 file changed, 14 insertions(+), 21 deletions(-)
(limited to 'source/know/concept/curvilinear-coordinates')
diff --git a/source/know/concept/curvilinear-coordinates/index.md b/source/know/concept/curvilinear-coordinates/index.md
index cb22e43..48a5a72 100644
--- a/source/know/concept/curvilinear-coordinates/index.md
+++ b/source/know/concept/curvilinear-coordinates/index.md
@@ -48,6 +48,7 @@ we derive general formulae to convert expressions
from Cartesian coordinates to the new orthogonal system $$(x_1, x_2, x_3)$$.
+
## Basis vectors
Consider the the vector form of the line element $$\dd{\ell}$$,
@@ -86,6 +87,7 @@ $$\begin{aligned}
\end{aligned}$$
+
## Gradient
In an orthogonal coordinate system,
@@ -102,11 +104,8 @@ $$\begin{gathered}
}
\end{gathered}$$
-
-
-
-
-
+
+{% include proof/start.html id="proof-grad" -%}
For a direction $$\dd{\ell}$$, we know that
$$\idv{f}{\ell}$$ is the component of $$\nabla f$$ in that direction:
@@ -127,9 +126,8 @@ $$\begin{gathered}
+ \vu{e}_2 \dv{x_2}{\ell} \pdv{f}{x_2}
+ \vu{e}_3 \dv{x_3}{\ell} \pdv{f}{x_3}
\end{gathered}$$
+{% include proof/end.html id="proof-grad" %}
-
-
+
+{% include proof/start.html id="proof-div" -%}
As preparation, we rewrite $$\vb{V}$$ as follows
to introduce the scale factors:
@@ -222,8 +217,8 @@ $$\begin{aligned}
After repeating this procedure for the other components of $$\vb{V}$$,
we get the desired general expression for the divergence.
-
-
+{% include proof/end.html id="proof-div" %}
+
## Laplacian
@@ -246,6 +241,7 @@ $$\begin{aligned}
\end{aligned}$$
+
## Curl
The curl of a vector $$\vb{V}$$ is as follows
@@ -264,11 +260,8 @@ $$\begin{aligned}
}
\end{aligned}$$
-
-
-
-
-
+
+{% include proof/start.html id="proof-curl" -%}
The curl is found in a similar way as the divergence.
We rewrite $$\vb{V}$$ like so:
@@ -317,8 +310,8 @@ $$\begin{aligned}
If we go through the same process for the other components of $$\vb{V}$$
and add up the results, we get the desired expression for the curl.
-
-
+{% include proof/end.html id="proof-curl" %}
+
## Differential elements
--
cgit v1.2.3