[sp]Let $b = \sqrt{a-1}$. Then $b + \dfrac b{a^2} + \dfrac{a^2}{b^2} = \dfrac1b + \dfrac{b^2}{a^2} + \dfrac{a^2}b.$ Also, $b^2 = a-1$, $b>0$ (assuming that we take the square root to be the positive one) and $a>1$ (so that the square root is defined). Multiply through by $a^2b^2$ to get $$a^2b^3 + b^3 + a^4 = a^2b + b^4 + a^4b.$$ Write this as $$b(b^2-a^2) + a^2b(b^2-a^2) - (b^4 - a^4) = 0.$$ That factorises as $(b^2-a^2)(b + a^2b - a^2-b^2) = 0$, and then factorises further as $(b+a)(b-a)(a^2-b)(b-1) = 0.$ The first factor cannot be zero because $a$ and $b$ are both positive. If $b=a$ then the equation $b^2=a-1$ becomes $a^2-a+1=0$, which has no real solutions. Similarly if $b=a^2$ then we get the equation $a^4-a+1=0$, which also has no real solutions. Finally, if $b=1$ then $a=2$, and that is the only solution to the problem.[/sp]