0

How would one expand the following functions as power series around the given points:

  • $f(x) = \frac{1}{x}$ around $2$
  • $g(x) = \frac{x}{x-3}$ around $5$

I know how to do that using Taylor series. Is there another method?

Seven9
  • 227

1 Answers1

1

For the first one, write $1/x=1/(2+x-2)$ and divide by $2$ getting:

$(1/2)/1-((2-x)/2)$ . Clearly $(2-x)/2$ < $1$ in a neighborhood of $2$

hence $1/(1-((2-x)/2)=1+(2-x)/2+((2-x)/2)^{2}+((2-x)/2)^{3}+.....$ and

multiplying by $1/2$ we get the expansion.

In the second case we write $1/((x-5)+2)$ and dividing by $2$ we

obtain $(1/2)(1/((x-5)/2)+1$ which is

$(1/2)(1-((x-5)/2)+((x-5)/2)^{2}-((x-5)/2)^{3}+......)$.

Multiplying this expansion by $x$ which can be written as $(x-5)+5$ we get the required expansion!