0
$\begingroup$

In my notes it was given that as $x\rightarrow 0,$

$\frac{x^{3/2}}{1-\cos x} = \mathcal{O}(x^{-1/2})$

It didnt give any explanation, so I was wondering what would the "method"/"intuition" be behind it, to be able to deduce/find out that $\mathcal{O}(x^{-1/2})?$

And how would I then find the order of $\frac{x^{3/2}}{1+\sin x}$ as $x\rightarrow 0.$

  • 0
    I have made a change to the tag, then cancelled the change. Question's text is intact.2012-02-22

1 Answers 1

2

The Taylor series for $1-\cos x$ begins with a term in $x^2$, and $x^{3/2}/x^2=x^{-1/2}$. You can do the same approach for your $\sin x$ example.

  • 0
    Okay, thanks for your help Gerry. :)2012-02-22