Evaluate the sum ∞∑k=1(2k+1)x2k for |x|<1.
(2k+1)x2k looks familiar in that it is the derivative of x2k+1. Let’s work backwards to derive a solution.
∞∑k=1xk=x1−x∞∑k=1(x2)k=x21−x2∞∑k=1xx2k=x31−x2∞∑k=1x2k+1=x31−x2∞∑k=1(2k+1)x2k=3x2(1−x2)+2x4(1−x2)2∞∑k=1(2k+1)x2k=3x2−x4(1−x2)2for |x|<1.