Related to this, I am looking for a solution for:
$(\log_{x}{x})'$ = ?
...where $x$ is not 1, but positive.
Related to this, I am looking for a solution for:
...where $x$ is not 1, but positive.
Notice that $\log_x x=1.$ Is that enough?
If you want to do it the hard way, let $f(y,z) = \log_y z = \frac{\ln z}{\ln y}$, so that your function is $g(x) = f(x,x)$. It is easy to compute that $\frac{\partial f}{\partial z}(y,z) = \frac{1}{z \ln y}.$ It is almost as easy to compute that $\frac{\partial f}{\partial z}(y,z) = \frac{1}{y} \cdot \frac{-\ln z}{\ln^2 y}$.
You have: $$ g'(x) = \frac{\partial f}{\partial y}(x,x) + \frac{\partial f}{\partial z}(x,x).$$ When you substitute the above formulas, everything cancels out and you find $g'(x) =0$.
Yes, it is somewhat silly to solve this particular problem this way. But hopefully, this will be of use to the author of the question if he wants to differentiate, say, $\log_x(1+x)$.