rbj said:
every function? log(x) has a value at zero?
Well, we had previously been talking about generalized functions whose domain was the real numbers, so I didn't think it necessary to specify that I was talking about functions whose domain was the real numbers.
i wouldn't suggest that to students (other than possibly an infinite value in the loose sense).
But yet, that is what you
are suggesting, if you tell them to think of it as a function! I'm not asking one to give a full, rigorous presentation of the theory of distributions; but I am suggesting that, at a minimum, the students should be made aware that they are working with something that isn't a function -- merely similar to a function. And ideally, they should be presented with a list of valid arithmetic manipulations.
but calling it a limiting function would not be legit. it is legit to define:
\delta(t) = \lim_{a \rightarrow 0} \delta_a(t)
...
can we say that in an electrical engineering class and still be respected by the mathematicians?
No. However, if you were to further add that this is
not the limit operation they learned in their calculus class, that would be better. And if you specified that the meaning of this
new limit operator is that, whenever it appears inside an integral, you're first supposed to pull it outside of the integral (at which point it turns into an ordinary limit), then, IMHO, you should have the respect of mathematicians. (And, more importantly, you avoid alienating any of your students who actually understood their calculus courses, and dare to think about what they're doing)
If this were an ordinary limit, then we would have the (incorrect) equation:
\int_a^b \delta(x) f(x) \, dx = \int_a^b \left( \lim_{c \rightarrow 0} \delta_c(x) \right) f(x) \, dx
whereas actual meaning of the notation is that we should have this (correct) equation:
\int_a^b \delta(x) f(x) \, dx = \left( \lim_{c \rightarrow 0} \int_a^b \delta_c(x) f(x) \, dx \right)
In fact, if we treated the limit as an ordinary one, and treated the integral according to the usual conventions, then we would get
\int_{-\infty}^{+\infty} \left( \lim_{c \rightarrow 0} \delta_c(x) \right) f(x) \, dx = 0
for every function
f.