Finding a power series representation

superdave
Messages
149
Reaction score
3

Homework Statement



Start with the power series representation 1/(1-x) = sum from n=0 to inf. of x^n for abs(x) < 1 to find a power series representation for f(x) and determine the radius of convergence.

f(x)=ln(5+x^2)

Homework Equations






The Attempt at a Solution



Okay, so I get

1/(1-q)= sum q^n

Now, the problem lies in the fact that x is to a power of 2.

so if q= (-(x^2)-4) I get 1 / (1-(-(x^2)-4)) but if I want to integrate that, now that x is squared, I don't get the ln.

Can I do it the other way?

integrate first to get:

ln (1-q) = sum q^(n+1) / (n+1) and then replace q? I feel like that shouldn't work.
 
Physics news on Phys.org
My thoughts: f'(x) = 2x/(5 + x^2), right? So, keeping in mind that x is a constant term with respect to summation and all the work you've done, how would you write that as an infinite series?

Of course, I haven't done this in a while, so I could be completely wrong. Heh.
 
Yes. The derivative of ln(5+ x2 is 2x/(5+ x2). Now, you want to make that look like the sum of a geometric series a/(1- r). First, divide both numerator and denominator by 5: (2/5)x/(1+ x^2/5)= (2/5)x/(1- (-x^2/5)). Do see what a and r must be? Once you have the geometric series, integrate term by term to go back to the logarithm.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top