I tried to do this like that:
$$ \sin(x^2) = \mathcal{o}(x) \iff \lim_{x \to 0} \frac{\sin(x^2)}{x} = 0$$
we could get $\sin(x^2)$ from Taylor series.
For $x_0 = 0$, $T_n = 0$ for every $n$.
So from Peano remainder ($\lim_{x\to 0}r(x)=0$) we have:
$$\lim_{x\to 0}\sin(x^2) = 0$$
which means $$\lim_{x \to 0} \frac{\sin(x^2)}{x} = 0$$
Is this correct?