I was trying to factor a polynomial with Wolfram and I noticed a quadratic form I've never considered.
$$n^2-4+\frac{6}{n}=0$$ The purpose of it is not important but it made me wonder. How do you solve it? A normal quadratic $\quad ax^2+bx+c\quad$ is solved by the quadratic formula:
$$n=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
but this equation seems to take the form $\quad ax^2+0x-c+dx^{-1}=0.\quad$ How do you solve it? Do I multiply through by $n$ and then solve it as a cubic?
Hint Multiplying by $n$ you get the cubic equation $$n^3-4n+6=0$$
The Rational Root Test tells you that the only potential rational roots are $\pm1, \pm 2, \pm 3, \pm6$ and you can see that none of them works. This means that you cannot factor this equation easily; you need to use the Cubic Formula (or solve it as a cubic).