\[ = 1 - 2x^2 + 3x^4 - 4x^6 + 5x^8 - 6x^{10} + 7x^{12} - \dots \]
this is the power series of \(\frac{1}{(1+x^2)^2}\)
let's put into summation notation
patterns: alternating
coefficients go up by 1
powers are even
\[ = 1 - 2x^2 + 3x^4 - 4x^6 + 5x^8 - 6x^{10} + 7x^{12} - \dots \]
choose to start at \(k = 1\)
k=1k=2k=3k=4k=5k=6
\[ = \sum_{k=1}^{\infty} (-1)^{k-1} \cdot k \cdot x^{2k-2} \]
2k-2 (mistake in lecture)
differentiation / integration does NOT change the radius of convergence of the "model series"
So, this series is based on
\[ \frac{1}{1-x} = \sum_{k=0}^{\infty} x^k \quad |x| < 1 \]
so the power series we got still requires \(|x| < 1\), but the end behaviors can change (\(x=1, x=-1\))