I am a bit stuck. This is what I have so far and I am not sure how to simplify it further:
$${{x^2\over 2} - o(x^4)\over (x - {x^3 \over 6} + o(x^5))(x - {x^2 \over 2} +o(x^3))} $$
How do I proceed further?
I am a bit stuck. This is what I have so far and I am not sure how to simplify it further:
$${{x^2\over 2} - o(x^4)\over (x - {x^3 \over 6} + o(x^5))(x - {x^2 \over 2} +o(x^3))} $$
How do I proceed further?
What you did is absolutely correct and i hope that i can start from there $$\lim_{x\to o}\frac{1-cosx}{sin(x)ln(1+x)}=\lim_{x\to 0}\frac{\frac{x^2}{2}-\frac{x^4}{24}}{(x-\frac{x^3}{6})(x-\frac{x^2}{2}+\frac{x^3}{3})}$$ now take $x^2$ common in both numerator and denominator(one $x$ from each braces in the denominator) and then check the coefficient of constant in both numerator and denominator which gives you the value of limit (since all other powers of x tend to zero as x tends to zero) and in this case the value of limit is $$\lim_{x\to o}\frac{1-cosx}{sin(x)ln(1+x)}=\frac{1}{2}$$ Hope that helps!