Infinite Series and Sigma Notation

G

Guest

Guest
I don't know if it's possible to put symbols in this, so I have to do without them.
The question says:
Solve for x if infinity symbol over sigma over k=1 x^k = 1/3
I don't know how to solve this, and when I've tried I haven't come up with the correct answer, which is 1/4.
 
I will guess that you mean the following:

. . . . .sum<sub>[k=1 to inf.]</sub> x<sup>k</sup> = 1/3

The first few terms of the sequence are x, x<sup>2</sup>, x<sup>3</sup>, and x<sup>4</sup>. With x being some fixed value, this means that the sequence is geometric, with x = r, the common ratio, and x = a, the first term of the sequence.

Since this infinite geometric sequence sums to a finite value, then we can use the geometric-series summation formula:

. . . . .a/(1 - r)

For instance:

. . . . .sum<sub>[n=1 to inf.]</sub> (1/2)<sup>n</sup>

...is geometric, with r = 1/2 and a = 1/2, so the sum is (1/2)/(1 - 1/2) = (1/2)/(1/2) = 1.

In your case, you have:

. . . . .x/(1 - x) = 1/3

Cross-multiply and solve for x.

Eliz.
 
Thank you! That's what I was looking for. I'm still not sure why x is both the common ratio and the first term, though.
 
BW52 said:
I'm still not sure why x is both the common ratio and the first term, though.
Write out the first few terms. What is the first term? Divide successive terms. What is the result?

Eliz.
 
Top