Here is another uniform convergence problem I have been struggling with. Show that $e^{\frac{x}{k}}$ converges uniformly on $[0,1]$.
Attempt: I see that the function sequence converges pointwise to $1$.Again, I am having difficulty finding a bound for $|e^\frac{x}{k}-1|$ for all $x \in [0,1]$, so that for any $\epsilon$ I can choose an $N$ for all $x \in[0,1]$ such that $k \geq N \implies |e^\frac{x}{k}-1|<\epsilon$ . What am I supposed to do here?
Edit: So I looked at one of the answers and I decided that this would be sufficient.
Let $\epsilon>0$. Choose $N>\frac{1}{\text{ln}(1+\epsilon)}$ then $k \geq N \implies |e^\frac{x}{k}-1|<|e^\frac{1}{k}-1|<\epsilon$ for all $x \in [0,1]$, can I get a confirmation that this is ok?
hint
For any $ k>0$, the function $$g_k: x\mapsto e^{\frac xk}-1$$
is positive and strictly increasing at $ [0,1]$.
$$M_k=\max_{x\in[0,1]}|g_k(x)|=$$ $$g_k(1)=e^{\frac 1k}-1$$
$$\lim_{k\to +\infty}M_k=1-1=0$$ So, the convergence is uniform at $ [0,1]$.