I was asked a simple question, show that $y+\sin y=x$ sets in the neighborhood of $(0,0)$ $y$ as a function of $x$, and find $\dfrac{dy}{dx}(0,0)$
Firstly, my naive solution would be:
Since $lim_{y \to 0} \frac{\sin y}{y} = 1$ I want to say that in the vicinity of $(0,0)$ $y=\sin y$ and then we get the equation $2y=x$, $y=\dfrac{1}{2}x$, and so $\dfrac{dy}{dx}(0,0)=\dfrac{1}{2}$
But if I was to do this question using the implicit fucntion theorem I have a problem.
Let's define $f(x,y)=y+\sin y-x$
Let's look at the matrix of the partial derivatives: $\begin{pmatrix} \dfrac{df}{dx}(0,0) & \dfrac{df}{dy}(0,0)\end{pmatrix} = \begin{pmatrix} -1 & 2 \end{pmatrix}$ and of course this matrix is not invertible, it is not even a square matrix.
So my questions are:
1) Why is my naive solution wrong?
2) Why isn't the jacobi matrix a square matrix?
3) Even if it was an invertible matrix, how would I find $y$ as a function of $x$ in order to find $\dfrac{dy}{dx}$?