I'm having trouble doing simple algebra with this series:
SUM (from n=0 to infinity) of c*x^n; where c is some constant.
Say this entire series is multiplied by x. I know that I can pull that x into the SUM by adding 1 to the exponent of the x inside the SUM. But what if I want to keep that x^n factor? I also want the index of the SUM to remain the same (from n=0). What manipulations are possible to do this?
Thanks for your time everyone!
SUM (from n=0 to infinity) of c*x^n; where c is some constant.
Say this entire series is multiplied by x. I know that I can pull that x into the SUM by adding 1 to the exponent of the x inside the SUM. But what if I want to keep that x^n factor? I also want the index of the SUM to remain the same (from n=0). What manipulations are possible to do this?
Thanks for your time everyone!