Let's have an equation $$ u_{t} = \Delta u ,\quad \mathbf x є R^{n},\quad t > 0, \quad u(\mathbf r , 0) = e^{-(x_{1} + ... + x_{n})^{2}}. $$ How to solve it? I tried to reduce the equation to the form $$ u_{t} = \tilde {\Delta} u ,\quad \mathbf x є R^{n},\quad t > 0, \quad u(\mathbf r , 0) = \prod_{i = 1}^{n}f_{k}(x_{i}), $$ which I solved, but I failed.
Maybe, there be a good way to find solution in form $$ u(\mathbf r, t) = g(t)e^{-(x_{1} + ... + x_{n})^{2}f(t)}, \quad f(0) = g(0) = 1? $$ After substituting it to the equation I got $$ \partial_{t}u = \left( \dot {g} - g\dot {f}(\sum_{i, j}x_{i}x_{j})\right) exp(...) $$ for time derivation and $$ (-2nfg + 4ngf^{2}(\sum_{i, j}x_{i}x_{j}))exp(...) $$ for the Laplacian.
So, I have a system $$ \dot {g}(t) = -2nf(t)g(t), \quad -g(t)\dot {f}(t) = 4ng(t)f^{2}(t), \quad f(0) = g(0) = 1, $$ and I'll get a solution fast.
Is this method correct?
How can I solve this equation more "strictly"?