I'm asked to calculate this limit: $$ \lim_{(x,y)\rightarrow(0,0)}\frac{\ln(1+x)+\ln(1+y)}{x+y} $$
After calculating iterated limits and using some directions ($y=\lambda x$ and $ y=\lambda x^2$) all I can deduce is that the limit is actually $1$, but using polar coordinates I'm not able to prove it. Is there any other way to solve it?
Choose $\alpha \neq 0$ and choose the following path $s=x+\alpha x^2, t=-x+\alpha x^2$. \begin{eqnarray} {\log (1+s)+\log(1+t) \over s+t} &=& { \log ( (1+\alpha x^2)^2 - x^2) \over 2 \alpha x^2 } \\ &=& { \log ( (1+\alpha x^2)^2 ( 1 - {x^2 \over (1+\alpha x^2)^2 } ) ) \over 2 \alpha x^2 } \\ &=& { 2\log (1+\alpha x^2) \over 2 \alpha x^2 } + { \log ( 1 - {x^2 \over (1+\alpha x^2)^2 } ) \over 2 \alpha x^2 } \end{eqnarray} A little L'Hôpital shows that the limit as $x \to 0$ is $1-{1 \over 2 \alpha}$.
In particular, the limit in the question does not exist.