I have been looking at this problem that has no positive integer solutions, and I became curious regarding the similar following problem:
I am trying to find solutions to$\frac{a}{b}+\frac{b}{c}+\frac{c}{a}=3$, where $a,b,c \in \mathbb{N}$.
It is fairly clear that $a=b=c=1$ is a solutions, and thus, $a=b=c=d\in \mathbb{N}$ is a family of solutions where each variable is the same. (Not terribly interesting). I am curious if there are other solutions and how to find them. If not, how could one prove there exist none?