If I'm given $\sum \frac{x^n}{n}$ how can I find which values of x the series converges for?
My gut instinct is that it would be for any values in $-1< x < 1$ because the numerator is an exponential function and the denominator is just n, thus having $|x| < 1$ means the numerator wouldn't go to infinity, but would continue getting smaller as n approaches infinity, thus making the series converge to $0$.
However, I can't for the life of me figure out how to prove that without using the Ratio test, which is required for the problem. Is this possible and what should I be looking at to prove it without that? It's supposed to be have two different sets of values for x to where it's converging absolutely and converging conditionally.
Your gut instinct is good. You can just use the comparison test to a geometric sequence, taking absolute values to show absolute convergence.
If $x \in (-1,1)$, then $|x^n/n|<|x^n|$, and that's a geometric series which converges, therefore your series converges. At +1, you have the harmonic series which diverges. At -1 you have the alternating harmonic series, which converges by the alternating series test.
If $x>1$ or $x<-1$, then the sequence does not go to 0, so it diverges by the divergence test