Does the following lax scheme:
$$\frac{u_{j}^{n+1}-\frac{u_{j+1}^{n}+u_{j-1}^{n}}{2}}{\Delta t}+c\frac{u_{j+1}^{n}-u_{j-1}^{n}}{2\Delta x}=0$$ of $$\begin{cases} u_t+cu_x=0 & \text{for} \ (x,t)\in\mathbb{R}\times ]0,T[ \\ u(x,0)=u_0(x) \end{cases}$$ accuracy and give the order? We have the order of accuracy in space is $O(\Delta x)^2$ since we have approximated $u_x$ by $$\frac{\partial u_{j}^{n}}{\partial x}\approx\frac{u_{j+1}^n-u_{j-1}^n}{2\Delta x}$$ but I have the problem with the following term in time: $$\frac{u_{j+1}^{n}+u_{j-1}^{n}}{2}$$