Question
Let $a$ be a positive real number. Use the $\epsilon-\delta$ definition of limits to prove that $$\lim\limits_{x\to a}\ \frac {3x^2 + 2ax + a^2} {2x + a} = 2a\ .$$
My working
Let $\epsilon > 0$ be given.
For $|x - a| < \delta$, choose $\delta = \frac 1 3 \epsilon - 2a$.
\begin{align} |x + a| & = |x - a + 2a| \\[5 mm] & \leq |x - a| + 2a \\[5 mm] & < \frac 1 3 \epsilon \end{align}
\begin{align} \left|\frac {3x^2 + 2ax + a^2} {2x + a} - 2a\right| & = \left|\frac {3x^2 - 2ax - a^2} {2x + a}\right| \\[5 mm] & = \left|\frac {(3x + a)(x - a)} {2x + a}\right| \\[5 mm] & < \left|\frac {3(x + a)(x - a)} {2(x - a)}\right| \\[5 mm] & = \frac 3 2 |x + a| \\[5 mm] & < \frac 1 2 \epsilon \\[5 mm] & < \epsilon \end{align}
May I know if I have chosen a suitable $\delta$ and if my proof is logical? Any comments/suggestions to improve my working will be greatly appreciated :)
Edit
Thank you everyone for your inputs! I have learnt a lot :)
Your $\delta$ doesn't work and it would be strange if it did, because in almost every case $\delta$ must be very close to $0$ when $\varepsilon$ is very close to $0$. But your $\delta$ is always greater than $2a$.
Note that$$\frac{3x^2+2ax+a^2}{2x+a}-2a=\frac{(3x+a)(x-a)}{2x+a}$$and that therefore$$\left|\frac{3x^2+2ax+a^2}{2x+a}-2a\right|=\left|\frac{3x+a}{2x+a}\right||x-a|.\tag1$$If $|x-a|<\frac a4$, then $|x|<\frac54a$ and so $|3x+a|<\frac{19}4a$. On the other hand,\begin{align}|2x+a|&=|2(x-a)+3a|\\&\geqslant3a-2|x-a|\\&>\frac52a.\end{align}So,$$\left|\frac{3x+a}{2x+a}\right|<\frac{19}{10}.$$Therefore, it follows from $(1)$ that $\delta=\min\left\{\frac a4,\frac{10}{19}\varepsilon\right\}$ will work.