Find Sum of Series 2/n*7^n for n=1 to ∞

  • Thread starter Thread starter Badmouton
  • Start date Start date
  • Tags Tags
    Series Sum
Badmouton
Messages
7
Reaction score
0
Physics news on Phys.org
you better use \frac{a}{b} to make clear what fraction you want to make.
make sure to use [/itex ] (but without the latter space before the bracket) to place the expression you want between those two.
 
Badmouton said:
Serie's sum of 2/n*7^n?
How do we find it's sum for n=1 to n=inf?

I really do not know how to start, wolfram alpha gave me the answer, but I'm not making any sense out of it.
http://www.wolframalpha.com/input/?i=n=1+to+n=inf+2/(n*7^n)+sum

You do it by finding the sum
S(x) = \sum_{n=1}^{\infty} \frac{x^n}{n} and then substituting the correct value of x.

RGV
 
jbunniii said:
Is it the same as the problem in this thread? I'm not sure because you didn't use any parentheses in your expression.

https://www.physicsforums.com/showthread.php?t=637936
Yes, the wolframAlpha link confirms that it's the same problem.

@Badmouton,

The expression you are summing, with the proper set of parentheses: 2/(n*7n).

This equivalent to (2*7-n)/n also equivalent to (2*(1/7)n)/n .

All of these are more readable using LaTeX, which allows you to include the summation symbol, Ʃ , along with the summation limits.

\displaystyle \sum_{n=1}^{\infty} \frac{2}{n7^{n}}

\displaystyle \sum_{n=1}^{\infty} \frac{2\left(7^{-n}\right)}{n}

\displaystyle \sum_{n=1}^{\infty} \frac{2\left(\frac{1}{7}\right)^{n}}{n}
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top