Help me decipher what this problem is asking? (Power Series)

RJLiberator
Gold Member
Messages
1,094
Reaction score
63

Homework Statement



Consider the power series centered at
a= 0:
Σkx^(k+1)
From 1 to infinity

(a) Find its radius of convergence, R, and its interval of convergence. = DONE

(b) For x in the interval (-R,R) find the sum of the power series.
Help?

Homework Equations


N/a

The Attempt at a Solution



So here's what I have already. For Part a, I calculated the radius of convergence to be 1 and the interval to be from -1<x<1. So we know that R = 1 and it's asking us the sum of the power series (-1, 1).

The problem I am having conceptually is, how do you get the sum when x is -1 and 1?

My only idea is to find the sum of the power series when x = 1 and the sum when x=-1 and then add them?
Is this correct?

If I am not thinking this correctly, please help me decipher what the question is asking. Thank you.
 
Physics news on Phys.org
I don't think that there is a uniform way to solve such problems as evaluating an infinite series. The only way I know how to do it is to play around with the series and see if you can get it into a form that you know.

Here's a hint: Do you know how to evaluate the following series: S(x) = \sum_k x^k? Do you know how to do something to S(x) to make it more like your series?
 
  • Like
Likes RJLiberator
Well, if you expand out the exponent. x^(k+1) you get x^k*x which is more similar.

It would be the sum of k[x^k*x] which is not identical, but closer.
 
RJLiberator said:
Well, if you expand out the exponent. x^(k+1) you get x^k*x which is more similar.

It would be the sum of k[x^k*x] which is not identical, but closer.

Two questions:
  1. Do you know what the infinite sum S(x) = 1 + x + x2 + x3 + ... adds up to?
  2. What happens when you take a derivative of S(x)?
 
Well, the derivative of x^k is very similar to my function of k*x^(k-1).

To answer your questions
1) The sum adds up to (1/1-x)
2) The derivative of this is 1/(x-1)^2

I am starting to sort of understand what is going on here. We need to use the x^n series to calculate this power series. I'm almost here, but may need another hint or two.

I guess, I don't understand how the problem can ask for the sum when it is with x in an interval. (-1, 1). Should I try to find the sum at -1 and the sum at 1 and then add them?

EDIT: Well, actually, the series DIVERGES on x=-1, 1, but anything in between it converges. :/
 
I may have just made a breakthrough!

So we know that 1/(1-x) series is very similar. If we replace x with kx^(k+1) then we have our series represented, correct?

The representation for this series is 1/(1-kx^(k+1))

Now:
1) Am I correct about this?
2) How do I evaluate it at -R, R when they both diverge? :/
Do I just plug in -1 and 1 into this as x and receive the answers of :

-1 = 1/(1-k(-1)^(k+1))
1 = 1/(1-k)

Hm...
 
I've learned that this problem is NOT asking for an exact number, but merely a general 'formula' representation of if.

Use the series 1/(1-x) for the interval of convergence.

Take the derivative and multiple numerator and denominator by x^2 to make the series identical .

try taking some derivatives.

Differentiate term by term.

x^2/(1-x)^2 may be the answer
 
RJLiberator said:
I may have just made a breakthrough!

So we know that 1/(1-x) series is very similar. If we replace x with kx^(k+1) then we have our series represented, correct?

The representation for this series is 1/(1-kx^(k+1))

Now:
1) Am I correct about this?
2) How do I evaluate it at -R, R when they both diverge? :/
Do I just plug in -1 and 1 into this as x and receive the answers of :

-1 = 1/(1-k(-1)^(k+1))
1 = 1/(1-k)

Hm...

FIrst of all, the series in question does NOT converge when x=\pm 1. I think that you should interpret the question as asking what it converges to when -1 &lt; x &lt; +1.

Second, you can't replace x by k x^{k+1}, because k is not a fixed number.

Third: Your series is \sum_k k x^{k+1} = 0 + x^2 + 2 x^3 + .... Note that you can factor out x^2. Try writing it in a factored form.
 
Back
Top