Finding the sum of series.. question of sequence of series. It is mixed series.
in Other Math Topics by
edited

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

2 Answers

Question: Find the sum: 1 + 2x + 3x square + 4x cube +...............+ infinity.

We can express the sum as a sum of sums.

s1 = 1 + x + x^2 + x^3 + x^4 + x^5 + ...

s2 =       x + x^2 + x^3 + x^4 + x^5 + ...

s3 =             x^2 + x^3 + x^4 + x^5 + ...

s4 =                      x^3 + x^4 + x^5 + ...

s5 =                               x^4 + x^5 + ...

s6 =                                         x^5 + ...

etc.

 

Summing the above sums gives us S = s1 + s2 + s3 + s4 + s5 + s6 + ... , i.e.

S = 1 + 2x + 3x^2 + 4x^3 + 5x^4 + 6x^5 + ...

s1 = sum(k = 1.. infty] x^(k-1) = 1/(1-x), x < 1

s2 = sum(k = 2.. infty] x^(k-1) = x/(1-x), x < 1

s3 = sum(k = 3.. infty] x^(k-1) = x^2/(1-x), x < 1

s4 = sum(k = 4.. infty] x^(k-1) = x^3/(1-x), x < 1

s5 = sum(k = 5.. infty] x^(k-1) = x^4/(1-x), x < 1

s6 = sum(k = 6.. infty] x^(k-1) = x^5/(1-x), x < 1

etc.

So now,

S = s1 + s2 + s3 + ... = 1/(1-x){1 + x + x^2 + x^3 + ...} = {1/(1-x)}{1/(1-x)} = 1/(1 - x)^2

Answer: Sum = 1/(1 - x)^2, x < 1

by Level 11 User (81.5k points)
Um..anything plus infinity is infinity, so I guess that's the answer.
by Level 9 User (42.6k points)

Related questions

1 answer
asked Aug 15, 2022 in Calculus Answers by Audrey Matey Level 1 User (140 points) | 423 views
1 answer
1 answer
1 answer
1 answer
asked Nov 11, 2011 in Calculus Answers by anonymous | 717 views
1 answer
1 answer
1 answer
1 answer
asked Sep 14, 2012 in Calculus Answers by anonymous | 2.0k views
1 answer
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,279 answers
2,420 comments
732,470 users