Calculating a Logarithmic Product Series

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
compute the product.

$\left(\log_{2}\left({3}\right)\right)\cdot
\left(\log_{3}\left({4}\right)\right)\cdot
\left(\log_{4}\left({5}\right)\right)\cdots
\left(\log_{126}\left({127}\right)\right)\cdot
\left(\log_{127}\left({128}\right)\right)$

The answer to this is 7
I assume this can be done with a $\lim_{{2}\to{127}}$

or use a change of base

$\frac{\log\left({3}\right)}{\log\left({2}\right)}\cdot
\frac{\log\left({4}\right)}{\log\left({3}\right)}$ etc

but I can't seem to figure out the setup:confused:
 
Physics news on Phys.org
You are on the right track with the change of base formula. Write the product as follows:

$$\frac{\log_2(3)\cdot\log_2(4)\cdots\log_2(127)\log_2(128)}{\log_2(3)\cdot\log_2(4)\cdots\log_2(126)\log_2(127)}$$

After cancelling, you are then left with:

$$\log_2(128)=\log_2\left(2^7\right)=7\log_2(2)=7$$
 
Really, it's that easy, (Speechless)(Speechless)(Speechless)