I have seen a book that offers to solve the following equation:
$$\underbrace {\sqrt[3]{{x\sqrt {x\sqrt[3]{{x \ldots \sqrt x }}} }}}_{{\text{100 radicals}}} = 2$$
The book also contains the answer:
$$x = {2^{\left( {\frac{{5 \times {6^{50}}}}{{3 \times ({6^{50}} - 1)}}} \right)}}$$
How did they get the answer for such equation? I tried to obtain the recurrence relation, but could not find the way to get the above answer.
EDIT
$${u_{100}} = 2,$$
$$\sqrt[3]{{x{u_{99}}}} = 2,$$
$$x{u_{99}} = {2^3},$$
$${u_{99}} = \sqrt {x{u_{98}}} ,$$
$$x\sqrt {x{u_{98}}} = {2^3},$$
$${x^2}x{u_{98}} = {({2^3})^2},$$
$${x^3}{u_{98}} = {2^6},$$
$${u_{98}} = \sqrt[3]{{x{u_{97}}}},$$
$${x^3} \times \sqrt[3]{{x{u_{97}}}} = {2^6},$$
$${x^9}x{u_{97}} = {({2^6})^3},$$
$${x^{10}}{u_{97}} = {2^{18}},$$
$${u_{97}} = \sqrt {x{u_{96}}} ,$$
$${x^{10}}\sqrt {x{u_{96}}} = {2^{18}},$$
$${x^{20}}x{u_{96}} = {({2^{18}})^2},$$
$${x^{21}}{u_{96}} = {2^{36}},$$
$${u_{96}} = \sqrt[3]{{x{u_{95}}}},$$
$${x^{21}} \times \sqrt[3]{{x{u_{95}}}} = {2^{36}},$$
$${x^{63}}x{u_{95}} = {2^{108}}$$
$${x^{64}}{u_{95}} = {2^{108}},$$
$${u_{95}} = \sqrt {x{u_{94}}} ,$$
$${x^{64}}\sqrt {x{u_{94}}} = {2^{108}},$$
$${x^{128}}x{u_{94}} = {2^{216}},$$
$${x^{129}}{u_{94}} = {2^{216}},$$
$$ \ldots $$
but I still have no idea how to find a generalized formula which allows to obtain the answer.