I was doing some problems from a book I found on finding the square root of a polynomial expression. I came across this problem:
$$\frac{a^4}{64}+\frac{a^3}{8}-a+1$$
I utilised the method outlined here, and obtained the following result
$$\frac{a^4}{64}+\frac{a^3}{8}-a+1)\frac{a^2}{8} + \frac{a}{2}$$ $$\frac{a^2}{4} + \frac{a}{2} )\frac{a^3}{8} - a + 1$$ $$\frac{a^2}{4} + a + 1) -\frac{a^2}{4} - a + 1$$ $$\frac{a^2}{4} + a + 1 ) -2$$
I know that I didn't format it well, but, basically, when I used the method they suggested, I had a remainder at the end. I don't know whether I did something wrong or whether the polynomial is a perfect swuare.
In the last step it must be: $\frac{a^2}{4} + a \color{red}{-} 1 ) \color{red}{0}$.
See the solution in the referenced format:
$\hspace{5cm}$