For the diffusion equation $\dfrac{\partial \rho}{\partial t} = D\,\Delta \rho$, I'm trying to show that Crank-Nicolson is second order. I've isolated the truncation error $\tau_i^{n+1}$ to be $ D\left(\frac{\rho(x_{i+1}, t_{n+1}) + \rho(x_{i-1}, t_{n+1}) - 2\rho(x_i, t_{n+1})}{2(\Delta x)^2} + \frac{\rho(x_{i+1}, t_n) + \rho(x_{i-1}, t_n) - 2\rho(x_i, t_n)}{2(\Delta x)^2}\right)$, but I'm having trouble actually showing that it's $O((\Delta t)^2 + O((\Delta x)^2)$.
How should I proceed? A simple hint (ie how to to the Taylor Series) would be just fine!
Thank you!