Given $a$ and $b$ such that $a \ge b > 0,$ define the sequence ${a_n}$ by $$a_1 = a+b , \ \ \ a_n= a_1 - \frac {ab}{a_{n-1}} , \ \ \ \ \ n \ge 2.$$
Determine the $n^{\rm th}$ term of the sequence and compute $\lim_{n\to\infty}{a_n}$
I take $l = l - \frac {ab}{l}$ after that $ l= l - \frac{ab}{l}$, $l^2 =l^2-ab$, and I get $ab = 0$.
I don't know how I can find $\lim_{n\to\infty}{a_n}$.
Assuming the limit exists, you would have (since $a_1 = a+b$) $$ l = a_1 - \frac{ab}{l} \implies l^2-(a+b) l +ab =0 $$ so you get that the limit is $l=a$.