Prove that inequality $\sqrt{2\sqrt{4\sqrt{8....\sqrt{2^n}}}} \leqslant n+1$

369 Views Asked by At

Let $n$ be the integer. Prove that $$\sqrt{2\sqrt{4\sqrt{8....\sqrt{2^n}}}} \leqslant n+1$$

SOURCE: BANGLADESH MATH OLYMPIAD

I am a new beginner at the infinite radical and sequence. I don't know about its basic conception.

My Attempt:

After seeing that problem, out of curiosity, I thought that I should calculate the multiplication of left side term.

Than I got something like this

$2^{\frac{1}{2}}$ × $2^{\frac{1}{2}}$ × $2^{\frac{3}{8}}$... × $2^{\frac{k}{2n}} = 2^{\left(\frac{1}{2}+\frac{1}{2}+\frac{3}{8}+...+\frac{k}{2n}\right)}$, where I denoted $2n$ = $2^\text{k}$.

But here I got stuck. The above sequence doesn't follow the pattern. Than how would I get the summation of the sequence?

Moreover, how should I approach to prove the above condition for the integer value of $n$? Any kind of help or clue will be greatly appreciated by this novice and new beginner. Thanks in advance.

1

There are 1 best solutions below

1
On BEST ANSWER

It's $$2^{\frac{1}{2}+\frac{2}{2^2}+\frac{3}{2^3}+...+\frac{n}{2^n}}=2^{x(x+x^2+...+x^{n})'}_{x=\frac{1}{2}}=2^{x\left(\frac{x(x^n-1)}{x-1}\right)'}_{x=\frac{1}{2}}=2^{x\left(\frac{x^{n+1}-x}{x-1}\right)'}_{x=\frac{1}{2}}=$$ $$=2^{x\cdot\frac{((n+1)x^n-1)(x-1)-x^{n+1}+x}{(x-1)^2}}_{x=\frac{1}{2}}=2^{x\cdot\frac{nx^{n+1}-(n+1)x^n+1}{(x-1)^2}}_{x=\frac{1}{2}}=2^{2\left(n\left(\frac{1}{2}\right)^{n+1}-(n+1)\left(\frac{1}{2}\right)^n+1\right)}=$$ $$=2^{\frac{n}{2^n}-\frac{n+1}{2^{n-1}}+2}=2^{2-\frac{n+2}{2^n}}.$$ Thus, it's enough to prove that $$2^{2-\frac{n+2}{2^n}}\leq n+1,$$ which is obviously true for $n\geq3.$

But easy to check that for $n=1$ and for $n=2$ our inequality is also true.