This problem is from the book "Cauchy-Schwarz Masterclass":
Show that if $p_1 + \cdots p_n = 1$ with each $p_i$ positive, then $\displaystyle \sum_{k=1}^n \left(p_k + \dfrac {1}{p_k} \right)^2 \ge n^3+2n+\dfrac 1n$
I expanded the LHS and arrived at
$$(p_1^2 + \cdots + p_n^2) + \left(\dfrac {1}{p_1^2} + \cdots + \dfrac {1}{p_n^2}\right) \ge n^3 + \dfrac 1n$$
I was able to show that $p_1^2 + \cdots + p_n^2 \ge \dfrac 1n$ by applying C-S to the sequences $(p_1, ..., p_n)$ and $(p_1, ..., p_n)$. I also think that $\dfrac {1}{p_1^2} + \cdots + \dfrac {1}{p_n^2} \ge n^3$ is true (because equality holds for $p_i = \dfrac 1n$ and I checked numerically for some values) but I am not able to prove it.
At this point in the book we only proed that classic $C-S$ inequality and the $C-S$ for inner product space, so I am hoping there is a solution only with these tools.
This is a proof that only uses Cauchy Schwarz, the second part can be simplified if you are allowed to use AM $\ge$ HM.
Apply CS to $n$ copies of $1$ and $\displaystyle\;p_k+\frac{1}{p_k}$, we obtain
$$n \sum_{k=1}^n \left(p_k + \frac{1}{p_k}\right)^2 = \left( \sum_{k=1}^n 1^2\right)\sum_{k=1}^n\left(p_k + \frac{1}{p_k}\right)^2 \ge \left(\sum_{k=1}^n p_k + \frac{1}{p_k}\right)^2 = \left(1 + \sum_{k=1}^n \frac{1}{p_k}\right)^2$$ Apply CS again to $\sqrt{p_k}$ and $\displaystyle\;\frac{1}{\sqrt{p_k}}$, we obtain
$$\sum_{k=1}^n \frac{1}{p_k} = \sum_{k=1}^n \sqrt{p_k}^2 \sum_{k=1}^n \frac{1}{\sqrt{p_k}^2} \ge \left(\sum_{k=1}^n \frac{\sqrt{p_k}}{\sqrt{p_k}}\right)^2 = n^2$$
Combine these two inequalities, we obtain
$$\sum_{k=1}^n \left(p_k + \frac{1}{p_k}\right)^2 \ge \frac1n \left(1 + n^2\right)^2 = n^3 + 2n + \frac1n$$