Solve Infinite Summation Homework Statement

chinchins
Messages
5
Reaction score
0

Homework Statement



"A notation that you may find helpful in this task is the factorial notation n!, defined by
n!=n(n-1)(n-2)….3 x 1 x 1 e.g. n!=5 x 4 x 3 x 2 x 1(=120) Note that 0!=1

Consider the following sequence of terms where x = 1 and a = 2.
1, ((ln2))/1, ((ln2)^2 )/(2 x 1), ((ln2)^3)/(3 x 2 x 1) ….

Calculate the sum S_n of the first n terms of the above sequence for 0≤n≤10. Give your answers correct to six decimal places."

How do i solve this? My teacher gave this to us without telling us what to do or any way of solving it. Can u help me solve this?
I tried searching the net, scanned my book but i could not find any part which could help me. this is my first time tackling a math problem like this and i have no clue on solving it. thanks
 
Last edited:
Physics news on Phys.org
What's there to solve? The problem just asks you to calculate some sums.
 
uhm i don't know wer to start calculating for the problem :(
 
If you have a sequence {an}, you can form a new sequence:

\begin{align*}<br /> S_0 &amp;= a_0 \\<br /> S_1 &amp;= a_0+a_1 \\<br /> S_2 &amp;= a_0+a_1+a_2 \\<br /> &amp;\vdots \\<br /> S_n &amp;= a_0+\cdots+a_n<br /> \end{align*}

The Sn's are called partial sums. The problem is asking you to calculate the first 11 sums for the given sequence.
 
i see... its only the first part of the question though and there's more.. but thanks for the help!
 
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