I have a problem involving two recurrence equations and I can't find an algebraic solution for it. I can however use Excel to determine its solution by generating their terms and check when their difference goes to zero.
The problem
The population growth in city A is described by:
$a_1=120000$
<p>$a_{n+1}=a_n+0.02(1-\frac{a_n}{230000})\times{a_n}$</p>and in the city B is described by:
$b_1=250000$
<p>$b_{n+1}=b_n+0.03(1-\frac{b_n}{140000})\times{b_n}$</p>Is there a 'n' such that both cities have the same number of population?
If I could express both series in terms of n instead of in terms of previous term then the solution would be to determine that n such as $a_{n+1}=b_{n+1}$ but both series are polynomial and the whole expression becomes ugly and complicated.
With the help of Excel I could determine that for n=39 they have about the same number of population (not exactly but just about).
Question : Can this problem be solved only with a pen and paper, i.e. without computation tools?
Note: this is a high-school problem but I would accept any advanced solution (i.e. college/university level).
PS: I've assumed that if there exists a n such that $a_{n+1}=b_{n+1}$ then perhaps for that n the $a_n=b_b$ and I've tried to determine that $a_n$ by it led nowhere.