Find $a,b,c$ such that the remainder of $$\frac{a(x^{11}-x^4+1)^{15}-x^2+bx-c}{x^3+x}$$ is equal to $x^2-4x+1$.
I can solve it by writing $$a(x^{11}-x^4+1)^{15}-x^2+bx-c=(x^3+x)q(x)+x^2-4x+1$$
And solve the system of linear equations by looking at $x\in\{0,i,-i\}$ since those are the roots of $x^3+x$ making the term $(x^3+x)q(x)=0$ in the above expression. This leaves us with three simple linear equations where I got $(a,b,c)=(2,-6,1)$.
But what if the roots of the denominator weren't so easily obtainable because of a high degree, or the denominator had less unique roots than the unknown parameters? Then this method wouldn't work.
Are there other ways a problem like this could be solved relatively easily, if this was the case?
Or would that make things more complicated; what would be best way to solve something like that then?