I would like to find a differentiable $f:[1,\infty) \to \mathbb{R}$ satisfying:
$$f(x) = \ln(x)f'(x)$$.
My work:
We have $f(1) = 0$ and $f(e)=f^k(e)$. A Taylor series centered at $x_0=e$ gives us the following polynomial: $$f(e)+f(e)(x-e)+f(e)\frac{1}{2}(x-e)^2 \dots$$ $$=f(e) \sum_{k=1}^\infty \frac{(x-e)^k}{k!}$$ although I don't see how this might help me, and I also am not sure how else to approach this problem. Does the condition $f(e)=f^k(e)$ force $f(x)$ to be $e^x$, which would contradict $f(x)=\ln(x)f'(x)$, and thus no $f$ exists? I wouldn't think so, although I know that $Ae^x$ is the unique solution to $f(x)=f'(x)$ from this post.