


			<h4 class=cyan>Vector operators</h4>
			<ul>
				<li>\(\nabla f = \frac{\partial f}{\partial r} \hat{r} + \frac{1}{r}\frac{\partial f}{\partial \theta} \hat{\theta} \)</li>
				<li>\(\nabla \cdot \textbf{F} = \frac{1}{r}\frac{\partial ( r F_{r})}{\partial r}+  \frac{1}{r} \frac{\partial F_{\theta}}{\partial \theta}\)</li>
				<li>\(\nabla^2 f = \frac{1}{r} \frac{\partial }{ \partial r} (r \frac{\partial f}{\partial r}) + \frac{1}{r^2}\frac{\partial^2  f }{\partial \theta^2}\)</li>
			<h4 class=cyan>Vector operators</h4>
			<ul>
				<li>\(\nabla f = \frac{\partial f}{\partial r} \hat{r} + \frac{1}{r}\frac{\partial f}{\partial \theta} \hat{\theta}+\frac{\partial f}{\partial z} \hat{z}\)</li>
				<li>\(\nabla \cdot \textbf{F} = \frac{1}{r}\frac{\partial ( r F_{r})}{\partial r}+  \frac{1}{r} \frac{\partial F_{\theta}}{\partial \theta}+\frac{\partial F_{z}}{\partial z}\)</li>
				<li>\(\nabla \times \textbf{F} = ( \frac{1}{r} \frac{\partial F_{z}}{\partial \theta} - \frac{\partial F_{\theta}}{\partial z}) \hat{r} + ( \frac{\partial F_{r}}{\partial z} - \frac{\partial F_{z}}{\partial r}) \hat{\theta} + \frac{1}{r} (\frac{\partial (r F_{\theta})}{\partial r} - \frac{\partial F_{r}}{\partial \theta}) \hat{z}\)</li>
				<li>\(\nabla^2 f = \frac{1}{r} \frac{\partial }{ \partial r} (r \frac{\partial f}{\partial r}) + \frac{1}{r^2}\frac{\partial^2  f }{\partial \theta^2} + \frac{\partial^2 f}{ \partial z^2}\)</li>
			</ul>


			<h4 class=cyan>Vector operators</h4>
				\[ \nabla f = \frac{\partial f}{\partial \rho} \hat{\rho} + \frac{1}{\rho}\frac{\partial f}{\partial \theta} \hat{\theta}+ \frac{1}{\rho \sin (\theta)}\frac{\partial f}{\partial \varphi} \hat{\varphi}\]
				\[ \nabla \cdot \textbf{F} = \frac{1}{{\rho}^2}\frac{\partial ( {\rho} ^2 F_{\rho})}{\partial \rho}+  \frac{1}{\rho \sin (\theta) } \frac{\partial ( \sin (\theta) F_{\theta} )}{\partial \theta}+  \frac{1}{\rho \sin (\theta)} \frac{\partial F_{\varphi}}{\partial \varphi}\]
				\[ \nabla \times \textbf{F} = \frac{1}{\rho \sin (\theta)} ( \frac{\partial ( \sin (\theta) F_{\varphi}) }{\partial \theta} - \frac{\partial F_{\theta}}{\partial \varphi}) \hat{\rho} + \frac{1}{\rho} ( \frac{1}{\sin (\theta)}\frac{\partial F_{\rho}}{\partial \varphi} - \frac{\partial (\rho F_{\varphi}) }{\partial \rho}) \hat{\theta} + \frac{1}{\rho} (\frac{\partial (\rho F_{\theta})}{\partial \rho} - \frac{\partial F_{\rho}}{\partial \theta}) \hat{\varphi}\]
				\[ \nabla^2 f = \frac{1}{\rho^2} \frac{\partial }{ \partial \rho } (\rho^2 \frac{\partial f}{\partial \rho}) + \frac{1}{\rho^2 \sin ( \theta )} \frac{\partial }{\partial \theta } ( \sin ( \theta )  \frac{\partial f }{\partial \theta } )  +  \frac{1}{\rho^2 \sin ^2 (\theta  )} \frac{\partial ^2 f }{ \partial \phi} \]
			</ul>
			<h4 class=cyan>Volume element</h4>
			<p>\( dV = \rho ^2 \sin ( \theta ) d\rho d\theta d\phi \)</p>














<h3 class=cyan>Vector operators</h3>
<h4 class=cyan>Nabla symbol</h4>
<p>Differential operator \(\nabla\) used as a notation for vector operators and hints towards their methods of calculation</p>
<p>\( \displaystyle \nabla = \begin{pmatrix}  \frac{\partial}{\partial x} \\  \frac{\partial}{\partial y} \\   \frac{\partial}{\partial z} \end{pmatrix} \)</p>
<h4 class=cyan>Gradient Gradiente 勾配</h4>
<p>Vector operator that <b>returns the vector of maximum change of a point in a scalar field</b> \(f\)</p>
<p>\(\displaystyle \nabla f = \begin{pmatrix} \frac{\partial f }{\partial x} \\ \frac{\partial f}{\partial y} \end{pmatrix}\)</p>
<ul>
	<li>\(f\) is the scalar field</li>
</ul>
<p>See <a href='/daigaku/2022_sum/m2.php'>Mathematics 2</a></p>

<h3 class=cyan>Divergence Divergenza 発散</h3>
<p>Vector operator that <b>returns the scalar quantity of flow in and out of a point in a vector field</b> \(\textbf{F}\)</p>
<p>To calculate based on intuition, look to the top, bottom, left and right of the point and note how regarding these adjacent vectors the point absorbs and emits</p>
<p>\(\displaystyle \nabla \cdot \textbf{F} = \begin{pmatrix} \frac{\partial}{\partial x} \\ \frac{\partial}{\partial y} \\ \frac{\partial}{\partial z} \end{pmatrix} \cdot \textbf{F} = \frac{\partial F_{x}}{\partial x}+\frac{\partial F_{y}}{\partial y}+\frac{\partial F_{z}}{\partial z}\)</p>
<ul>
	<li>\(\textbf{F}\) is the vector field</li>
	<li>\(F_{n}\) is the vector field's \(n\) argument</li>
</ul>
<h4 class=cyan>Sink</h4>
<p>Points in vector fields with more <b>inward</b> flow</p>
<p>\((x,y) \text{ is a sink } \iff \nabla \cdot f(x,y) \lt 0\)</p>
<h4 class=cyan>Source</h4>
<p>Points in vector fields with more <b>outward</b> flow</p>
<p>\((x,y) \text{ is a source } \iff \nabla \cdot f(x,y) \gt 0\)</p>

<h3 class=cyan>Curl Rotore 回転</h3>
<p>Vector operator that <b>returns the vector normal to the direction of counterclockwise rotation with its magnitude representing the intensity of the rotation at a point in vector field</b> \(\textbf{F}\)</p>
<p>\(\nabla \times \textbf{F} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z}  \\ F_x & F_y & F_z \end{vmatrix} = \begin{pmatrix} \frac{\partial F_{z}}{\partial y} - \frac{\partial F_{y}}{\partial z}  \\   \frac{\partial F_{z}}{\partial x} - \frac{\partial F_{x}}{\partial z} \\   \frac{\partial F_{y}}{\partial x} - \frac{\partial F_{x}}{\partial y}  \end{pmatrix}\)</p>
<ul>
	<li>\(\textbf{F}\) is the vector field</li>
	<li>\(F_{n}\) is the vector field's \(n\) argument</li>
</ul>


<h3 class=cyan>Laplacian Laplaciano ラプラス作用素</h3>
<p>Vector operator that <b>returns the scalar quantity of 'curvature' at a point in the scalar field</b> \(f\)</p>
<p>This works by capturing the gradient of the scalar field and finding the divergence of this gradient at some point</p>
<p>\(\displaystyle \nabla^2 f = \nabla \cdot (\nabla f) = \frac{\partial^2 f}{\partial x^2} + \frac{\partial^2 f}{\partial y^2}\)</p>














<h3 class=cyan>Vector-valued function</h3>
<p>Function \(\textbf{r} : X^n \to \mathbb{R}^m, m \geq 2\) that takes parameter vector or scalar as input and outputs a cartesian vector</p>
<h4 class=cyan>Vector field Campo vettoriale</h4>
<p>Vector-valued function  \(\textbf{F} : X^n \to \mathbb{R}^n\) that assigns a cartesian vector with same dimension as the space, to each point in said space \(X^n\)</p>
<p>\(\textbf{F} ( \textbf{x} )\)</p>
<h4 class=cyan>Position function</h4>
<p>Vector valued function \(\textbf{r}: [t_0 , t_1] \to \mathbb{R}^n \) that takes a scalar parameter \(t\) as input and outputs a cartesian vector, essentially representing a path in a space</p>


<h3 class=cyan>Vector operators</h3>
<h4 class=cyan>Nabla symbol</h4>
<p>Differential operator \(\nabla\) used as a notation for vector operators and hints towards their methods of calculation</p>
<p>\( \displaystyle \nabla = \begin{pmatrix}  \frac{\partial}{\partial x} \\  \frac{\partial}{\partial y} \\   \frac{\partial}{\partial z} \end{pmatrix} \)</p>
<h4 class=cyan>Gradient Gradiente 勾配</h4>
<p>Vector operator that <b>returns the vector of maximum change of a point in a scalar field</b> \(f\)</p>
<p>\(\displaystyle \nabla f = \begin{pmatrix} \frac{\partial f }{\partial x} \\ \frac{\partial f}{\partial y} \end{pmatrix}\)</p>
<ul>
	<li>\(f\) is the scalar field</li>
</ul>
<p>See <a href='/daigaku/2022_sum/m2.php'>Mathematics 2</a></p>

<h3 class=cyan>Divergence Divergenza 発散</h3>
<p>Vector operator that <b>returns the scalar quantity of flow in and out of a point in a vector field</b> \(\textbf{F}\)</p>
<p>To calculate based on intuition, look to the top, bottom, left and right of the point and note how regarding these adjacent vectors the point absorbs and emits</p>
<p>\(\displaystyle \nabla \cdot \textbf{F} = \begin{pmatrix} \frac{\partial}{\partial x} \\ \frac{\partial}{\partial y} \\ \frac{\partial}{\partial z} \end{pmatrix} \cdot \textbf{F} = \frac{\partial F_{x}}{\partial x}+\frac{\partial F_{y}}{\partial y}+\frac{\partial F_{z}}{\partial z}\)</p>
<ul>
	<li>\(\textbf{F}\) is the vector field</li>
	<li>\(F_{n}\) is the vector field's \(n\) argument</li>
</ul>
<h4 class=cyan>Sink</h4>
<p>Points in vector fields with more <b>inward</b> flow</p>
<p>\((x,y) \text{ is a sink } \iff \nabla \cdot f(x,y) \lt 0\)</p>
<h4 class=cyan>Source</h4>
<p>Points in vector fields with more <b>outward</b> flow</p>
<p>\((x,y) \text{ is a source } \iff \nabla \cdot f(x,y) \gt 0\)</p>

<h3 class=cyan>Curl Rotore 回転</h3>
<p>Vector operator that <b>returns the vector normal to the direction of counterclockwise rotation with its magnitude representing the intensity of the rotation at a point in vector field</b> \(\textbf{F}\)</p>
<p>\(\nabla \times \textbf{F} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z}  \\ F_x & F_y & F_z \end{vmatrix} = \begin{pmatrix} \frac{\partial F_{z}}{\partial y} - \frac{\partial F_{y}}{\partial z}  \\   \frac{\partial F_{z}}{\partial x} - \frac{\partial F_{x}}{\partial z} \\   \frac{\partial F_{y}}{\partial x} - \frac{\partial F_{x}}{\partial y}  \end{pmatrix}\)</p>
<ul>
	<li>\(\textbf{F}\) is the vector field</li>
	<li>\(F_{n}\) is the vector field's \(n\) argument</li>
</ul>


<h3 class=cyan>Laplacian Laplaciano ラプラス作用素</h3>
<p>Vector operator that <b>returns the scalar quantity of 'curvature' at a point in the scalar field</b> \(f\)</p>
<p>This works by capturing the gradient of the scalar field and finding the divergence of this gradient at some point</p>
<p>\(\displaystyle \nabla^2 f = \nabla \cdot (\nabla f) = \frac{\partial^2 f}{\partial x^2} + \frac{\partial^2 f}{\partial y^2}\)</p>


<h3 class=cyan>Coordinate system</h3>
<p>System of variables used to define a set of points in a space</p>
<h4 class=cyan>Point representation</h4>
<p>Each coordinate system has a set of equations to translate points in another system to said coordinate system</p>
<h4 class=cyan>Vector representation</h4>
<p>Each coordinate system has an orthonormal basis (frame) relative to a point in space that represents any vector from that point, e see <a href=/daigaku/2024_aut/la.php>Linear Algebra</a></p>
<p>Note that some orthonormal basises may be dependent on some \(\theta\) or \(\phi\) relational to the vector's base from the origin</p>
<h4 class=cyan>\(\mathbb{R}^2\)</h4>
<ul>
	<li>Cartesian</li>
	<li>Polar</li>
	<li>Parabolic</li>
	<li>Bipolar</li>
	<li>Elliptic</li>
</ul>
<h4 class=cyan>\(\mathbb{R}^3\)</h4>
<ul>
	<li>Cartesian</li>
	<li>Cylindrical</li>
	<li>Spherical</li>
</ul>


			<h3 class=cyan>Cartesian coordinates</h3>
			<p>Ordered 3-tuple \( (x,y,z) \) that  represents a point in a 3D space</p>
			<ul>
				<li>\( x \in \mathbb{R}\) is the translation along the x-axis</li>
				<li>\( y \in \mathbb{R}\) is the horizontal translation perpendicular to the x-axis</li>
				<li>\( z \in \mathbb{R}\) is the vertical translation</li>
			</ul>
			<h4 class=cyan>Vector transform</h4>
			<p>\( \text{span}\{ \hat{i}, \hat{j}, \hat{k}\} = \mathbb{R}^3 \)</p>
			<ul>
				<li>\( \hat{i}  = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix} \)</li>
				<li>\( \hat{j}  = \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} \)</li>
				<li>\( \hat{k}  = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \)</li>
			</ul>
			<h4 class=cyan>Volume element</h4>
			<p>\( dV = dxdydz \)</p>


			<h3 class=cyan>Polar coordinates</h3>
			<p>Ordered pair \( (r,\theta) \) that represents any point and vector in a 2D space</p>
			<ul>
				<li>\(r \in \mathbb{R}_{+}\) represents the modulus</li>
				<li>\(\theta \in [0,2\pi] \) represents the azimuthal angle (angle from x to y)</li>
			</ul>
			<h4 class=cyan>Point transfom</h4>
			<ul>
				<li>\(r=\sqrt{x^2 + y^2}\)</li>
				<li>\(\theta = \arctan (\frac{y}{x})\)</li>
			</ul>
			<ul>
				<li>\(x=r\cos (\theta)\)</li>
				<li>\(y=r\sin (\theta)\)</li>
			</ul>
			<h4 class=cyan>Vector transform</h4>
			<p>For some chosen angle \(\theta\)</p>
			<p>\( \text{span}\{ \hat{r}, \hat{\theta}\} = \mathbb{R}^2 \)</p>
			<ul>
				<li>\( \hat{r}  = \begin{pmatrix} \cos (\theta) \\ \sin (\theta) \end{pmatrix} \)</li>
				<li>\( \hat{\theta}  = \begin{pmatrix} -\sin (\theta) \\ \cos (\theta) \end{pmatrix} \)</li>
			</ul>
			<p>\( P_{ (r,\theta) \to (x,y)} = \begin{bmatrix} \cos (\theta) & -\sin(\theta) \\  \sin (\theta) & \cos (\theta) \end{bmatrix}\)</p>
			<h4 class=cyan>Vector operators</h4>
			<ul>
				<li>\(\nabla f = \frac{\partial f}{\partial r} \hat{r} + \frac{1}{r}\frac{\partial f}{\partial \theta} \hat{\theta} \)</li>
				<li>\(\nabla \cdot \textbf{F} = \frac{1}{r}\frac{\partial ( r F_{r})}{\partial r}+  \frac{1}{r} \frac{\partial F_{\theta}}{\partial \theta}\)</li>
				<li>\(\nabla^2 f = \frac{1}{r} \frac{\partial }{ \partial r} (r \frac{\partial f}{\partial r}) + \frac{1}{r^2}\frac{\partial^2  f }{\partial \theta^2}\)</li>
			</ul>
			<h4 class=cyan>Area element</h4>
			<p>\( dA = rdrd\theta \)</p>


			<h3 class=cyan>Cylindrical coordinates</h3>
			<p>Ordered 3-tuple \( (r,\theta,z) \) that represents any point and vector in a 3D space</p>
			<ul>
				<li>\(r \in \mathbb{R}_{+}\) represents the modulus projected along the x-y plane</li>
				<li>\(\theta \in [0,2\pi]\) represents the azimuthal angle (horizontally from +x-axis to +y-axis)</li>
				<li>\(z \in \mathbb{R}\) represents vertical translation</li>
			</ul>
			<h4 class=cyan>Point transform</h4>
			<ul>
				<li>\(r=\sqrt{x^2 + y^2}\)</li>
				<li>\(\theta = \arctan (\frac{y}{x})\)</li>
				<li>\(z=z\)</li>
			</ul>
			<ul>
				<li>\(x=r\cos (\theta)\)</li>
				<li>\(y=r\sin (\theta)\)</li>
				<li>\(z=z\)</li>
			</ul>
			<h4 class=cyan>Vector transform</h4>
			<p>For some chosen angle \(\theta\)</p>
			<p>\( \text{span}\{ \hat{r}, \hat{\theta}, \hat{z}\} = \mathbb{R}^3 \)</p>
			<ul>
				<li>\( \hat{r}  = \begin{pmatrix} \cos (\theta) \\ \sin (\theta) \\ 0 \end{pmatrix} \)</li>
				<li>\( \hat{\theta}  = \begin{pmatrix} -\sin (\theta) \\ \cos (\theta) \\ 0 \end{pmatrix} \)</li>
				<li>\( \hat{z}  = \begin{pmatrix} 0  \\ 0 \\ 1 \end{pmatrix} \)</li>
			</ul>
			<p>\( P_{ (r,\theta, z) \to (x,y,z)} = \begin{bmatrix} \cos (\theta) & -\sin(\theta) & 0 \\  \sin (\theta) & \cos (\theta) & 0 \\ 0 & 0 & 1 \end{bmatrix}\)</p>
			<h4 class=cyan>Vector operators</h4>
			<ul>
				<li>\(\nabla f = \frac{\partial f}{\partial r} \hat{r} + \frac{1}{r}\frac{\partial f}{\partial \theta} \hat{\theta}+\frac{\partial f}{\partial z} \hat{z}\)</li>
				<li>\(\nabla \cdot \textbf{F} = \frac{1}{r}\frac{\partial ( r F_{r})}{\partial r}+  \frac{1}{r} \frac{\partial F_{\theta}}{\partial \theta}+\frac{\partial F_{z}}{\partial z}\)</li>
				<li>\(\nabla \times \textbf{F} = ( \frac{1}{r} \frac{\partial F_{z}}{\partial \theta} - \frac{\partial F_{\theta}}{\partial z}) \hat{r} + ( \frac{\partial F_{r}}{\partial z} - \frac{\partial F_{z}}{\partial r}) \hat{\theta} + \frac{1}{r} (\frac{\partial (r F_{\theta})}{\partial r} - \frac{\partial F_{r}}{\partial \theta}) \hat{z}\)</li>
				<li>\(\nabla^2 f = \frac{1}{r} \frac{\partial }{ \partial r} (r \frac{\partial f}{\partial r}) + \frac{1}{r^2}\frac{\partial^2  f }{\partial \theta^2} + \frac{\partial^2 f}{ \partial z^2}\)</li>
			</ul>
			<h4 class=cyan>Volume element</h4>
			<p>\( dV = rdrd\theta dz \)</p>


			<h3 class=cyan>Spherical coordinates</h3>
			<p>Ordered 3-tuple \( (\rho,\theta,\phi) \) that represents any point and vector in a 3D space</p>
			<ul>
				<li>\(\rho \in \mathbb{R}_{+}\) represents the modulus</li>
				<li>\(\theta \in [0,\pi] \) represents the inclination angle (vertically from +z-axis to x-y-plane)</li>
				<li>\(\phi \in [0,2\pi]\) represents the azimuthal angle (horizontally from +x-axis to +y-axis)</li>
			</ul>
			<h4 class=cyan>Point transform</h4>
			<ul>
				<li>\(\rho=\sqrt{x^2 + y^2 + z^2}\)</li>
				<li>\(\theta= \arccos (\frac{z}{\rho})\)</li>
				<li>\(\phi= \arctan (\frac{y}{x})\)</li>
			</ul>
			<ul>
				<li>\(x=\rho \sin(\theta) \cos (\phi)  \)</li>
				<li>\(y=\rho  \sin (\theta)\sin (\phi) \)</li>
				<li>\(z=\rho \cos (\theta)\)</li>
			</ul>
			<h4 class=cyan>Vector transform</h4>
			<p>\( \forall \theta,\phi\in [0,2\pi] ,\text{span}\{ \hat{\rho}, \hat{\theta}, \hat{\varphi}\} = \mathbb{R}^3 \)</p>
			<ul>
				<li>\( \hat{\rho}  = \begin{pmatrix} \sin (\theta) \cos (\phi) \\ \sin (\theta) \sin (\phi) \\ \cos (\theta) \end{pmatrix} \)</li>
				<li>\( \hat{\theta}  = \begin{pmatrix} \cos(\theta) \cos (\varphi) \\ \cos(\theta) \sin (\varphi) \\ -\sin (\theta) \end{pmatrix} \)</li>
				<li>\( \hat{\varphi}  = \begin{pmatrix} -\sin (\varphi)  \\ \cos (\varphi)  \\ 0 \end{pmatrix} \)</li>
			</ul>
			<p>\( P_{ (\rho,\theta, \phi) \to (x,y,z)} = \begin{bmatrix} \sin (\theta) \cos (\phi) & \cos(\theta) \cos(\phi) & -\sin(\phi) \\  \sin(\theta) \sin(\phi) & \cos(\theta) \sin(\phi) & \cos( \phi ) \\ \cos(\theta) & -\sin (\theta) & 0 \end{bmatrix}\)</p>
			<h4 class=cyan>Vector operators</h4>
				<li>\(\nabla f = \frac{\partial f}{\partial \rho} \hat{\rho} + \frac{1}{\rho}\frac{\partial f}{\partial \theta} \hat{\theta}+ \frac{1}{\rho \sin (\theta)}\frac{\partial f}{\partial \varphi} \hat{\varphi}\)</li>
				<li>\(\nabla \cdot \textbf{F} = \frac{1}{{\rho}^2}\frac{\partial ( {\rho} ^2 F_{\rho})}{\partial \rho}+  \frac{1}{\rho \sin (\theta) } \frac{\partial ( \sin (\theta) F_{\theta} )}{\partial \theta}+  \frac{1}{\rho \sin (\theta)} \frac{\partial F_{\varphi}}{\partial \varphi}\)</li>
				<li>\(\nabla \times \textbf{F} = \frac{1}{\rho \sin (\theta)} ( \frac{\partial ( \sin (\theta) F_{\varphi}) }{\partial \theta} - \frac{\partial F_{\theta}}{\partial \varphi}) \hat{\rho} + \frac{1}{\rho} ( \frac{1}{\sin (\theta)}\frac{\partial F_{\rho}}{\partial \varphi} - \frac{\partial (\rho F_{\varphi}) }{\partial \rho}) \hat{\theta} + \frac{1}{\rho} (\frac{\partial (\rho F_{\theta})}{\partial \rho} - \frac{\partial F_{\rho}}{\partial \theta}) \hat{\varphi}\)</li>
				<li>\(\nabla^2 = \frac{1}{\rho^2} \frac{\partial }{ \partial \rho } (\rho^2 \frac{\partial f}{\partial \rho}) + \frac{1}{\rho^2 \sin ( \theta )} \frac{\partial }{\partial \theta } ( \sin ( \theta )  \frac{\partial f }{\partial \theta } )  +  \frac{1}{\rho^2 \sin ^2 (\theta  )} \frac{\partial ^2 f }{ \partial \phi} \)</li>
			</ul>
			<h4 class=cyan>Volume element</h4>
			<p>\( dV = \rho ^2 \sin ( \theta ) d\rho d\theta d\phi \)</p>







