I'm currently learning Calculus 2, more specifically I'm learning about sequences and series. I'm not enjoying this section as much as I thought I would, this is because I'm having to learn all these different tests to determine the convergence and being shown no justification as to why it works. I've been shown the proofs, but the proofs are not justifying to my mind why they even work.
Limit Comparison Test:
Suppose that we have two series $\displaystyle\sum a_n $ and $\displaystyle\sum b_n$ with $a_n\geq0$,$b_n>0 $ $\forall n$. Define, $$ c = \displaystyle\lim_{n\to \infty} \frac{a_n}{b_n} $$ if $c$ is positive (i.e. $c>0$) and is finite (i.e. $c<\infty$) then either both series converge or both series diverge.
The first question I'd like to ask is, why does this even work?
The second question I'd like to ask is, under what conditions does this work? Why do I ask this? Consider the two following series: $ \displaystyle\sum_{n=1}^{\infty} \frac{1}{n^3}$ and $\displaystyle\sum_{n=1}^{\infty} \frac{1}{n^2}$.Both are p-series and a p-series converges when $p>1$ and diverges when $p\leq1$. Therefore, the two series above converges. Trying to verify this with the limit comparison test would go something like this $$ \displaystyle\lim_{n\to \infty} \frac{n^2}{n^3} = \displaystyle\lim_{n\to \infty} \frac{1}{n} =0$$ $c\not>0$ which is implying that both series don't converge. So, what is going on?
One small final question, I'd really like to improve in this part of the course and be in a position where I don't have to remember all these annoying tests and just be able to derive certain things from logic. Would this be too much to hope for considering I'm only doing a Calculus course and not something like Real-Analysis.