I'm having trouble understanding what this question is trying to ask me. I understand the "limiting case of the rectangular function" but I don't see how I can show that the following functions satisfy the same requirement.
Here is the problem: The Dirac Delta function was obtained as a limiting case of the rectangular function, given below: $$\delta(t) = \lim_{\epsilon\to\infty}\frac{1}{\epsilon}rect(\frac{t}{\epsilon})$$
where rect() function is defined as:
$$ rect(\frac{t}{\tau}) = \left\{ \begin{array}{ll} 1 & \quad |t| \leq \frac{\tau}{2} \\ 0 & \quad |t| > \frac{\tau}{2} \end{array} \right. $$
where the dirac delta function is defined as: $$ \delta(t) = \left\{ \begin{array}{ll} 1 & \quad t = 0 \\ 0 & \quad t \neq 0 \end{array} \right. $$
and defined through integration:
$$\int^\infty_{-\infty} \delta (t)\,dt = 1$$ Show that the Dirac delta function can also be obtained from each of the following functions that satisfy the definition of the Dirac delta function given above. \
(i) $$\lim_{\epsilon\to\infty}\frac{\epsilon}{\pi (t^2+\epsilon^2)}$$
(iI) $$\lim_{\epsilon\to\infty}\frac{2\epsilon}{4\pi^2 t^2+\epsilon^2}$$
How do I show that these two functions satisfy the definition as the rect() function does?