How to compute $f'(x)$ where $f(x)=\log_{x}(x^2+3)$ ?
When we deal with $x^{x^x}$ we use $e^{x^x\ln x}$. What do we "do" with logarithms?
How to compute $f'(x)$ where $f(x)=\log_{x}(x^2+3)$ ?
When we deal with $x^{x^x}$ we use $e^{x^x\ln x}$. What do we "do" with logarithms?
Use the change-of-base formula: $$ \log_x (x^2+3) = \frac{\log_e (x^2+3)}{\log_e x}\quad\left(\text{or, if you like, }\frac{\ln(x^2+3)}{\ln x}\right). $$
Let $y=f(x)=\log_{x}(x^2+3)\implies x^y=x^2+3$. Taking derivative on both sides gives, $$x^y(\frac{y}{x}+y'\log x)=2x\implies (x^2+3)(\frac{y}{x}+y'\log x)=2x$$ Now you can solve for $y'$ easily.