I'm completely lost with the laplace equation I've searched different explanations of it on google and on this website and nothing is helping explain it. The question I was given is:
Show that the function $$\ f(x, y) = log(\sqrt{x^2 + y^2}) $$ Satisfies a Laplace equation of the form $$\frac{ ∂^2f}{∂x^2} + \frac {∂^2f}{∂y^2}= 0 $$
I'm just not too sure what to do even an example using a different equation in 2D would be a massive help. Thanks
I think it's just a matter of computing the two partials, adding them up, and simplifying to demonstrate that it simplifies to $0$. In fact, you only should need to compute one of them and use that again, swapping $x$ and $y$, by symmetry.
To start, note you can write $f(x,y) = \frac12\log(x^2+y^2)$, so $$\frac{\partial f}{\partial x} = \frac12\frac{2x}{x^2+y^2}=\frac{x}{x^2+y^2}$$ and then $$\frac{\partial^2 f}{\partial x^2} = \frac{\partial }{\partial x}\left(\frac{\partial f}{\partial x}\right) =\frac{(x^2+y^2)\cdot 1 -(x)\cdot2x}{(x^2+y^2)^2} = \frac{-x^2+y^2}{(x^2+y^2)^2}$$ Can you proceed from here?