Power Series differentiation is a systematic technique used to find the derivatives of a function expressed as a power series. Let's dive into finding the first derivative of the given power series. The function is given as:\[y = \sum_{n=0}^{\infty} n x^n.\]To obtain the first derivative of this series, we use the power rule for differentiation, \((x^n)' = na^{n-1}\). Therefore, by differentiating each term of the series, we get its derivative as:\[y' = \sum_{n=0}^{\infty} n(n-1)x^{n-1}.\]Here is a breakdown of calculating each term for better understanding:
- When \(n=0\): The term becomes \(0(0-1)x^{-1} = 0\).
- When \(n=1\): You get \(1(1-1)x^{0} = 0\).
- When \(n=2\): The result is \(2(2-1)x^{1} = 2x\).
- When \(n=3\): It simplifies to \(3(3-1)x^{2} = 6x^2\).
Thus, the first four terms of the derivative are:\[y' = 0 + 0 + 2x + 6x^2 + \cdots.\]