What is the coefficient for x^27 in the power series expansion of 1/(1+x^9)?

greenteacup
Messages
6
Reaction score
0

Homework Statement



The function
f(x)=\frac{1}{1+x^{9}}
can be expanded in a power series
\sum^{\infty}_{0} a_{n}x^{n}
with center c = 0.
Find the coefficient
a_{27}
of
x^{27}
in this power series.

2. The attempt at a solution

I can get to:

\sum^{\infty}_{0} (-1)^{n}(-x^{9})^{n}

which I think is right, but I'm not sure how to find a_{27}. We didn't talk about it in class.
 
Last edited:
Physics news on Phys.org
You don't want (-1)^n and (-x^9)^n to both have a '-' in them do you? What are the first few terms in the series when you write them out? a_27 is the coefficient of x^27, which is the n=3 term in your series. What is it?
 
Ohhh, okay, I think I understand now. So the coefficient would just be (-1)^{3}=-1?
 
greenteacup said:
Ohhh, okay, I think I understand now. So the coefficient would just be (-1)^{3}=-1?

Right.
 
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