Simplifying Summation with Logarithms

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
3 replies · 2K views
thereddevils
Messages
436
Reaction score
0

Homework Statement



[tex]\sum^{n}_{r=1}(\lg \frac{2^r(r+1)}{r})=\sum^{n}_{r=1}[\lg 2^r+\lg (r+1)-\lg r][/tex]

Homework Equations





The Attempt at a Solution



i found the answer to be [tex](2^n-1)\lg 2 +\lg (n+1)[/tex]

Am i correct , or it can be further simplified ? Thanks .
 
Physics news on Phys.org


tiny-tim said:
Hi thereddevils! :smile:

Your lg(n+1) is fine, but the two-y part isn't …

how did you manage to get a 2n outside the lg ? :wink:

Thanks , tiny tim !

oh , \sum^{n}_{r=1}\lg 2^r=\lg 2+2\lg 2+3\lg 2 +...

=\lg 2 (1+2+3+...)

=\frac{n}{2}(n+1)\lg 2

i think i see my mistake , is this correct ?