Given a positive number $a$ and a positive integer $k$. Let the sequence $x_n$ be given recurrently: $x_1 = a^{\frac{1}{k}}$, $x_{n + 1} = \frac{a}{x_n} ^ {\frac{1}{k}}$. Prove that the general term formula has the form $x_n = a^{\frac{1 - (- k) ^{- n}}{k + 1}}$
Asked
Active
Viewed 29 times