In my book the Navies-Stokes equations are stated as:
Let $\Omega$ be a domain in $\mathbb R^n$, $n\geq 2$ and let $T\in (0,\infty)$. The incompressible Navier-Stokes equations for velocity $u(x,t):\Omega \times \mathbb (0,T) \to \mathbb R^n$ and pressure $p(x,t):\Omega \times (0,T) \to \mathbb R$ are \begin{align} \partial_t u-\nu \Delta u &+(u\cdot\nabla) u + \nabla p = f \tag 1 \\ &\text{div }u = 0 \tag 2 \end{align} Here $f$ is a given body force and $\nu > 0$ is the viscosity constant. The equations are coupled with an initial condition $$ u(x,0)=u_0(x), \quad \text{div }u_0 =0 \tag 3 $$
I know this notation, so far so good!
However, at Clay Mathematics Institute they use a different notation. Are the following equations equivalent to the equations above? If so, can you explain the difference in notation? How can we go from $(4)-(5)$ to $(1)-(2)$?
These equations are to be solved for an unknown velocity vector $u(x,t)=(u_i(x,t))_{1\leq i \leq n}\in \mathbb R^n$ and pressure $p(x,t)\in \mathbb R$, defined for position $x\in \mathbb R^n$ and time $t \geq 0$. We restrict attention here to incompressible fluids filling all of $\mathbb R^n$. The Navier–Stokes equations are then given by \begin{align} \frac{\partial}{\partial t} u_i + \sum_{j=1}^{n} u_j \frac{\partial u_i}{\partial x_j}&=\nu \Delta u_i - \frac{\partial p}{\partial x_i} + f_i(x,t) \tag 4\\ \text{div }u &= \sum_{i=1}^{n}\frac{\partial u_i}{\partial x_i}=0 \tag 5 \end{align} with initial conditions $$ u(x,0)=u^{\circ}(x) \tag 6 $$ Here $u^{\circ}(x)$ is a given, $C^{\infty}$ divergence-free vector field on $\mathbb R^n$, $f_i(x,t)$ are the components of a given, externally applied force (e.g gavity), $\nu$ is a positive coefficient (the viscosity) and $\Delta = \sum_{i=1}^{n} \frac{\partial^2}{\partial x_i^2}$ is the Laplacian in the space variables.
Question 1:
I guess $(4)$ is written componentwise for each $u_i(x,t)$. However, the author use $i$ for both $u_i(x,t)$ and the summation in $(5)$. Isn't there a distinction between $i$ for $u_i(x,t)$ and $i$ in the summation? Say we use $k$ in $(5)$ instead $$ \sum_{k=1}^{n}\frac{\partial u_k}{\partial x_k}=0 \tag 7 $$
Question 2:
Is the following correct? Suppose $n=2$, $u(x,t)=(u_1(x,t),u_2(t))$.
So for $u_1(x,t)$ we have 2 equations: \begin{align} \frac{\partial}{\partial t} u_1(x,t) &+ u_1(x,t) \frac{\partial u_1 (x,t)}{\partial x_1} + u_2(x,t) \frac{\partial u_1(x,t)}{\partial x_2}\\ &=\nu \bigg (\frac{\partial^2 u_1(x,t)}{\partial x_1^2} + \frac{\partial^2 u_1(x,t)}{\partial x_2^2} \bigg ) - \frac{\partial p(x,t)}{\partial x_1} + f_1(x,t) \tag 8 \\ \quad \text{div }u &= \frac{\partial u_1(x,t)}{\partial x_1} + \frac{\partial u_2(x,t)}{\partial x_2}=0 \tag 9 \end{align} And for $u_2(x,t)$ we have these 2 equations: \begin{align} \frac{\partial}{\partial t} u_2(x,t) &+ u_1(x,t) \frac{\partial u_2 (x,t)}{\partial x_1} + u_2(x,t) \frac{\partial u_2 (x,t)}{\partial x_2}\\ &=\nu \bigg (\frac{\partial^2 u_2 (x,t)}{\partial x_1^2} + \frac{\partial^2 u_2 (x,t)}{\partial x_2^2} \bigg ) - \frac{\partial p(x,t)}{\partial x_2} + f_2(x,t) \tag{10} \\ \quad \text{div }u &= \frac{\partial u_1(x,t)}{\partial x_1} + \frac{\partial u_2(x,t)}{\partial x_2}=0 \tag{11} \end{align}
Question 3:
I haven't seen $u(x,t)=(u_i(x,t))_{1\leq i \leq n}\in \mathbb R^n$ before. Is it equivalent to the notation $u(x,t)=(u_1(x,t), \dots, u_n(x,t))$? Or does $u(x,t)=(u_i(x,t))_{1\leq i \leq n}\in \mathbb R^n$ mean: "pick $i$ distinct functions", i.e. if $n=2$ we have the two functions \begin{align} u(x,t)&=(u_1(x,t)) \tag{12}\\ u(x,t)&=(u_2(x,t)) \tag{13} \end{align}