Not sure how to evaluate the sum for series

  • Thread starter Thread starter XSK
  • Start date Start date
  • Tags Tags
    Series Sum
XSK
Messages
7
Reaction score
0

Homework Statement



conv.png


Homework Equations



--

The Attempt at a Solution



really what has thrown me here is the power of n. as we know it converges at some x, i figured i don't need to do any convergence tests. i thought about it and can only come to the conclusion that it converges at x=0, as 1^anything is always 1. but the question says values, and i feel i am missing some part of the puzzle here. also I'm not sure how to evaluate the sum as my knowledge of series is very limited.

thanks.
 
Physics news on Phys.org


I should follow your example, write up the solution neatly and scan it.

Here's my take as follows: The series starts with n=0, which means the first value will be x^2 because anything to the zeroth power is 1.

But hold on a second. The first term is x^2. You see an x^2 right there. That means we're dealing with a geometric series.

Think you can take it from there, or do you need another hint?
 


kylera said:
But hold on a second. The first term is x^2. You see an x^2 right there. That means we're dealing with a geometric series.

I fail to see how you arrive at that conclusion based on the fact that the first term of the series is x2.

On the other hand thinking about a geometric series is the correct way to approach this problem.
 


d_leet said:
I fail to see how you arrive at that conclusion based on the fact that the first term of the series is x2.

On the other hand thinking about a geometric series is the correct way to approach this problem.

Absolutely right. The first term is x^2. What's the common ratio?
 


erm ok, i figured that the ratio is 1/(1+x)

then i subtracted the series times the ratio from the series and got s = x(1+x)

is this what I'm supposed to do?
 


I have no idea what you mean by "I subtracted the series times the ratio from the series".

What is the sum of the geometric series
\sum_{n=0}^\infty A r^n?
 


I have just started studying this topic, but couldn't the root test be of use here? My thoughts:

<br /> <br /> \lim_{n\rightarrow\infty}\sqrt[n]{\left|\frac{x^2}{(1+x)^n}\right|}&lt;1<br /> <br />

Is the criterion for convergence. If we work this out:

<br /> <br /> \lim_{n\rightarrow\infty}\left|\frac{x^{\frac{2}{n}}}{1+x}\right|&lt;1<br /> <br />

<br /> <br /> \frac{1}{|1+x|}&lt;1<br /> <br />

|x|&gt;0

But we see that the sum is 0 for x=0, therefore the series converge for all x\in R
 


3029298 said:
I have just started studying this topic, but couldn't the root test be of use here? My thoughts:

<br /> <br /> \lim_{n\rightarrow\infty}\sqrt[n]{\left|\frac{x^2}{(1+x)^n}\right|}&lt;1<br /> <br />

Is the criterion for convergence. If we work this out:

<br /> <br /> \lim_{n\rightarrow\infty}\left|\frac{x^{\frac{2}{n}}}{1+x}\right|&lt;1<br /> <br />

<br /> <br /> \frac{1}{|1+x|}&lt;1<br /> <br />

|x|&gt;0

But we see that the sum is 0 for x=0, therefore the series converge for all x\in R

You're application of the root test is fine. The solution of the inequality 1/|1+x|<1 is, uh, incomplete. There are negative values that work as well. But XSK should probably solve this using knowledge of the geometric series, since the sum is needed as well as the region of convergence.
 


By |x|&gt;0 I mean that x can be any negative value. Or is the solution then incorrect as well?
 
  • #10


3029298 said:
By |x|&gt;0 I mean that x can be any negative value. Or is the solution then incorrect as well?

Ah, I read that as x>0. No, not all negative numbers work. Just some of them. Maybe we should let XSK work out the details, yes?
 
  • #11


Why not just do what was suggested before.

The geometric series
\Sum_{n= 0}^\infty Ar^n
converges for |r|< 1 and converges to
\frac{A}{1- r}[/itex]<br /> <br /> Here, A= x^2 and r= 1+ x. What does that tell you?<br /> <br /> (I find it difficult to believe that you are dealing with series of functions but have never seen geometric series before.)
 
Back
Top