How can I simplify a summation with constant variables A and B?

Click For Summary

Homework Help Overview

The discussion revolves around simplifying a summation involving constant variables A and B, specifically the expression \(\sum_{x=1}^n xA^{-Bx}\). Participants are exploring methods to express this summation without the summation sign, relating it to known formulas and techniques in precalculus.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss various approaches, including using known formulas for summations, integration, and differentiation. Some express uncertainty about the methods and seek clarification on the general solution and its proof.

Discussion Status

The discussion is active, with participants sharing insights and methods. Some have proposed a general formula for the summation, while others are seeking further understanding and verification of these approaches. There is a mix of exploration and attempts to clarify concepts related to the problem.

Contextual Notes

Participants mention the complexity of the problem and the use of tools like Wolfram Alpha for assistance. There is also a reference to the concept of arithmetico-geometric progression (AGP) as relevant to the discussion.

nobahar
Messages
482
Reaction score
2

Homework Statement


Hello!
I'm guessing this is precalculus.

There is an intermediate step in a simplifying process and I got to:
\sum_{x=1}^n<br /> xA^{-Bx} Where A is a constant and B is a constant.



Homework Equations


I was wondering how to write this without the summation sign (similar to sum of squares, etc.):
\sum_{x=1}^n<br /> xA^{-Bx}
(Same equation as above).


The Attempt at a Solution


I wolfram alphaed it. But it doesn't show the steps, plus I don't use it very often and I'm not sure if it interpreted it the way I meant; I think it did.
I tried a similar thing to the sum of consecutive integers approach, and I tried using the natural log to get rid of the x in the power, but to no avail. How would I begin to approach this problem? Is this one sufficiently complicated that it should be left to looking up on wolfram alpha?!

Any help appreciated.
 
Physics news on Phys.org
I am laughing at myself for not seeing an easy solution and instead resorting to integration.
The easy solution lies on the fact that \displaystyle \sum_{k=1}^{n}kA^{-Bk} is simply \displaystyle \sum_{k=1}^{n}k(A^{-B})^k, and this has a general formula which I will give here:
\sum_{k=1}^{n}kr^k=\frac{r(1-r^{n+1})}{(1-r)^2}-\frac{(n+1)r^{n+1}}{1-r}
What is the answer to your problem then?
 
Last edited:
Hello Millennial, many thanks for the response.
I wouldn't have been able to solve it that way as I didn't know there was a general solution like that. Do you know where I can find the proof, or what it's 'called'?
Thanks again!
 
nobahar said:
Hello Millennial, many thanks for the response.
I wouldn't have been able to solve it that way as I didn't know there was a general solution like that. Do you know where I can find the proof, or what it's 'called'?
Thanks again!

To prove that S=\sum_{k=1}^{n}kr^k=\frac{r(1-r^{n+1})}{(1-r)^2}-\frac{(n+1)r^{n+1}}{1-r}

Consider \int S dr = \sum_{k=1}^{n}\frac{k}{k+1}r^{k+1}
= \sum_{k=1}^{n}\left(1-\frac{1}{k+1}\right)r^{k+1}
= r\left(\sum_{k=1}^{n}r^k-\sum_{k=1}^{n}\frac{r^k}{k+1}\right)

Now, you should know the formula for \sum_{k=1}^{n}r^k and transform the second sum such that the denominator is k and then after you take the derivative the denominator should be canceled out.
 
I will add to Mentallic's answer. He shows how to verify the answer after you know what it is. Assuming you don't know the answer ahead of time, you could approach it like this. To simplify the notation I will let ##r = A^{-b}## like he did and I will use ##k## for the index of summation. You have$$
\sum_{k=1}^n kr^k =r\sum_{k=1}^n kr^{k-1} =r\sum_{k=1}^n \frac d {dr} r^k
= r\frac d {dr}\sum_{k=1}^n r^k=r\frac d {dr}\left(\frac{r-r^{n+1}}{1-r}\right)$$Now just differentiate and simplify to get the answer.
 
Last edited:
nobahar said:
Hello Millennial, many thanks for the response.
I wouldn't have been able to solve it that way as I didn't know there was a general solution like that. Do you know where I can find the proof, or what it's 'called'?
Thanks again!

As far as I know, it is called AGP, arithmetico-geometric progression.
 
LCKurtz said:
I will add to Mentallic's answer. He shows how to verify the answer after you know what it is. Assuming you don't know the answer ahead of time, you could approach it like this. To simplify the notation I will let ##r = A^{-b}## like he did and I will use ##k## for the index of summation. You have$$
\sum_{k=1}^n kr^k =r\sum_{k=1}^n kr^{k-1} =r\sum_{k=1}^n \frac d {dr} r^k
= r\frac d {dr}\sum_{k=1}^n r^k=r\frac d {dr}\left(\frac{1-r^{n+1}}{1-r}\right)$$Now just differentiate and simplify to get the answer.

That's actually much simpler.
 
Mentallic said:
That's actually much simpler.

Except for a typo in the last parentheses, which I have corrected.
 
Mentallic said:
= \sum_{k=1}^{n}\left(1-\frac{1}{k+1}\right)r^{k+1} ...and transform the second sum such that the denominator is k and then after you take the derivative the denominator should be canceled out.

Hi Mentallic, many thanks for the response. I couldn't change (k+1) to k without making the sum more complicated. Instead, I didn't factor out the r for the second sum and just took the derivative of \sum_{k=1}^{n}\frac{1}{k+1}r^{n+1}. If I didn't make any mistakes I think it gives the same answer.

LCKurtz said:
He shows how to verify the answer after you know what it is.
Hi Kurtz, thanks for the response to you aswell. I don't understand what you mean here, why is it verification?


LCKurtz said:
$$\sum_{k=1}^n kr^k =r\sum_{k=1}^n kr^{k-1} =r\sum_{k=1}^n \frac d {dr} r^k
= r\frac d {dr}\sum_{k=1}^n r^k=r\frac d {dr}\left(\frac{r-r^{n+1}}{1-r}\right)$$Now just differentiate and simplify to get the answer.

Thankyou Mentallic and Kurtz for these solutions. If its not too much trouble, may I ask how you went about solving the problem? Using derivatives and integrals to simplify these summations is not something that occurred to me. Do you just 'recognise'/'deduce' that this would be a way of finding the solution or is it through experience (I guess it's probably both)?, because there must be many potential approaches to attempting to solve the problem. I ask because I would like to be able to at least make a reasonable attempt at solving them, and I am often at a loss as to how to start thinking about them.
Any help appreciated, thanks for all the help so far!

PrashntS said:
As far as I know, it is called AGP, arithmetico-geometric progression.

Thanks PrashntS!
 
  • #10
nobahar said:
Hi Kurtz, thanks for the response to you aswell. I don't understand what you mean here, why is it verification?
If I had looked more closely at what he did, I wouldn't have called it verification.
Thankyou Mentallic and Kurtz for these solutions. If its not too much trouble, may I ask how you went about solving the problem?

For me, the ##kr^k## immediately suggests a derivative since had the exponent been ##k-1##, it would be the derivative of ##r^k##. That was the key idea.
 
  • #11
Thanks Kurtz, much appreciated.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 11 ·
Replies
11
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
7
Views
8K
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K