I have modular polynomials that are of the form $$ x^n+C_1\equiv 0 \mod (C_2x+1). $$ and I am trying to find out information about the solutions for $x$ of is equation (if they exist). Note that I am not trying to determine if polynomial $C_2x+1 | x^n+C_1$, as that would be easy using polynomial division, rather if there is a way for determining the smallest value of $x$ of which this equation has a solution.
I understand that the statement provided is very general, but that is mostly because I am looking for resources to point me in the right direction of research such as
Is there a name for a polynomial mod a linear polynomial of the same variable? If not is there a name for an equation mod a polynomial?
Are there know methods or bounds on such polynomial solutions?
For example the polynomial equation $$ x^4+16 \equiv 0 \mod 128x + 1 $$ has minimal solution of $x=5$ apart from the trivial solution of $x=0$. Should additional structure be required, $C_1, C_2$ are guaranteed to be powers of $2$, however I'd like to see something more general