How Do You Find a Power Series Representation for f(x) = x / (4+x)?

kskiraly
Messages
5
Reaction score
0

Homework Statement



Find a power series representation for the function

f(x) = x / (4+x)

and determine the interval of convergence.

I have no idea how to begin this problem.

My only guess would be trying to divide something out in order to simplify to something that I'm able to create something of the form (x+c)^n

I can work out to the interval of convergence, I am just unsure of how to create the representation.
 
Physics news on Phys.org
Try this one:

attachment.php?attachmentid=9680&stc=1&d=1175665764.jpg


It is a geometric series, so I am not so sure that it is the correct answer to your question.
 

Attachments

  • series.JPG
    series.JPG
    3.8 KB · Views: 566
Taylor series expansion about x=0. Substitute expression for the nth derivative of f(x) evaluated at x=0.

The answer comes to

f(x)=-sum (-x/4)^n

where the sum is from 0 to infinity
 
Malawi glenn was steering you right! The geometric sequence \sum_{n=0}^\infty ar^n converges to \frac{a}{1- r}. Now what must a and r be in order to converge to
\frac{x}{4+ x}= \frac{\frac{x}{4}}{1-(-\frac{x}{4})}}[/itex]? For what values of r does a geometric series converge?<br /> <br /> Yes, you could do this by differentiating and forming the Taylor&#039;s series but that is tedious with lots of room for error. And, in fact, the answer given by christianjb is incorrect: For x= 0, &quot;f(x)=-sum (-x/4)^n,where the sum is from 0 to infinity&quot; is 1 while x/(1+ x) is 0.
 
Rewrite as x\cdot \frac{1}{x+4} and use long division.
 
HallsofIvy said:
Malawi glenn was steering you right! The geometric sequence \sum_{n=0}^\infty ar^n converges to \frac{a}{1- r}. Now what must a and r be in order to converge to
\frac{x}{4+ x}= \frac{\frac{x}{4}}{1-(-\frac{x}{4})}}[/itex]? For what values of r does a geometric series converge?<br /> <br /> Yes, you could do this by differentiating and forming the Taylor&#039;s series but that is tedious with lots of room for error. And, in fact, the answer given by christianjb is incorrect: For x= 0, &quot;f(x)=-sum (-x/4)^n,where the sum is from 0 to infinity&quot; is 1 while x/(1+ x) is 0.
<br /> <br /> I should have said n=1,infiniy. Then the answer is correct.
 
christianjb said:
I should have said n=1,infiniy. Then the answer is correct.

Yes. Minor detail but that's the point- calculating the Taylor's series leaves a lot of room for error!
 
HallsofIvy said:
Yes. Minor detail but that's the point- calculating the Taylor's series leaves a lot of room for error!

I agree that the geometric series method is more elegant in this case.
 
Back
Top