So I'm reading Beardon's Algebra and Geometry, and in chapter on complex numbers, author gives the following method for solving cubic equation:
Suppose we want to solve cubic equation $p_1(z)=0$, where $p_1(z)=z^3+az^2+bz+c$. Now $p_1(z-\frac{a}{3})$ is a cubic polynomial with no term in $z^2$, so we can consider it and relabel the coefficients to find the zeros of $p$, where now
$$p(z)=z^3+3bz-c$$
The advantage of it is that
$$p\bigg(z-\frac{b}{z}\bigg)=z^3-\frac{b^3}{z^3}-c$$
We can solve this quadreatic to obtain $z^3$ and hence a value, say $h$ of $z$. As $h^3-\frac{b^3}{h^3}=c$, it follows that $p(h-b/h)=0$ and we found a solution of $p(z)$
Then I'm asked to solve equation $z^3-z^2+z-1=0$ using this method.
So basically I do the first "transformation" with $p_1(z-\frac{a}{3})$. Then consider it with $p(z)=z^3+3bz-c$. But what I get for z as solutions is nowhere near to what the real solutions are. So I was wondering if somebody could provide me with a solution using this method?
Or is it that solutions for $p(z)$ will not be the same as the ones required for the initial equation and I need to do something additional to that? Thanks!