Reversing Taylor Series to find the original function

delta59
Messages
16
Reaction score
0

Homework Statement




I need to find the convergence a unknown function. Now I know the Taylor series of it which is 1/3+2/(3^2)+3/(3^3+4/(4^4+...+k/(3^k). Which mean I can just take the Riemann sum of k/(3^k) from say 0 to 50 and that would give me 3/4.

However this is not enough I need to confirm the answer by finding the unknown function. Normally this isn't too difficult as I would manipulate the series to get it into some sort of form that is familiar like e^x or cos(x), but this one is throwing me for a loop.

The bottom part (3^k) fits x/(1-x) when x=3 but I am not sure about the top

any help or hints would be great!
 
Physics news on Phys.org
I don't know if i am write or wrong , as i have never dealed with them but can't we write them as [summation of (K-1)/3^K]
 
delta59 said:

Homework Statement




I need to find the convergence a unknown function. Now I know the Taylor series of it which is 1/3+2/(3^2)+3/(3^3+4/(4^4+...+k/(3^k). Which mean I can just take the Riemann sum of k/(3^k) from say 0 to 50 and that would give me 3/4.

However this is not enough I need to confirm the answer by finding the unknown function. Normally this isn't too difficult as I would manipulate the series to get it into some sort of form that is familiar like e^x or cos(x), but this one is throwing me for a loop.

The bottom part (3^k) fits x/(1-x) when x=3 but I am not sure about the top

any help or hints would be great!

Welcome to PF, delta59! :smile:

Perhaps you could start with substituting for instance x=1/3?
What would you get?

Afterward, try to think of defining a suitable function f(x) of which you know what the series sum is if you integrate f(x).
(I'll explain later.)
 
x/(1-x) when x=1/3 gives the correct bottom but then I just need to square the bottom function to get the top
so the f(x)=x/((1-x))^2 gives the expansion of 1/3+2/(3^2)+3/(3^3+4/(4^4+...+k/(3^k)

Thanks bouncing ideas I got now.
 
Yep. That works too! :)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top