I came across this particular problem in my coursework, and instead of following the approach given in the answers, I thought of doing it by splitting it using properties of limits and then solving. The question is:
If $\lim_{x \to 0} \dfrac{sin3x}{x^3}+\dfrac{a}{x^2}+b $ exists, and is equal to 0 then find value of a and b
What I did:
$$\lim_{x \to 0} \dfrac{sin3x}{x^3}+\dfrac{a}{x^2}+b = 0$$ $$\lim_{x \to 0} \dfrac{3}{x^2}\dfrac{sin3x}{3x} + \dfrac{a}{x^2} +b = 0$$
As, $\lim_{x \to 0} \dfrac{sinx}{x}=1$, we can reduce it to:
$$\lim_{x \to 0} \dfrac{3}{x^2} + \dfrac{a}{x^2} +b = 0$$
Clearly, for the limit to exist, we will need to eliminate the $x^2$ in the denominator, so in order for that to happen, a must be -3. As a result we get:
$$\lim_{x\to 0}\dfrac{3-3}{x^2} +b = 0$$ Which is just: $$\lim_{x\to 0}b = 0$$
Which must mean b is equal to zero, right? But the solutions given in the above given link, and the graph of the above equation say otherwise. I understand the already-given solutions involving trigonometric substitution, but I can't seem to put my finger on why this particular method fails- is there any conceptual error I made here?