For a real number $x$ such that $|x|<1$, show that the sequence $(x^n\sqrt{n})_{n \in \mathbb{N}}$ is convergent, with limit 0.
Here's what I have so far: Let $\epsilon > 0$. We want to find $N$ such that for all $n > N, |x^n\sqrt{n}| < \epsilon$. Now we have $n\log(x) + \frac{1}{2}\log(n) < n + n = 2n < \log (\epsilon)$. So pick $N$ with $N<\frac{\log(\epsilon)}{2}$.
My question is, is using logarithms a valid way to approach a question on convergence, and is there a better alternative method to tackle this question?
EDIT: Attempt 2: If $x=0$, then $x^{n}\sqrt{n}=0$ for every $n \in \mathbb{N}$ and therefore $$\lim_{n\to\infty}x^{n}\sqrt{n}=0$$ So we can assume $x \neq 0$. Then, note that $h = \frac{1}{|x|} - 1 > 0$. From Bernoulli's inequality we have: $\frac{1}{|x|^{n}\sqrt{n}} = \frac{(1+h)^{n}}{\sqrt{n}} \geq \frac{1+nh}{\sqrt{n}} > \sqrt{n}h.$ Therefore, we have $0 \leq |x|^{n}\sqrt{n} \leq \frac{1}{\sqrt{n}h}.$ Now, given any $\epsilon > 0$, we take $N \geq (\frac{1}{\epsilon h})^2$. Now for $n>N, |x^n\sqrt{n} - 0| = |x^n\sqrt{n}| \leq \frac{1}{\sqrt{n}h} < \frac{1}{\sqrt{N}h} \leq \epsilon$. Hence $$\lim_{n\to\infty}x^{n}\sqrt{n}=0$$