Prove that if $a^2+bc \ne 0$, then the graph of $f(x)= \frac{ax+b}{cx-a}$ is symmetric about the line $y=x$.
Maybe this is a simple exercise, but I need help from you guys to understand how is the best way to solve this problem.
Reversing the coordinates of a point on the graph of $f(x)$ produce a point in the graph of $f^{-1}(x)$.
Just a different proof:
$$f(f(x))=\frac{af(x)+b}{cf(x)-a}=\frac{a\frac{ax+b}{cx-a}+b}{c\frac{ax+b}{cx-a}-a} = \frac{\frac{a^2x+ab+bcx-ab}{cx-a}}{\frac{cax+cb-acx+a^2}{cx-a}}= \frac{a^2x+bcx}{cb+a^2}=x$$
So $f(x)$ is its own inverse and so its graph is symmetric respect to $y=x$ (recall that the graph of a function and its inverse are symmetric respect to $y=x$)