Proving a given sequence is a delta sequence ~

  • Thread starter Thread starter retrofit81
  • Start date Start date
  • Tags Tags
    Delta Sequence
retrofit81
Messages
5
Reaction score
0
Hi! I'm in a mathematical ecology class and we're working with delta sequences.

I'm trying to show that

delta_n(x) = n if |x| <= 1/2n
= 0 if |x| > 1/2n

is a delta sequence.

----Definition of a delta sequence---------------------------------------
Suppose delta_n is a sequence of functions with the property that

lim (int delta_n*f(x) dx, -infinity, infinity) = f(0)
n->inf

for all smooth, absolutely integrable functions f(x). Then delta_n is a delta sequence.
-----------------------------------------------------------------------

I thought I could start it by inserting the function into the definition, breaking up the resulting integral, and taking some limits (after some integration by parts, possibly) -- but that's gotten me nowhere. Perhaps I'm missing something there?

A "hint" that comes with the problem is:
Apply the Mean Value Theorem to a function of the form
F(x) = int( f(t) dt, a, x).

I'm not even sure how this hint applies.

I've been racking my brain a couple days and would totally appreciate some guidance! :)

Respectfully,

Michael
 
Physics news on Phys.org
Since f is a nice function, let F be an antiderivative of f. Then you can just evaluate the integral in terms of F (and n). Now you need to evaluate the limit and end up with f(0) somehow.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top