What's the formula to solve summation of logarithms?

$\begingroup$

I'm studying summation. Everything I know so far is that:

$\sum_{i=1}^n\ k = \frac{n(n+1)}{2}\ $

$\sum_{i=1}^{n}\ k^2 = \frac{n(n+1)(2n+1)}{6}\ $

$\sum_{i=1}^{n}\ k^3 = \frac{n^2(n+1)^2}{4}\ $

Unfortunately, I can't find neither on my book nor on the internet what the result of:

$\sum_{i=1}^n\log i$.

$\sum_{i=1}^n\ln i$.

is.

Can you help me out?

$\endgroup$ 2

2 Answers

$\begingroup$

By using the fact that $$\log a + \log b = \log ab $$ then

$$ \sum^n \log i = \log (n!) $$

$$ \sum^n \ln i = \ln (n!) $$

$\endgroup$ 1 $\begingroup$

Since $\log(A)+\log(B)=\log(AB)$, then $\sum_{i=1}^n\log(i)=\log(n!)$. I'm not sure if this helps a lot since you have changed a summation of $n$ terms into a product of $n$ factors, but it's something.

$\endgroup$ 0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like