0

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.$

NoChance
  • 6,427
Heijden
  • 331
  • 1
  • 3
  • 12

1 Answers1

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.

Gerry Myerson
  • 179,216