Solve Summation Confusion: Homework Equations & Attempted Solution

PhillipKP
Messages
65
Reaction score
0

Homework Statement



This is kind of a question regarding summation.

All logs are to base 2.

Given

A=\sum_{n=2}^{\infty}(n\log^{2}(n))^{-1}

Why does the the Author get

\sum_{n=2}^{\infty}\frac{\log A}{An\log^{2}(n)}=\log A
?



Homework Equations





The Attempt at a Solution



But working it out, I get

\sum_{n=2}^{\infty}\frac{\log A}{\sum_{n=2}^{\infty}(n\log^{2}(n))^{-1}n\log^{2}(n)}=\sum_{n=2}^{\infty}\frac{\log A}{\sum_{n=2}^{\infty}1}

Since A\approx1.013

log(A)\approx0.019

Therefore

\sum_{n=2}^{\infty}\frac{0.019}{\infty}=0

What did I do wrong?

Thanks for any help in advance.
 
Physics news on Phys.org
A is already a summed expression. Therefore, you can pull it out of the sum:
\frac{logA}{A} \Sigma \left( n \log^2(n) \right)^{-1}, which is (logA/A)*A=logA.
 
Too much help there, javier. A hint to pull a constant factor out of the sum would have been enough.
 
That was perfect thanks :)
 
Last edited:
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