Taylor Series of (\pi - x)^-2 around a = 0

olyviab
Messages
10
Reaction score
0

Homework Statement



Write the Taylor series of the function f(x) = (\pi -x)^-2 around a = 0



Homework Equations



(\pi - x)^-2 = f(a) + f'(a)(x-a) + [f''(a)(x-a)^2]/(2!) +...+ [f^n(a)(x-a)^n]/(n!)


The Attempt at a Solution



This is what i have and i am not sure i am showing it correctly or compleatly.

f(x) = (\pi -x)^-2
f'(x) = 2(\pi - x)^-3
f''(x) = 6(\pi - x)^-4
f'''(x) = 24(\pi - x)^-5

(\pi - x)^-2 = f(a) + [f'(a)(x-a)^2]/(2!) +...+ [f^n(a)(x-a)^n]/(n!)

= (\pi-0)^-2 + [(2(\pi-0)^-3)(x-0)^2]/(2!) + [(6(\pi-0)^-4)(x-0)^3]/(3!) + ...

= \pi^-2 + 2(\pi^-3)x +[6(\pi^-4)(x^2)]/(2!) + [24(\pi^-5)(x^3)]/(3!) + ...
 
Last edited:
Physics news on Phys.org
You seem to have written the series wrong: where is the f(a) term? And why isn't the f'(a) term multiplied by (x-a)? Your derivatives are correct, now you just need to substitute into the (correct) series that you wrote in the "relevant equations" section...
 
mrbohn1 said:
You seem to have written the series wrong: where is the f(a) term? And why isn't the f'(a) term multiplied by (x-a)? Your derivatives are correct, now you just need to substitute into the (correct) series that you wrote in the "relevant equations" section...

I looked over my work again and found where i messed up, thanks.
the final answer i get is:

(\pi-x)^-2 = \pi^-2 + 2(\pi^-3)(x) + 3(\pi^-4)(x^2) +...
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top