Problem: If $\lim_{x \to 0}{\sin2x\over x^3}+a+{b\over x^2}=0$ then find the value of $3a+b$.
My attempt: $\lim_{x \to 0}{\sin2x\over x^3}+a+{b\over x^2}=\lim_{x \to 0}{\sin2x\over 2x}({2\over x^2})+a+{b\over x^2}={2+b+ax^2\over x^2}$.From this we can conclude that $a=0$ and $b=-2$, hence $3a+b=-2$. However the answer is $2$. Where am I going wrong?