Finding Sum of the Series

In summary: So, e^x/x = 1+ x/2! + x^2/3! + ...Differentiating with respect to x,f'(x)= \frac{-1}{x^2} + 0 + \frac{1}{2!} + \frac{2x}{3!} + \frac{3x^2}{4!}+...Putting x=1, f'(1) = 1/2! + 2/3! + 3/4! + ...Hope it's all right now!A quick way to evaluate this without using Taylor polynomials, e^x, etc is to make it into a telescoping
  • #1
e179285
24
0
Ʃ (from n=1 to ınfınıty ) n /(n+1)!

the questions asks sum of the this series.

I try to write this series as Ʃ 1/(n-1)!.(n+1)but ı couldn't simulate any series.

How can ı do this ?
 
Physics news on Phys.org
  • #2
Hi e179285

[tex]\sum_{n=1}^{\infty} \frac{n}{(n+1)!}[/tex]
Use the ratio test.
[tex]u_n = \lim_{n\to\infty}\frac{n}{(n+1)!}=\lim_{n\to\infty}\frac{n}{(n+1)n!}
\\u_{n+1} = \lim_{n\to\infty}\frac{(n+1)}{(n+2)!}=\lim_{n \to \infty} \frac{(n+1)}{(n+2)(n+1)n!}=\lim_{n \to \infty} \frac{1}{(n+2)n!}
[/tex]
 
Last edited:
  • #3
Hi sharks,

what ı can use ratio test for ?
 
  • #4
Do you know the ratio test?

Basically, it goes like this:
[tex]\lim_{n \to \infty} \frac{u_{n+1}}{u_n}=L[/tex]If L < 1, the series converges. If L > 1, the series diverges, and if L = 1, then the result is inconclusive, meaning, the series may either converge or diverge, and you'll have to use another test to find out.
 
  • #5
ı know ratio test and ı found it is convergent but the question wants finding sum of the series I don't know how to do this
 
  • #6
I misread your post. So, you want to find the limit of the series or the limit of the sequence of partial sums:
[tex]\frac{1}{2!}+\frac{2}{3!}+\frac{3}{4!}+ \; ...
\\\frac{1}{2}+\frac{2}{6}+\frac{3}{24}+ \; ...
\\\frac{1}{2}+\frac{1}{3}+\frac{1}{8}+ \; ...[/tex]
 
  • #7
Try applying the Taylor series for derivative of [tex]f(x) = \frac{e^x}{x}[/tex] at x=1.
 
  • #8
Infinitum said:
Try applying the Taylor series for derivative of [tex]f(x) = \frac{e^x}{x}[/tex] at x=1.

Is not it rather the derivative of [tex]f(x) = \frac{e^x-1}{x}[/tex] at x=1?

ehild
 
  • #9
thanks for answers :)
 
  • #10
ehild said:
Is not it rather the derivative of [tex]f(x) = \frac{e^x-1}{x}[/tex] at x=1?

ehild

I believe you can do it both ways. If you use [tex]f(x) = \frac{e^x}{x}[/tex] then you get a constant(not giving the value here, because it's the answer!) plus the series of which the sum needs to be found. Subtracting it both the sides would give the sum.

If you use [tex]f(x) = \frac{e^x-1}{x}[/tex] then that extra term gets subtracted in the expansion, and is compensated by the differentiation on LHS, because the function is framed that way.
 
  • #11
I'm curious to know how that function for the Taylor series at x=1 was obtained in the first place? Is there a theorem relating those two specific results?
 
  • #12
sharks said:
I'm curious to know how that function for the Taylor series at x=1 was obtained in the first place? Is there a theorem relating those two specific results?

The Taylor series was just an idea to relate the given series, because you see there are factorial terms in the denominator pretty much laid out the way you need them. There was just a need for manipulation to give you the exact series, according to which the function was decided. A different series sum could be found by possibly using [itex]f(x)=sin(x)/x^2[/itex], it all depends on the given problem. As far as I know, there is no 'theorem' relating the two.

I think the above sum can be evaluated by yet another method(not involving Taylor series), but I haven't been able to complete the solution yet.
 
  • #13
sharks said:
I'm curious to know how that function for the Taylor series at x=1 was obtained in the first place? Is there a theorem relating those two specific results?
You know the Taylor series of ex: The terms have n! in the denominator. [tex]e^x=\sum_0 ^{\infty} \frac{x^n}{n!}[/tex]Integrating it, you get n+1! in the denominators:

[tex]\int_0^x{e^udu}=e^x-1=\sum_0 ^{\infty} \frac{x^{n+1}}{n+1!}=x+\sum_1 ^{\infty} \frac{x^{n+1}}{n+1!}[/tex]
Divide both sides by x:

[tex]f(x)=\frac{e^x-1}{x}=1+\sum_1 ^{\infty} \frac{x^{n}}{n+1!}[/tex]

Take the derivative of both sides:

[tex]f'(x)=\sum_1 ^{\infty} \frac{n x^{n-1}}{n+1!}[/tex]

Substituting x=1, you get the series.
 
  • #14
Infinitum said:
I believe you can do it both ways. If you use [tex]f(x) = \frac{e^x}{x}[/tex] then you get a constant(not giving the value here, because it's the answer!) plus the series of which the sum needs to be found. Subtracting it both the sides would give the sum.

The derivative of ex/x is zero at x=1.

ehild
 
  • #15
ehild said:
The derivative of ex/x is zero at x=1.

ehild

Yes it is, but,

[tex]f'(x)= \frac{-1}{x^2} + 0 + \frac{1}{2!} + \frac{2x}{3!} + \frac{3x^2}{4!}+...[/tex]

Putting x=1, gives you the answer.

Actually, after your idea I realized you can use Taylor series for any

[tex]f(x) = \frac{e^x - a}{x}[/tex]

at x=1, where a is constant.
 
  • #16
Infinitum said:
Yes it is, but,

[tex]f'(x)= \frac{-1}{x^2} + 0 + \frac{1}{2!} + \frac{2x}{3!} + \frac{3x^2}{4!}+...[/tex]

Well, but it is not a Taylor series and not the derivative of a Taylor series.

ehild
 
  • #17
A quick way to evaluate this without using Taylor polynomials, e^x, etc is to make it into a telescoping series. n/(n+1)!= n/(n+1)! -1/(n+1)! + 1/(n+1)! = 1/n! -1/(n+1)! ... Plug in the first few terms to see only the first term and the last term remains... Since your last term goes to 0, your first term in your answer
 
  • #18
tt2348 said:
A quick way to evaluate this without using Taylor polynomials, e^x, etc is to make it into a telescoping series. n/(n+1)!= n/(n+1)! -1/(n+1)! + 1/(n+1)! = 1/n! -1/(n+1)! ... Plug in the first few terms to see only the first term and the last term remains... Since your last term goes to 0, your first term in your answer

Here is the elegant method! :approve:


ehild said:
Well, but it is not a Taylor series and not the derivative of a Taylor series.

ehild

As I know it, Taylor series expansion about a point x=a is given by

[tex]f(x) = f(a) + f'(a)(x-a) + \frac{f''(a)(x-a)^2}{2!} + ...[/tex]

Using that for ex at a=0, we get the expansion,

[tex]e^x = e^0(1+ (x-0) + \frac{(x-0)^2}{2!} + ...)[/tex]

Which I used in the above post.
 
  • #19
tt2348 said:
A quick way to evaluate this without using Taylor polynomials, e^x, etc is to make it into a telescoping series. n/(n+1)!= n/(n+1)! -1/(n+1)! + 1/(n+1)! = 1/n! -1/(n+1)! ... Plug in the first few terms to see only the first term and the last term remains... Since your last term goes to 0, your first term in your answer

Excellent! :smile:

ehild
 
  • #20
Infinitum said:
As I know it, Taylor series expansion about a point x=a is given by

[tex]f(x) = f(a) + f'(a)(x-a) + \frac{f''(a)(x-a)^2}{2!} + ...[/tex]

Yes, that is why a series with negative power of x (or x-a) is not a Taylor series .

But your Taylor expansion method was a splendid idea!


ehild
 
  • #21
ehild said:
Yes, that is why a series with negative power of x (or x-a) is not a Taylor series .

Indeed! I should have added that the division by x was separately done, after the Taylor expansion. :redface:
 
  • #22
tt2348 said:
A quick way to evaluate this without using Taylor polynomials, e^x, etc is to make it into a telescoping series. n/(n+1)!= n/(n+1)! -1/(n+1)! + 1/(n+1)! = 1/n! -1/(n+1)! ... Plug in the first few terms to see only the first term and the last term remains... Since your last term goes to 0, your first term in your answer

I've been wondering about the possibility of arranging the series into a telescoping series. Glad to know it's possible, so the problem becomes much easier.
 

1. What is the formula for finding the sum of a series?

The formula for finding the sum of a series is Sn = n/2(a1 + an), where Sn is the sum of the series, n is the number of terms, a1 is the first term, and an is the last term.

2. How do you determine if a series is convergent or divergent?

A series is considered convergent if its sum approaches a finite number as the number of terms increases. It is considered divergent if its sum approaches infinity or does not approach any finite number.

3. Can a series have an infinite sum?

Yes, a series can have an infinite sum if it is divergent. This means that as the number of terms approaches infinity, the sum also approaches infinity.

4. How do you find the sum of an infinite series?

The sum of an infinite series can be found by taking the limit of the partial sums as the number of terms approaches infinity. In other words, you need to add an infinite number of terms to find the sum.

5. Are there any shortcuts or tricks for finding the sum of a series?

Yes, there are some common series that have known sums, such as arithmetic and geometric series. It is also possible to use properties of series, such as telescoping or rearranging terms, to simplify the calculation of the sum.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
372
  • Calculus and Beyond Homework Help
Replies
1
Views
255
  • Calculus and Beyond Homework Help
Replies
1
Views
212
  • Calculus and Beyond Homework Help
Replies
17
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
413
  • Calculus and Beyond Homework Help
Replies
2
Views
184
  • Calculus and Beyond Homework Help
Replies
16
Views
559
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
12
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
711
Back
Top