How to solve this sequence problem?

64 Views Asked by At

$a_1, a_2, a_3\dots\;$ are numbers in a sequence with the condition $$a_{n+1}= a_n + ka_n$$ where k is a constant.
If the first number is $20,$ the last is $20000$ and total numbers are $1400.$ Find $k.$

2

There are 2 best solutions below

0
On

This is, as others said, a geometric sequence with common ratio 1+ k. $a_n= a_1(1+ k)^{n-1}$ and the sum, to k= n, is $a_1\frac{1- (1+ k)^n}{k}$. "The first number is 20". So $a_1= 20$. "The last number is 20000". So $a_n= 20(1+ k)^{n-1}= 20000$. $(1+ k)^{n-1}= 1000$. "The sum is 14000". That's impossible. The sum is 20000 plus other positive numbers so must be larger than 20000. I am going to try "The last number is 2000" rather than 20000. Then we have $(1+ k)^{n-1}= 100$ and $20\frac{1- (1+ k)^n}{k}= 1400$ or $\frac{1- (1+ k)^n}{k}= 70$.

0
On

The first number is $a_1=20$, the last number is $a_{1400}=20000$. The definition tells you that $$ a_{1400}=20(1+k)^{1399} $$ so $$ (1+k)^{1399}=1000 $$ and therefore $$ k=\sqrt[1399]{1000}-1\approx0.00494984801948955147 $$