So I was really bored in my math class (I'm a high school sophomore taking precalculus in school) and my mind wandered to this expression:
$$\lim_{k\to \infty} \frac{\sum_{n=0}^{k}x^{\frac{n}{k}}}{k+1}$$
I have no idea how to even begin to evaluate this. I did some playing around with it on Desmos and it looks something like this for large values of $k$, which I don't recognize the shape of at all. I do notice that the graph should have the points $(0,0)$ and $(1,1)$, and it seems like if $j>k$ then $\frac{\sum_{n=0}^{k}x^{\frac{n}{k}}}{k+1}\ge\frac{\sum_{n=0}^{j}x^{\frac{n}{j}}}{j+1}$ for all $x$ with equality at $x=1$.
Also, please feel free to add any suitable tags---I didn't really know which ones to add.
(If you're wondering how I derived this expression, I was thinking about expressions like $\frac{x^0+x^1}{2}$, $\frac{x^0+x^{\frac{1}{2}}+x^1}{3}$, $\frac{x^0+x^{\frac{1}{3}}+x^{\frac{2}{3}}+x^1}{4}$, and then I thought about what would happen if we added more and more terms...)