Consider the power series: $$ \sum_{n=1}^{\infty} \frac{(x-b)^{n}}{na^{n}}$$ with a, b >0 :
a) for which x is this series absolute convergent,
b) for which x is this series conditionally convergent,
c) for which x is this series divergent.
So far this is what I have using the ratio test:
$$ \frac{a_{n+1}}{a_n} = \frac{\frac{(x-b)^{n+1}}{(n+1)a^{n+1}}}{\frac{(x-b)^n}{na^n}} = \frac{(x-b)na^n}{na^{n+1}+a^{n+1}} = \frac{(x-b)}{na+a^{n+1}}$$
I don't know how to solve the rest of the question, can someone help me with this?
What about the root test? One has that \begin{align*} \limsup_{n\rightarrow\infty}|a_{n}|^{1/n} = \limsup_{n\rightarrow\infty}\left|\frac{x-b}{n^{1/n}a}\right| = \left|\frac{x-b}{a}\right| \end{align*}
This is because \begin{align*} \lim_{n\rightarrow\infty}n^{1/n} = \lim_{n\rightarrow\infty}\exp\left(\frac{\ln(n)}{n}\right) = \exp\left(\lim_{n\rightarrow\infty}\frac{\ln(n)}{n}\right) = \exp(0) = 1 \end{align*}
Consequently, the given series converges when \begin{align*} \left|\frac{x-b}{a}\right| < 1 \Longleftrightarrow b - a < x < b + a \end{align*}
And it diverges when \begin{align*} \left|\frac{x-b}{a}\right| > 1 \Longleftrightarrow (x > b + a)\vee(x < b - a) \end{align*}
Now it remains to study two cases. More precisely, \begin{align*} \displaystyle\frac{x-b}{a} = 1 \Longrightarrow \sum_{n=1}^{\infty}\frac{(x-b)^{n}}{na^{n}} = \sum_{n=1}^{\infty}\frac{1}{n} \longrightarrow \infty \end{align*} and we do also have \begin{align*} \frac{x-b}{a} = -1 \Longrightarrow \sum_{n=1}^{\infty}\frac{(x-b)^{n}}{na^{n}} = \sum_{n=1}^{\infty}\frac{(-1)^{n}}{n} < \infty \end{align*} The last statement results from the application of the alternating test for series, also known as the Leibniz test.
Hopefully this helps.