How can I simplify this summation?

  • Thread starter nightcrrawlerr
  • Start date
  • Tags
    Simplifying
I can get.In summary, the goal is to simplify the summation statements provided, which involve various equations and limits. The first summation statement asks to simplify the expression (3k-3^k) from k=0 to n. The second statement involves simplifying the infinite sum of (k-1)/2^k from k=0 to infinity. The third statement asks to simplify the sum of -1/(k(k+1)) from k=1 to n. To solve these statements, various techniques such as geometric series, differentiation, and integration may be used. Some helpful tips include decomposing the expressions into partial fractions, recognizing telescoping patterns, and considering finite geometric series. Additional resources
  • #1
nightcrrawlerr
20
0

Homework Statement



Simplify the summation statement.

Homework Equations




a.) [tex] \sum^n _{k=0} = \frac{k-1}{2^k}[/tex]


b.) [tex] \sum^{\infty} _{k=0} = (3k - 3^k) [/tex]


c.) [tex] \sum^n _{k=1} = \frac{-1}{k(k + 1)} [/tex]


The Attempt at a Solution




Please I need your help.

Kindly post here some link of the tutorial for Algorithm analysis.

thank you.
 
Last edited:
Physics news on Phys.org
  • #2
nightcrrawlerr said:

Homework Statement



Simplify the summation statement.

Homework Equations




a.) [tex] \sum^n _{k=0} = \frac{k-1}{2^k}[/tex]


b.) [tex] \sum^{\infty} _{k=0} = (3k - 3^k) [/tex]


c.) [tex] \sum^n _{k=1} = \frac{-1}{k(k + 1)} [/tex]


The Attempt at a Solution




Please I need your help.

Kindly post here some link of the tutorial for Algorithm analysis.

thank you.


b.) [tex] \sum^{\infty} _{k=0} = (3k - 3^k) [/tex]




[tex] = \sum^{\infty} _{k=0} 3k - \sum^{\infty} _{k=0} 3^k) [/tex]



[tex] = 3(n(n+1)/2) - c3^n^+^1) [/tex]

please continue...
 
Last edited:
  • #3
Note for b) the sum is infinite. This makes it easy. For a) and c) try to think of an easy power series in x that can give you terms like these if you put x=1. Remember you can get factors of k, k-1 etc by differentiating and 1/k,1/(k+1) by integrating your power series. Nuff hints?
 
  • #4
What in the world are you folks talking about? Sorry if this a standard form that I'm not familiar with, but what is the object of the sum in each case? In my experience, the summation notation all by itself is meaningless. You need to do a sum of something over the limits. Do you mean this?

a.) [tex] \sum^n _{k=0} \frac{k-1}{2^k} = ? [/tex]
 
  • #5
Clearly. The intent was so obvious I missed the misplaced = sign.
 
  • #6
Picky..... I've been alerted that I need at least 10 characters in a response.
 
  • #7
Okay, sorry about my flip response. I had problems back in my freshman college year when I didn't understand how important the format of an equation was, and being careful about equal signs helped me a lot to understand what an equation means.


EDIT -- I removed some insulting words from my post -- apologies to Dick.
 
Last edited:
  • #8
Crabby retort expunged.
 
Last edited:
  • #9
You're right, that was not a good thing for me to say. I'll delete it out of my post. I guess it just struck a chord with me -- early in my college work, I had a fundamental lack of understanding of how equations worked, and that slowed my initial progress. I apologize for the chiding question.
 
Last edited:
  • #10
And I apologize for taking offense where none was meant. I'll try and delete my crabby retort.
 
  • #11
Dick said:
Note for b) the sum is infinite. This makes it easy.

Yep, I agree.

For a) and c) try to think of an easy power series in x that can give you terms like these if you put x=1. Remember you can get factors of k, k-1 etc by differentiating and 1/k,1/(k+1) by integrating your power series. Nuff hints?

I'm not so sure that will help. The summations aren't from 1 to infinity (as they are in a power series), they're from 1 to n.

For b), you could start by splitting it up into 2 sums:

[tex]\sum^n_{k=0}\frac{k-1}{2^k}=\sum^n_{k=1}\frac{k}{2^k}-\sum^n_{k=0}\frac{1}{2^k}[/tex]

Note that the second sum on the RHS only needs to start at 1, not 0. As for the second sum, it's geometric, which makes the sum easy to find. I don't have any clues for you about the first one on the RHS. Try to work it out, and post what you come up with if you get stuck.

For c), I think the best way to tackle it would be to recognize that the summand is telescoping. You can see that by decomposing it into partial fractions, then writing out the first several terms. It should be easy to simplify it from there.
 
  • #12
A FINITE geometric series can be summed in closed form as well. And differentiated, and integrated. Consider a finite sum of terms like (x/2)^k. Differentiate it, set x=1 and compare with a). For c) consider integrating a similar finite sum.
 
  • #13
Dick said:
A FINITE geometric series can be summed in closed form as well.

I know that. In fact, I said it!

What I don't see is the connection between power series and finite sums. Could you please explain what you meant by "For a) and c) try to think of an easy power series in x that can give you terms like these if you put x=1"?
 
  • #14
To those who reply, thanks a lot!

Kindly post also some of the books or reference where I can fully understand this.

Again thanks a lot.
 
  • #15
berkeman said:
What in the world are you folks talking about? Sorry if this a standard form that I'm not familiar with, but what is the object of the sum in each case? In my experience, the summation notation all by itself is meaningless. You need to do a sum of something over the limits. Do you mean this?

a.) [tex] \sum^n _{k=0} \frac{k-1}{2^k} = ? [/tex]

Sorry berkeman, I shouldn't put the equal sign there. Thank you.

Now I understand, no body answer this post because of that. Anyway its my fault, I hope you understand.

Wish to correct that equation here:

a. ) [tex] \sum^n _{k=0} (3k - 3^k) [/tex]

b.) [tex] \sum^{\infty} _{k=0} \frac{k-1}{2^k} [/tex]

c.) [tex] \sum^n _{k=1} \frac{-1}{k(k + 1)} [/tex]

Kindly comment with my answer.

for a. ) = [tex] \sum^n _{k=0} (3k - 3^k) [/tex]


[tex] = 3 \sum^n _{k=0} k - \sum^n _{k=0} 3^k [/tex]

[tex] = 3 (n(n + 1)/2) - 3n [/tex]

[tex] = 3 - 3n [/tex]

[tex] = n [/tex]


for b.) [tex] \sum^{\infty} _{k=0} \frac{k-1}{2^k} [/tex]


i have no answer yet... pls help.


for c.) [tex] \sum^n _{k=1} \frac{-1}{k(k + 1)} [/tex]


[tex] = \sum^n _{k=1} (\frac{k-1} {k(k + 1)}) - (\frac {1}{(k + 1)}) [/tex]

[tex] = 1 - 1 / n [/tex]
 
Last edited:
  • #16
Tom Mattson said:
Yep, I agree.



I'm not so sure that will help. The summations aren't from 1 to infinity (as they are in a power series), they're from 1 to n.

For b), you could start by splitting it up into 2 sums:

[tex]\sum^n_{k=0}\frac{k-1}{2^k}=\sum^n_{k=1}\frac{k}{2^k}-\sum^n_{k=0}\frac{1}{2^k}[/tex]

Note that the second sum on the RHS only needs to start at 1, not 0. As for the second sum, it's geometric, which makes the sum easy to find. I don't have any clues for you about the first one on the RHS. Try to work it out, and post what you come up with if you get stuck.

For c), I think the best way to tackle it would be to recognize that the summand is telescoping. You can see that by decomposing it into partial fractions, then writing out the first several terms. It should be easy to simplify it from there.

Thanks Guru, great help.

Still I couldn't figure it out. By the way what's RHS?

Need help please.

Could you recommend some reading, books, website links, and etc. to further my study of this, please.

Thanks.
 
Last edited:
  • #17
[tex]\sum^n_{k=0}(\frac{x}{2})^k=
\frac{1-(\frac{x}{2})^{n+1}}{1-(\frac{x}{2})}[/tex]

Right? Assuming I did the tex ok. Differentiate, put x=1. The LHS is the tough part of a). The RHS is the answer.
 
Last edited:
  • #18
I note in the reposted equations a) and b) have undergone a recombination.
 
  • #19
nightcrrawlerr said:
Still I couldn't figure it out.

By the way what's RHS?

Hehe, sorry.

RHS=Right Hand Side
LHS=Left Hand Side

Need help please.

The only part of this that wasn't answered as of my last post, has now been answered by Dick. Can you be specific about what is still giving you trouble?

Could you recommend some reading, books, website links, and etc. to further my study of this, please.

I am drawing only on my knowledge of what we here in the States call "Calculus II".
 
  • #20
Dick said:
[tex]\sum^n_{k=0}(\frac{x}{2})^k=
\frac{1-(\frac{x}{2})^{n+1}}{1-(\frac{x}{2})}[/tex]

Right? Assuming I did the tex ok. Differentiate, put x=1. The LHS is the tough part of a). The RHS is the answer.

OK, I understand you now. The part that confused me was when you said to use a "power series". What you have posted above is not a power series, because it doesn't have infinitely many terms.

Though I suppose you could turn it into a power series by letting the index run to infinity and multiplying the summand by a coefficient [itex]a_k[/itex] that is 1 for [itex]0 \leq k \leq n[/itex] and 0 for [itex]n+1 \leq k \leq \infty[/itex]. Meh, whatever.
 
  • #21
Can I call it 'finite power series'? What do you call it? :smile:
 
  • #22
I call it a sum. :tongue2:

Edited to add:

Actually, it exactly meets the definition of an n-th degree polynomial (with specific coefficients). So I'd call it a polynomial.
 
  • #23
Kindly comment with my answer.

Kindly help me out of my answer please. If my answer is not correct kindly help me correct it out by teaching me, please.

Thanks a lot for your great help guys. God bless and more power.

for a. ) = [tex] \sum^n _{k=0} (3k - 3^k) [/tex]


[tex] = 3 \sum^n _{k=0} k - \sum^n _{k=0} 3^k [/tex]

[tex] = 3 (n(n + 1)/2) - 3n [/tex]

[tex] = 3 - 3n [/tex]

[tex] = n [/tex]


for b.) [tex] \sum^{\infty} _{k=0} \frac{k-1}{2^k} [/tex]


i have no answer yet... pls help.


for c.) [tex] \sum^n _{k=1} \frac{-1}{k(k + 1)} [/tex]


[tex] = \sum^n _{k=1} (\frac{k-1} {k(k + 1)}) - (\frac {1}{(k + 1)}) [/tex]


[tex] = 1 - 1 / n [/tex]
 
  • #24
The first term in a) is the only part of this that makes any sense. To make any further progress you are going to have to learn how to sum a geometric series [tex] \sum^n _{k=0} (x^k) [/tex]. Could you look that up and post the answer and then apply it to a) to get a correct solution? Once you do that, this thread has all of the hints you need to do b). I think c) may be harder - but let's get a) and b) out of the way anyway. Can you also double check which (if any) of the limits is infinite? I rather hope it's c). And is the (-1) in c) supposed to be (-1)^k?
 
  • #25
Dick said:
The first term in a) is the only part of this that makes any sense. To make any further progress you are going to have to learn how to sum a geometric series [tex] \sum^n _{k=0} (x^k) [/tex]. Could you look that up and post the answer and then apply it to a) to get a correct solution? Once you do that, this thread has all of the hints you need to do b). I think c) may be harder - but let's get a) and b) out of the way anyway. Can you also double check which (if any) of the limits is infinite? I rather hope it's c). And is the (-1) in c) supposed to be (-1)^k?

Dick, thanks for you immediate answer.

Ok i'll try first your comment on this and i will post it later on.

Lets start first at letter a)

[tex] \sum^n _{k=0} (3k - 3^k) [/tex]

this can be solved by telescoping series right?

does this simplifying make sense sir?

[tex] = 3 \sum^n _{k=0} k - \sum^n _{k=0} 3^k [/tex]

then what should i do after this? Kindly post example problems and further solutions to explain it well, please.

thanks a lot.
 
Last edited:
  • #26
nightcrrawlerr said:
Dick, thanks for you immediate answer.

Ok i'll try first your comment on this and i will post it later on.

Lets start first at letter a)

[tex] \sum^n _{k=0} (3k - 3^k) [/tex]

this can be solved by telescoping series right?

does this simplifying make sense sir?

[tex] = 3 \sum^n _{k=0} k - \sum^n _{k=0} 3^k [/tex]

No, it's not a telescoping series, but your smplification is fine. You know what to do with the first term, right? Use the same formula you used before. As I keep saying, there is also a formula for the second term. It's called a 'geometric series'. Find out about it!
 
  • #27
Dick said:
No, it's not a telescoping series, but your smplification is fine. You know what to do with the first term, right? Use the same formula you used before. As I keep saying, there is also a formula for the second term. It's called a 'geometric series'. Find out about it!

for geometric series:
[tex] = \sum^n _{k=0} a^k = a + a^1 + a^2 + ... + a^n [/tex]

for a "not equal" 1

[tex] = \sum^n _{k=0} 3^k = 3 + 3^1 + 3^2 + ... + 3^n [/tex]

multiply both sides with (1-a)

[tex](1 - a)\sum^n _{k=0} 3^k = \sum^n _{k=0} 3^k - \sum^n _{k=0} 3^k+^1[/tex]

[tex]= \sum^n _{k=0} 3^k - \sum^n+^1 _{k=1} 3^k [/tex]

[tex]= 3 + 3^1 + 3^2 + ... + 3^n[/tex]
[tex] - 3^1 - 3^2 - ... - 3^n - 3^n+1[/tex]

[tex]= 3 - 3^n+1[/tex]
[tex]= 3 - 3^n+^1[/tex]

[tex](1 - a) \sum^n _{k=0} 3^k = 3 - 3^n+^1/ 1 - a[/tex]

[tex]\sum^n _{k=0} 3^k = 3 - 3^n+^1 / 1 - a[/tex]

for P "not equal" 1
 
  • #28
Dick said:
No, it's not a telescoping series, but your smplification is fine. You know what to do with the first term, right? Use the same formula you used before. As I keep saying, there is also a formula for the second term. It's called a 'geometric series'. Find out about it!

for geometric series:
[tex] = \sum^n _{k=0} a^k = a + a^1 + a^2 + ... + a^n [/tex]

for a "not equal" 1

[tex] = \sum^n _{k=0} 3^k = 3 + 3^1 + 3^2 + ... + 3^n [/tex]

multiply both sides with (1-a)

[tex](1 - a)\sum^n _{k=0} 3^k = \sum^n _{k=0} 3^k - \sum^n _{k=0} 3^k^+^1[/tex]

[tex]= \sum^n _{k=0} 3^k - \sum ^{^n^+^1} _{k=1} 3^k [/tex]

[tex]= 3 + 3^1 + 3^2 + ... + 3^n[/tex]

[tex]= - 3^1 - 3^2 - ... - 3^n - 3^n^+^1[/tex]

[tex]= 3 - 3^n^+^1[/tex]


[tex](1 - 3) \sum^n _{k=0} 3^k = 3 - 3^n^+^1/ 1 - 3[/tex]

[tex]\sum^n _{k=0} 3^k = 3 - 3^n^+^1 / 1 - 3[/tex]


for a "not equal" 1

kindly please comment on this pls.
 
Last edited:
  • #29
That looks good. Now that you've got part a) look at part b). There's a pretty strong hint back in the thread. And as Tom suggested so long ago, I think c) is best treated as telescoping series.
 
  • #30
Dick said:
That looks good. Now that you've got part a) look at part b). There's a pretty strong hint back in the thread. And as Tom suggested so long ago, I think c) is best treated as telescoping series.

So you mean got the solution correct? how about the first term, how can i combine the answers in one equation?

Kindly help me more, please.

thank you.
 
  • #31
Dick said:
The first term in a) is the only part of this that makes any sense. To make any further progress you are going to have to learn how to sum a geometric series [tex] \sum^n _{k=0} (x^k) [/tex]. Could you look that up and post the answer and then apply it to a) to get a correct solution? Once you do that, this thread has all of the hints you need to do b). I think c) may be harder - but let's get a) and b) out of the way anyway. Can you also double check which (if any) of the limits is infinite? I rather hope it's c). And is the (-1) in c) supposed to be (-1)^k?


Based on the equation provided in question c. This is the correct equation.

[tex] \sum^n _{k=1} {\frac {^-^1} _{k(k + 1)}} [/tex].

Anyway I will verify this also...

again thank you.
 
Last edited:
  • #32
Hey, do y'all want me to move this to a General Math forum? I probably made a mistake putting it here. If it would help at all for this to be in a General Math forum, please let me know. Thanks.
 
  • #33
berkeman said:
Hey, do y'all want me to move this to a General Math forum? I probably made a mistake putting it here. If it would help at all for this to be in a General Math forum, please let me know. Thanks.

Ok sure you will. No problem for me.

thanks
 
  • #34
Thread moved to the general calculus forum. This is more general than the original impression that I had. Sorry about that. These are hard.
 
  • #35
Guru, can i start posting my ans. on item c?
 
Last edited:

Similar threads

Replies
2
Views
859
Replies
5
Views
1K
Replies
1
Views
908
Replies
1
Views
2K
Replies
2
Views
892
  • Calculus and Beyond Homework Help
Replies
6
Views
466
Replies
4
Views
940
  • General Math
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
194
Back
Top