$$S_N=\frac{\sum_{i=1}^{2N}\sqrt{i}+\sqrt{i-1}}{\sum_{i=1}^{N}\sqrt{i}+\sqrt{i-1}}$$ I want to find an equivalence/asymptotic for $S_N$ as $N$ become very large. I tried the following:
Edit
We know that $$\sum_{i=1}^{N}\sqrt{i}\approx\frac{2N^{3/2}}{3}$$ and so $$S_N\approx\frac{(2N)^{3/2}+(2N-1)^{3/2}}{N^{3/2}+(N-1)^{3/2}}\approx 2\sqrt{2}.$$ Is this estimation correct and also how can it be improved?
Your formula is correct apart from the final simplification, which should be: $$ \frac{(2N)^{3/2}+(2N-1)^{3/2}}{N^{3/2}+(N-1)^{3/2}}\approx2^{3/2}. $$ To see this, observe that the two instances of $-1$ become irrelevant as $N\to\infty$, as long as you are looking for leading order asymptotics.