MHB Express $a_n$ in $n$: Recursive Formula

  • Thread starter Thread starter Albert1
  • Start date Start date
Click For Summary
The recursive formula for the sequence is defined as $a_0=1$ and $a_n=\dfrac {a_{n-1}}{1+(n-1)\times a_{n-1}}$ for all $n\geq 1$. The challenge is to express $a_n$ explicitly in terms of $n$. Participants are encouraged to explore various approaches to derive a closed-form solution. The discussion highlights the complexity of the recursion and the need for innovative mathematical techniques. Ultimately, the goal is to simplify the expression for $a_n$ effectively.
Albert1
Messages
1,221
Reaction score
0
$a_0=1, a_n=\dfrac {a_{n-1}}{1+(n-1)\times a_{n-1}}$
for all $n\geq 1$
express $a_n$ in $n$
 
Mathematics news on Phys.org
My solution:

Computation of the first few terms suggests the closed form is:

$$a_n=\frac{2}{n^2-n+2}$$

As a check we may write:

$$\frac{a_{n-1}}{1+(n-1)a_{n-1}}=\frac{\dfrac{2}{(n-1)^2-(n-1)+2}}{1+(n-1)\dfrac{2}{(n-1)^2-(n-1)+2}}=\frac{2}{(n-1)^2-(n-1)+2+2(n-1)}=\frac{2}{n^2-2n+1-n+1+2+2n-2}=\frac{2}{n^2-n+2}=a_n$$

This closed form satisfies the given initial value, and the given non-linear recurrence, and so we may state:

$$a_n=\frac{2}{n^2-n+2}$$
 
nice try !
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
496
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
20
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K