Determine the rate of convergence of each sequence and numerically determine which of the following sequences approaches 1 faster.
$$\lim_{x\to0} \frac{ sinx^2}{x^2} versus \lim_{x\to0} \frac{(sinx)^2}{x^2}$$ **
I just found out the rate of convergence for this sequence $\lim_{x\to0} \frac{ sinx^2}{x^2}$.
For this, I used Taylor's theorem $\frac{sinx^2}{x^2} = 1- \frac{x^4}{6} \sin £ $
for some £ between 0 and x.
Then I found the rate of convergence to be $ O(x^4)$. Just need help to find rate of convergence of other sequence.
Textbook i am using:- Brain Bradie A friendly introduction to numerical analysis.