John Creighto said:
Given where you placed the parenthesis, I still don’t follow.
Step by step, then. The problem is to evaluate
[tex]\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1}[/tex]
To do so I will take the base-n log of this expression. Using [itex]\log a^b = b\log a[/itex]
[tex]\log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1}\Biggr) =<br />
\sqrt[n] n \,<br />
\log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_n\Biggr)[/tex]
We still have something of the form [itex]\log a^v[/itex]. Applying the identity again yields
[tex]
{\sqrt[n] n}^{\;2} \,<br />
\log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n-1}\Biggr)[/tex]
After doing this [itex]m<n[/itex] times, the expression becomes
[tex]
{\sqrt[n] n}^{\;m} \,<br />
\log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1-m}\Biggr)[/tex]
After applying this identity
n times, the log (base n) of the original expression becomes
[tex]
{\sqrt[n] n}^{\;n} \log_n \left(\sqrt[n] n\right)[/tex]
The first term, [itex]{\sqrt[n] n}^{\;n}[/itex] is [itex]n[/itex]. The second term, [itex]\log_n \left(\sqrt[n] n\right)[/itex] is [itex]1/n[/itex]. The product of these two terms is one. If the log (base n) of the expression in question is one, the expression itself must be equal to n.