To do this problem, there are two steps: find the radius of convergence, and test what happens on the border:
Applying the ratio test, you get:
|a(n+1)/a(n)| = |x * n^2/(n+1)| ... as n-->∞, this becomes
|a(n+1)/a(n)| = |x|.
Remember that the ratio test gives you convergence for a ratio less than 1, divergence for a ratio greater than 1, and a failed test for a ratio equal to 1. Therefore, this test gives you convergence for everything on the interval (-1,1) and divergence for anything in (-∞,-1),(1,∞). Thus, the radius of convergence is 1.
However, the ratio test fails at x = 1 and x = -1. So, you need to check both those situations individually:
For x=1, you get ∑1/n^2 (i.e. you drop the x^n). This converges by the p-test or integral test.
For x=-1, you get ∑(-1)^n/n^2. This converges by the alternating series test.
So, your interval of convergence is [-1,1]. It is necessary to do the second round of tests in order to figure out whether or not to include the, um, "edges."