In Calculus, whenever we see a constant and want to take the derivative of it, it always is 0. However in Number Theory, we have something called the arithmetic derivative in which we can differentiate to get some nonzero term. So we can denote the arithmetic derivative the same way as in calculus, say for some $x$, we can say $x'$ to be the arithmetic derivative. Some properties of arithmetic derivatives are that:
- For all primes, the arithmetic derivative is $1$.
- Product Rule: $(xy)'=x'y+xy'$
- $0'=1'=0$
Now, there is also some lesser-known sub-part to the arithmetic derivative called the Arithmetic Logarithmic Derivative, $L(n)$, which is equal to $\frac{n'}{n}$. My question is that less than $100$, how many pairs of distinct positive integers (call them $a$ and $b$) does $L(a)=L(b)$?
Since $a=b$ is a trivial solution. For $a \neq b$: $$L(a)=L(b) \\ \frac{a'}{a}=\frac{b'}{b} \\ a'b-b'a=0 \\ \frac{a'b-b'a}{b^2}=0 \\ \left(\frac{a}{b}\right)'=0$$
Now for this problem: $$\left(\frac{a}{b}\right)'=\frac{a}{b} \sum_{i=1}^{k} \frac{x_i}{p_i}=0 \\ \sum_{i=1}^{k} \frac{x_i}{p_i}=0 \\ x_1 p_2 p_3 ... p_k+x_2 p_1 p_3 ... p_k+ ... + x_k p_1 p_2 ... p_k=0 \ \ \ \ \ (1) $$ Here we can conclude that $x_i=c_i p_i$ and equation $(1)$ becomes: $$c_1+c_2+...+c_k=0$$ Therefore the solutions to the equation $\left(\frac{a}{b}\right)'=0 \ \ \ \ (2)$ are of the form: $$\frac{a}{b}=\prod_{i=1}^{k} (p_i^{p_i})^{c_i}$$ where $\sum c_i=0$. For this problem since $a$ and $b$ are less than $100$ only possible values for $\frac{a}{b}$ are: $$\frac{a}{b}=\frac{2^2}{3^3}, \frac{3^3}{2^2}$$ Now if $\frac{a}{b}$ is a solution to the equation $(2)$ then $\frac{ma}{mb}$ is a solution too. So the solutions are: $$(2^2, 3^3), (2^3, 2\times 3^3), (3\times 2^2, 3^4), (3^3, 2^2), (2\times 3^3, 2^3), (3^4, 3\times 2^2) \\ = (4,27),(8,54),(12,81),(27,4),(54,8),(81,12)$$