MHB What is the value of $a_{2015}$ in a sequence with given conditions?

  • Thread starter Thread starter Ackbach
  • Start date Start date
  • Tags Tags
    2015
Click For Summary
The sequence defined by the condition \( \sum_{j=1}^{n}a_{j}=n^2 \, a_n \) for \( 1 \le n \le 2015 \) starts with \( a_1 = 2015 \). Participants in the discussion worked through the problem to find the value of \( a_{2015} \). Multiple solutions were provided, showcasing a variety of approaches to the problem. The final answer was determined through a random selection process from the contributors, highlighting the collaborative nature of the discussion. The value of \( a_{2015} \) was successfully computed as part of the Problem of the Week.
Ackbach
Gold Member
MHB
Messages
4,148
Reaction score
94
Here is this week's POTW:

-----

Let $a_1, \dots, a_{2015}$ be real numbers such that $a_1=2015$ and
$$\sum_{j=1}^{n}a_{j}=n^2 \, a_n$$
for all $1\le n \le 2015$. Compute $a_{2015}$.

-----

Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to kiwi, lfdahl, Opalg, kaliprasad, and MarkFL for their correct solutions! Quite the embarrassment of riches this week. As all the solutions are quite good, it was difficult to pick one. So, I employed a random number generator to get a number between 1 and 5, and the result was 2. So, I include lfdahl's solution below:

The sum $\sum_{j=1}^{n}a_j$ can be expressed in terms of $a_1$:
\[n = 1: \;\; a_1 = 2015\\\\
n = 2: \;\; a_1+a_2 = \frac{2^2}{2^2-1}a_1\\\\
n = 3: \;\; a_1+a_2+a_3 = \frac{3^2}{(3^2-1)}\cdot \frac{2^2}{(2^2-1)}\cdot a_1, \: \: \: ... etc.\]
In general: \[ \sum_{j=1}^{n}a_j = \prod_{k=2}^{n}\frac{k^2}{(k^2-1)}\cdot a_1=\gamma_n\cdot a_1 \]

$\gamma_n$ is a telescoping product:

\[\gamma_n = \prod_{k=2}^{n}\frac{k^2}{(k-1)(k+1)}=\frac{2}{2-1}\cdot \frac{n}{n+1}=\frac{2n}{n+1}\]

The term, $a_{2015}$, I am looking for, can now be expressed as follows:

\[ a_{2015}=\frac{1}{2015^2-1}\cdot \sum_{j=1}^{2014}a_j=\frac{1}{2015^2-1}\cdot \gamma_{2014}\cdot a_1\]

\[ =\frac{1}{2015^2-1}\cdot \frac{2\cdot 2014}{2015}\cdot 2015\]

\[=\frac{2\cdot 2014}{2014\cdot 2016} = \frac{1}{1008}\]