How do you find the inverse of $\ -log(\frac{x}{y})$?

40 Views Asked by At

There's this equation in chemistry called the hasselbalch equation. I looked at how it was derived, and it isn't making sense to me. $\ pKa -log(\frac{x}{y})$ equals to $\ pKa + log(\frac{y}{x})$, which confuses me because I thought the inverse would be $\ pKa -\frac{1}{log(\frac{x}{y})}$. Where did I go wrong, and could you please show me how to do it correctly.

This is my first time using MathJax (:

1

There are 1 best solutions below

0
On BEST ANSWER

You're confusing additive and multiplicative inverses, and in any case you didn't change the overall sign, so all you've done is replace $a-b$ with $a-b^{-1}$ instead of $a+b^{-1}$ (which would still be wrong, but would at least result from confusing one "inverse" of $b$ with another). Note$$-\log\tfrac{x}{y}=-(\log x-\log y)=\log y-\log x=\log\tfrac{y}{x}.$$