consider the following equation $$x=\sin{x}-ax+30$$ (a) Give a fixed point iteration scheme that will converge for all values of $a$ (b) How do you know that the scheme will work for all values of $a$?
Please help me as I have tried different $g(x)$ for $x=g(x)$ but none of them worked for all values of $a$.

hint
You must write your equation as
$$x=\phi (x). $$ to be sure the schema works and iterations will converge to the root, you should have
$$|\phi'(x)|\leq k <1$$.
If $a\geq 0$, you could take
$$x=\frac {\sin (x)+30}{1+a} $$