<p>Someone here will help I’m sure.</p>
<p>I’ll try to get you started.</p>
<p>Some series that you should memorize:</p>
<hr>
<p>1/n diverges</p>
<p>1/n^2 converges (or 1/n^anything where anything >=2)</p>
<p>(-1)^n / n converges</p>
<p>ar^n converges for any number a if abs(r) < 1 (“geometric”) and infinite sum = a / (1 - r)</p>
<hr>
<p>If the test doesn’t give you one of the above, you have to apply tests using the expression that is given for the nth term a_n.</p>
<p>1) if a_n goes to zero as n goes to infinity, go to step 2; otherwise, it diverges</p>
<p>2) try ratio test especially if you see factorials (e.g. n!) and/or powers (e.g., 5^n) and the terms are positive:</p>
<p>a) determine a<em>(n+1) / a</em>n, and find its limit as n -> infinity.</p>
<p>b) if answer < 1, converges; if answer > 1, diverges, if answer = 1, keep going.</p>
<p>3) is it alternating? I.e., a<em>n = (-1)^n b</em>n</p>
<p>If b<em>n > 0, b</em>n > b<em>(n+1), and b</em>n -> 0 as n->infinity, it converges.</p>
<p>4) if still no answer, you may have to try comparison test or integral test, not sure how often this occurs on AP exam</p>
<p>Hope this helps a little.</p>