Let $n$ be a large integer.
Question. What is a good upper-bound for $\sqrt{1-x^{1/n}}$ valid for $x \in (0, 1)$ ?
The trivial bound $\sqrt{1-x^{1/n}} \le \sqrt{(1-x)/n}$ which follows from the (fractional) binomial theorem, is very loose for $0 < x \ll 1$.
Notes
- Philosophically, an upper-bound means to exhibit a relation of the form $f(x) \le g(x)$ where $g(x)$ "looks simpler". For the above question, idealistically, upper-bound with no appearance of $n$ in an exponent of some $x$-expresion...
Edit
Illustrating bound from user Claude's answer
Looks pretty tight for large values of $n$, right ?
No $n$ in the approximation seems difficult (at least to me).
Composing Taylor series for large values of $n$ $$\log \left(\sqrt{1-x^{\frac{1}{n}}}\right)=-\frac{1}{2} \log \left({n}\right)+\log \left(\sqrt{-\log (x)}\right)+\frac{\log (x)}{4 n}+O\left(\frac{1}{n^2}\right)$$ giving as a quite good approximation $$\color{blue}{\sqrt{1-x^{\frac{1}{n}}}\sim x^{\frac{1}{4 n}}\sqrt{\frac{-\log (x)}{n}}} $$
Trying for $n=100$ $$\left( \begin{array}{cccc} x & x^{\frac{1}{4 n}}\sqrt{\frac{-\log (x)}{n}} & \sqrt{1-x^{\frac{1}{n}}} & \sqrt{\frac{-\log (x)}{n}}\\ 0.05 & 0.1717904 & 0.1717936 & 0.1730818 \\ 0.10 & 0.1508717 & 0.1508734 & 0.1517427 \\ 0.15 & 0.1370843 & 0.1370853 & 0.1377360 \\ 0.20 & 0.1263542 & 0.1263549 & 0.1268636 \\ 0.25 & 0.1173336 & 0.1173341 & 0.1177410 \\ 0.30 & 0.1093959 & 0.1093963 & 0.1097257 \\ 0.35 & 0.1021923 & 0.1021925 & 0.1024608 \\ 0.40 & 0.0955041 & 0.0955042 & 0.0957231 \\ 0.45 & 0.0891811 & 0.0891812 & 0.0893593 \\ 0.50 & 0.0831113 & 0.0831114 & 0.0832555 \\ 0.55 & 0.0772044 & 0.0772045 & 0.0773199 \\ 0.60 & 0.0713808 & 0.0713809 & 0.0714721 \\ 0.65 & 0.0655634 & 0.0655634 & 0.0656341 \\ 0.70 & 0.0596690 & 0.0596691 & 0.0597223 \\ 0.75 & 0.0535974 & 0.0535974 & 0.0536360 \\ 0.80 & 0.0472117 & 0.0472117 & 0.0472381 \\ 0.85 & 0.0402973 & 0.0402973 & 0.0403136 \\ 0.90 & 0.0324507 & 0.0324507 & 0.0324593 \\ 0.95 & 0.0226451 & 0.0226451 & 0.0226480 \end{array} \right)$$
So, it seems that we have a lower and an upper bound.
$$\color{blue}{ x^{\frac{1}{4 n}}\sqrt{\frac{-\log (x)}{n}} < \sqrt{1-x^{\frac{1}{n}}} <\sqrt{\frac{-\log (x)}{n}} }$$
Edit
What Barry Cipra proposed seems to be significantly better.