I'm having a hard time figuring out the log of a fraction with two variables.
For instance, $$f(x,y) = \frac{x}{x+y}$$ and if I took $$\log(f(x,y))$$ what would it be?
I know that $$\log(x/y) = \log(x) - \log(y)$$ so does that mean, my equation will deconstruct into $$\log(\frac{x}{x+y}) = \log(x) - \log(x+y)$$
Yes of course we can write
$$\log\left(\frac{x}{x+y}\right) = \log(x) - \log(x+y)$$
with the limitations
that is $x>0$ and $x+y>0$.