The section is about power series. The question reads:
a) If $s$ satisfies $0<s<1$, show that $ns^{n-1}$ is bounded for all $n \geq 1$.
b) Given an arbitrary $x \in (-R,R)$, pick $t$ to satisfy $\lvert x \rvert < t < R$. Use this start to construct a proof for Theorem 6.5.6. [This theorem says, roughly, that if a power series converges for all $x \in (-R, R)$, then the differentiated series converges too].
My question is about numeral a), but I include the rest for context.
My solution:
By induction. Take $n=1$ as the base case. Then we have that $ns^{n-1}=1$, which is obviously bounded. Now assume that it holds for $n$. That is, there exists an $M \in \mathbb{R}$ so that $ns^{n-1} < M$. Since $0<s<1$, we know $sM$ is finite. Additionally, $0<s^{n}<1$, so $s^{n}$ is also finite. Then, from the assumed inequality, we have $ns^{n-1}s + s^{n} = (n+1)s^{n} < sM +s^{n}$. The right hand side of the inequality is clearly finite, so the case also holds for $n+1$, proving the desired result.
Is this correct? the suggested solution in the book uses the ratio test, which I find a bit of an overkill in this scenario. There is also this proof from MSE.
The ratio test is the most natural way. For a direct proof, write $s = 1/(1 + h)$ with $h > 0$. Then by the binomial theorem, $ns^n \leq \frac{n}{1 + nh + \frac{n(n - 1)}{2}h^2} \to 0$ as $n \to \infty$.