I'v got roughly half way through this question:
For (fixed) x which is an element of the real numbers, consider the series
$\sum_{n=1}^\infty \frac{x^{n-1}}{2^nn} $
For which x does this series converge? For which x is the series conditionally convergent?
So far I've managed to deduce that for x=-1, the series is in oscillating harmonic form i.e.
$\sum_{n=1}^\infty \frac{x^{n-1}}{2^nn} = \sum_{n=1}^\infty \frac{1}{2^nn} * (-1)^{n-1} $
here $a_n$ = $\frac{1}{2^nn}$ where as n approaches infinity, $\frac{1}{2^nn}$ approaches 0. Therefore the series converges according to the alternating series test.
For all other values between -1 and 1, the series must be convergent as $a_n$ is decreasing.
Therefore I concluded that the series is absolutely convergent in the interval [-1,1].
Thats what I got so far but I'm quite uncomfortable with this area. Would anyone mind correcting/helping?
You are right that the series converges absolutely on that interval. But that interval can be extended even further. And you cannot say that the series converges for $x \in (-1,1)$ just because $a_n$ is decreasing.
The radius of convergence can be obtained by the D'Alembert convergence test. We get that
$$R=\lim\limits_{n\to\infty}\frac{|a_n|}{|a_{n+1}|} = 2$$
So the series converges absolutely on $(-2,2)$. Let's look at the boundary points.
For $x=2$ we have that the general term is $$\frac{2^{n-1}}{2^n n} = \frac{1}{2n}$$
The series becomes a harmonic series which is divergent.
For $x=-2$ we have that the general term is $$\frac{(-1)^{n-1}2^{n-1}}{2^n n} = \frac{(-1)^{n-1}}{2n}$$ and the series converges conditionally by the alternating series test, but not absolutely.
So, we have convergence on $[-2,2)$ with absolute convergence on $(-2,2)$ and conditional convergence for $x=-2$.