Find the equilibrium position of an object which satisfies the equation of motion. I know how that there is a formula $$ d^{2}x/dt^{2} = - \omega^{2}x $$ but I can't see the usage of it when there are so many "things" on the right side of the equation.
$$ 4d^{2}x / dt^{2} = −x^{3} + x^{2} − x + 1 $$

We have $$ F(x) = m \frac{d^2 x}{dt^2} = \frac{m}{4}(-x^3 + x^2 - x + 1) $$ which is a force only depending on position $x$ and not on velocity $\dot{x}$ or time $t$.
We have $$ m \ddot{x} = F(x) \iff \\ m \dot{x}\ddot{x} = F(x) \, \dot{x} \iff \\ \frac{d}{dt} \left( \frac{m}{2} \dot{x}^2 \right) = F(x) \, \dot{x} = \frac{d}{dt}\int\limits_{t_0}^tF(x(\tau)) \, \dot{x}(\tau) \, d\tau = \frac{d}{dt}\int\limits_{x_0}^x F(\xi) \, d\xi $$ one sets $$ T(v) = \frac{m}{2} v^2 \\ U(x) = - \int\limits_{x_0}^x F(\xi) \, d\xi $$ and calls them kinetic and potential energy. They fulfill $$ T + V = E = \text{const} $$ At points of equilibrium $x_0$ we have a vanishing force $$ F(x_0) = -U'(x_0) = 0 $$ and if we deviate from the equilibrium position, the forces must be pushing back to the equilibrium point, so we require $$ U''(x_0) > 0 $$ From $F(x) = 0$ we have one candidate $x_0 = 1$.
We have $$ U''(x) = (U'(x))' = (-F(x))' = -\frac{m}{4}(-3x^2 + 2 x - 1) $$ and $$ U''(1) = \frac{m}{2} > 0 $$ so $x_0 = 1$ is a point of equilibrium.
Here is an image
which shows $F(x)/m$ and a $U(x)/m$.