Find a power series representation centered at $x=0$ for $f(x) = \dfrac x {15x^2+1}$.
Answer: $f(x) = \sum \limits _{n=0} ^\infty (-1)^n (15x^2)^{n+1}$.
For some reason this just isn't clicking with me haha.
Here is my thought process:
$f(x) = \dfrac{x}{15x^2 + 1} $
$f(x) = x \times \dfrac1{1 + 15x^2} $
get the top x out of there and switch their positions around in the denominator
$f(x) = x \times\dfrac 1{1 - (-15x^2)} $
now it is in the form of $\dfrac1{1 -x}$ (my $x$ being a $-15x^2$)
$$x \sum_{n=0}^\infty (-1)^n \times (15x^2)^n $$
And here is where I have no idea what to do
It should be $$x\sum_{n=0}^\infty (-1)^n 15^n x^{2n}=\sum_{n=0}^\infty (-1)^n 15^n x^{2n+1}$$
and not $$\sum_{n=0}^\infty (-1)^n (15 x^{2})^{n+1}$$