pyrosilver Messages 38 Reaction score 0 Thread starter Jan 26, 2011 #1 Homework Statement 1/2 + 2/4 + 3/8 + 4/16 + 5/32 + ... Homework Equations The Attempt at a Solution The only headway I've made is that this is ∑ n/(2^n). how do I go about summing this?
Homework Statement 1/2 + 2/4 + 3/8 + 4/16 + 5/32 + ... Homework Equations The Attempt at a Solution The only headway I've made is that this is ∑ n/(2^n). how do I go about summing this?
lanedance Homework Helper Messages 3,304 Reaction score 2 Jan 26, 2011 #2 how about starting by adding up the first few terms and looking for a pattern with n terms
Dick Science Advisor Homework Helper Messages 26,254 Reaction score 623 Jan 26, 2011 #3 Define f(x)=x^n/2^n. If you find that then your sum just might be related to f'(x) at x=1.