Multi Index Notation
📂Partial Differential Equations Multi Index Notation Definition[^1] A multi-index with order ∣ α ∣ |\alpha| ∣ α ∣ is a tuple α = ( α 1 , α 2 , ⋯ , α n ) \alpha=(\alpha_{1}, \alpha_{2}, \cdots, \alpha_{n}) α = ( α 1 , α 2 , ⋯ , α n ) whose components are non-negative integers. Here, ∣ α ∣ | \alpha| ∣ α ∣ is defined as follows.
∣ α ∣ = ∑ i n α i = α 1 + ⋯ + α n
|\alpha| = \sum _{i}^{n} \alpha_{i} = \alpha_{1} + \cdots + \alpha_{n}
∣ α ∣ = i ∑ n α i = α 1 + ⋯ + α n
Notation For x = ( x 1 , x 2 , … , x n ) ∈ R n x = (x_{1}, x_{2}, \dots, x_{n}) \in \mathbb{R}^{n} x = ( x 1 , x 2 , … , x n ) ∈ R n , x α x^{\alpha} x α is defined as follows.
x α : = x 1 α 1 x 2 α 2 ⋯ x n α n
x^{\alpha} := x_{1}^{\alpha_{1}} x_{2}^{\alpha_{2}} \cdots x_{n}^{\alpha_{n}}
x α := x 1 α 1 x 2 α 2 ⋯ x n α n
The multi-index is often used to represent partial derivatives as follows.
D α : = ∂ ∣ α ∣ ∂ x 1 α 1 ⋯ ∂ x n α n = ( ∂ ∂ x 1 ) α 1 ( ∂ ∂ x 2 ) α 2 ⋯ ( ∂ ∂ x n ) α n = ∂ x 1 α 1 ⋯ ∂ x n α n
\begin{align*}
D^\alpha :=&\ \dfrac{\partial ^{|\alpha|} } {{\partial x_{1}}^{\alpha_{1}}\cdots {\partial x_{n}}^{\alpha_{n}}}
\\ =&\ \left( \frac{ \partial }{ \partial x_{1}} \right)^{\alpha_{1}}\left( \frac{ \partial }{ \partial x_{2}} \right)^{\alpha_{2}}\cdots \left( \frac{ \partial }{ \partial x_{n}} \right)^{\alpha_{n}}
\\ =&\ \partial^{\alpha_{1}}_{x_{1}}\cdots\partial^{\alpha_{n}}_{x_{n}}
\end{align*}
D α := = = ∂ x 1 α 1 ⋯ ∂ x n α n ∂ ∣ α ∣ ( ∂ x 1 ∂ ) α 1 ( ∂ x 2 ∂ ) α 2 ⋯ ( ∂ x n ∂ ) α n ∂ x 1 α 1 ⋯ ∂ x n α n
For example, if α = ( 2 , 1 , 0 ) \alpha=(2,1,0) α = ( 2 , 1 , 0 ) , then D α u ( x ) D^{\alpha} u(x) D α u ( x ) means the following.
D α u ( x ) = ∂ 3 u ( x ) ∂ x 1 ∂ x 1 ∂ x 2 = ∂ 3 u ( x ) ∂ x 1 2 ∂ x 2
D^{\alpha} u(x)=\dfrac{ \partial^3 u(x)} {\partial x_{1} \partial x_{1} \partial x_{2}}=\dfrac{ \partial^3 u(x)} {\partial x_{1} ^{2} \partial x_{2}}
D α u ( x ) = ∂ x 1 ∂ x 1 ∂ x 2 ∂ 3 u ( x ) = ∂ x 1 2 ∂ x 2 ∂ 3 u ( x )
Also, for an integer k ≥ 0 k \ge 0 k ≥ 0 , D k D^k D k is defined as follows.
D k u : = { D α u : ∣ α ∣ = k }
D^ku:=\left\{ D^{\alpha} u : |\alpha|=k \right\}
D k u := { D α u : ∣ α ∣ = k }
D k u D^{k}u D k u is a set that collects all D α u D^{\alpha} u D α u for every multi-index α \alpha α with order k k k . Note that k k k is a non-negative integer, not a multi-index. Once an order is assigned to the elements of D k u D^{k}u D k u , meaning determined which component is which, D k u D^k u D k u can be thought of as a point in R k \mathbb{R}^{k} R k [^2]. See the following example.
Case 1. k = 1 k=1 k = 1
It means the gradient .
D 1 u = D u : = ( u x 1 , u x 2 , ⋯ , u x n ) = ∇ u ∈ R n
D^1 u=Du:=(u_{x_{1}},\ u_{x_{2}},\ \cdots,\ u_{x_{n}})=\nabla u \ \in \ \mathbb{R^n}
D 1 u = D u := ( u x 1 , u x 2 , ⋯ , u x n ) = ∇ u ∈ R n
Case 2. k = 2 k=2 k = 2
It means the Hessian matrix .
D 2 u : = ( u x 1 x 1 ⋯ u x 1 x n ⋮ ⋱ ⋯ u x n x 1 ⋯ u x n x n ) ∈ R 2
D^2u := \begin{pmatrix}
u_{x_{1}x_{1}} & \cdots & u{x_{1}x_{n}}
\\ \vdots & \ddots & \cdots
\\ u_{x_{n}x_{1}} & \cdots & u_{x_{n}x_{n}}
\end{pmatrix} \in \ \mathbb{R^2}
D 2 u := u x 1 x 1 ⋮ u x n x 1 ⋯ ⋱ ⋯ u x 1 x n ⋯ u x n x n ∈ R 2
Especially, in the case of the Laplacian u u u , it is the same as summing all the diagonal components of the Hessian matrix of u u u .
Δ u = ∇ 2 = ∇ ⋅ ∇ u = d i v D u = ∑ i = 1 n u x i x i = t r ( D 2 u )
\Delta u=\nabla^2=\nabla \cdot \nabla u=\mathrm{div} Du = \sum_{i=1}^nu_{x_{i}x_{i}} = \mathrm{tr} (D^2u)
Δ u = ∇ 2 = ∇ ⋅ ∇ u = div D u = i = 1 ∑ n u x i x i = tr ( D 2 u )