Say we have the following: $$f(x) = \log(x)$$ $$g(x)= \log(20x)$$
If we want to compare the two using big O notation, does this mean that I have to keep the factor $20$ so that I can conclude that $f(x) = O(g(x))$? I'm a little confused since when reading on evaluating big $O$, the general thing is to remove the multiplicative factors. Thanks!