3trQN
- 337
- 1
I Have a small problem.
I know the following:
The series:
<br /> S_{n} = 1 + 2 + 3 + 4 + 5 = \sum_{i=1}^{n=5}i<br />
<br /> 2S_{n} = 1 + 2 + 3 + 4 + 5 + 1 + 2 + 3 + 4 + 5 = n(n+1) = n^{2} + n<br />
Therefor:
<br /> S_{n} = \frac{2S_{n}}{2} = \frac{n^{2} + n}{2}<br />
<br /> \sum_{i=1}^{n=5}i = \frac{n^{2} + n}{2} = \frac{25 + 5}{2} = 15<br />
Ok, that's simple.
But i was attempting to do the same with the factorials, where:<br /> ln(n!) = ln(5!) = ln(1) + ln(2) + ... + ln(5) = \sum_{i=1}^{n=5}log(i)<br />
Is it possible to apply the same method, or something similar here? I did try a few but got a bit cheesed off.
In the first case, you just duplicate and reverse the sequence and add to get a constant sequence.
I know the following:
The series:
<br /> S_{n} = 1 + 2 + 3 + 4 + 5 = \sum_{i=1}^{n=5}i<br />
<br /> 2S_{n} = 1 + 2 + 3 + 4 + 5 + 1 + 2 + 3 + 4 + 5 = n(n+1) = n^{2} + n<br />
Therefor:
<br /> S_{n} = \frac{2S_{n}}{2} = \frac{n^{2} + n}{2}<br />
<br /> \sum_{i=1}^{n=5}i = \frac{n^{2} + n}{2} = \frac{25 + 5}{2} = 15<br />
Ok, that's simple.
But i was attempting to do the same with the factorials, where:<br /> ln(n!) = ln(5!) = ln(1) + ln(2) + ... + ln(5) = \sum_{i=1}^{n=5}log(i)<br />
Is it possible to apply the same method, or something similar here? I did try a few but got a bit cheesed off.
In the first case, you just duplicate and reverse the sequence and add to get a constant sequence.
Last edited: