Probably a very easy question, but I can't find a simplification for the following:
$$\sum_{i=1}^n\log(a_i)$$
Can this summation be simplified?
Probably a very easy question, but I can't find a simplification for the following:
$$\sum_{i=1}^n\log(a_i)$$
Can this summation be simplified?
Hint.
$$\log(a) + \log(b) = \log(ab)$$
Now, extend it to $a_n$ elements.
$$\log(a_1) + \log(a_2) + \log(a_3)$$
Which you may manipulate as
$$\log(a_1\cdot a_2) + \log(a_3)$$
hence
$$\log(a_1\cdot a_2\cdot a_3)$$
Eventually you'll end up in obtaining the logarithm of a productory.
– Enrico M. Apr 12 '17 at 18:01\begin{align} & \phantom{\Big(}\log(a_1) + \log(a_2) + \log(a_3) + \log(a_4) + \log(a_5) +\log(a_6) \\[10pt] = {} & \Big(\log(a_1)+\log(a_2)\Big) + \log(a_3) + \log(a_4) + \log(a_5) +\log(a_6) \\ = {} & \Big(\log(a_1a_2)\Big) + \log(a_3) + \log(a_4) + \log(a_5) +\log(a_6) \\[10pt] = {} & \Big(\log(a_1a_2) + \log(a_3)\Big) + \log(a_4) + \log(a_5) +\log(a_6) \\ = {} & \Big( \log(a_1a_2a_3) \Big) + \log(a_4) + \log(a_5) +\log(a_6) \\[10pt] = {} & \Big( \log(a_1a_2a_3) + \log(a_4)\Big) + \log(a_5) +\log(a_6) \\ = {} & \Big( \log(a_1a_2a_3a_4)\Big) + \log(a_5) +\log(a_6) \\[10pt] = {} & \Big( \log(a_1a_2a_3a_4) + \log(a_5)\Big) +\log(a_6) \\ = {} & \Big( \log(a_1a_2a_3a_4a_5)\Big) +\log(a_6) \\[10pt] = {} & \cdots \cdots \end{align}
You can make the above argument into a proof by mathematical induction if you want to.