Expand $(x+{\frac{1}{x}})^4 (x-{\frac{1}{x}})^2$
Right now, I am able to expand this expression by simplifying it to:
$\frac{(x^2+1)^4 (x^2-1)^2}{x^6}$
I used the formula $(a+b)^2$ and $(a-b)^2$ a bunch of times to arrive at the answer. But, is there any simpler/smarter way to do this?
The following procedure, I believe, is somewhat simpler
$$\begin{equation}\begin{aligned} \left(x+{\frac{1}{x}}\right)^4 \left(x-{\frac{1}{x}}\right)^2 & = \left(x+{\frac{1}{x}}\right)^2\left(x+{\frac{1}{x}}\right)^2\left(x-{\frac{1}{x}}\right)^2 \\ & = \left(x+{\frac{1}{x}}\right)^2\left(\left(x+{\frac{1}{x}}\right)\left(x-{\frac{1}{x}}\right)\right)^2 \\ & = \left(x+{\frac{1}{x}}\right)^2\left(x^2 - \frac{1}{x^2}\right)^2 \\ & = \left(\left(x+{\frac{1}{x}}\right)\left(x^2 - \frac{1}{x^2}\right)\right)^2 \\ & = \left(x^3 - \frac{1}{x} + x - \frac{1}{x^3}\right)^2 \\ & = \left(\left(x^3 - \frac{1}{x^3}\right) + \left(x - \frac{1}{x}\right)\right)^2 \\ & = \left(x^3 - \frac{1}{x^3}\right)^2 + 2\left(x^3 - \frac{1}{x^3}\right)\left(x - \frac{1}{x}\right) + \left(x - \frac{1}{x}\right)^2 \\ & = x^6 - 2 + \frac{1}{x^6} + 2\left(x^4 - x^2 - \frac{1}{x^2} + \frac{1}{x^4}\right) + x^2 - 2 + \frac{1}{x^2} \\ & = x^6 + 2x^4 - x^2 - 4 -\frac{1}{x^2} + \frac{2}{x^4} + \frac{1}{x^6} \end{aligned}\end{equation}\tag{1}\label{eq1}$$