I'm seeking for a function that gets a fraction as input and change its denominator power in the log function like follow:
$f(\frac{a}{b}) = log(\frac{a}{b^k})$
Is it possible to find a function like f?
p.s: The input of function is not a and b, it's $\frac{a}{b}$ and I need the definition of function, like $f(r) = r^2$.
Many functions (taking $a$ and $b$ as inputs) can be manufactured. How about $$f(a,b) = log(\frac{a}{b})+ \sum_{n=1}^{k-1}log(\frac{1}{b})$$