there is a question:
$$ \lim_{x->0}{\frac{x-arcsinx}{x^3(sinx+1)}} = \lim_{x->0}{\frac{1}{sinx+1}} · \lim_{x->0}{\frac{x-arcsinx}{x^3}} $$
[1]you know there have four place x
.
we know in limit calculation, if numerator x
tend to 0
, the denominator x
must tend to 0
too, so can get the correct result.
but in the given question, there divided into two lim's multiplication:$$\lim_{x->0}{\frac{1}{sinx+1}} · \lim_{x->0}{\frac{x-arcsinx}{x^3}}$$
there I named them as lim_A
· lim_B
.
in my opinion, the lim_A
and lim_B
comes from one entirety, if lim_A
's x
tends to 0
, the lim_B
's x
should tends to 0
too.
but however, in the question's solution there only let lim_A
's x ->0
ignore the lim_B
's x
,
$$\lim_{x->0}{\frac{1}{sinx+1}} · \lim_{x->0}{\frac{x-arcsinx}{x^3}} = \lim_{x->0}{\frac{x-arcsinx}{x^3}}$$
so, why ? is there any theorem state this step? (I don't understand because I think the lim_A
and lim_B
comes from one entity, if one x->0
, the others(lim_B
's x
) should x->0
too.)