PDA

View Full Version : Does the function f(x)=infinity(x) have a derivative?


flyers
Nov29-10, 09:39 PM
If we simply differentiate the equation, we get infinity as the derivative. However if we were to graph the equation, any x < 0, gives us y= infinity. How can the slope of the graph be infinity when any x<0 gives a constant y= infinity?(Is it wrong to consider infinity as a single very large number in this case?)

Mark44
Nov29-10, 11:22 PM
What does "infinity(x)" even mean? Unless you're talking about the extended real numbers, infinity isn't even considered a number.

flyers
Nov30-10, 06:37 PM
I meant a linear function y=ax+b with the slope a as infinity, but I guess you already answered the question.

Mark44
Nov30-10, 07:00 PM
x = a is a straight line with undefined slope, but it isn't a function.

micromass
Nov30-10, 07:50 PM
This is probably not what you mean. But there is a way to make your "function" mathematically rigourous. It's called the Dirac Delta function. Sadly, it doesn't have a derivative (to my knowledge). But you can integrate this beast.

Mute
Nov30-10, 08:23 PM
This is probably not what you mean. But there is a way to make your "function" mathematically rigourous. It's called the Dirac Delta function. Sadly, it doesn't have a derivative (to my knowledge). But you can integrate this beast.

What the OP is looking for isn't quite the dirac delta function. The delta function has properties which a line y = ax, with a tending to infinity, doesn't have.

Also, you may know that the dirac delta function isn't really a function, it's a distribution. In the distribution-sense, it does have a derivative. The derivative, \delta' (x-x_0), has the property that

\int_S dx \delta'(x-x_0)f(x) = -f'(x_0)

where the set S contains the point x_0. Note that this result looks like it was obtained by integration by parts and assuming the boundary term is zero. This isn't quite true, but in a formal calculation kind of sense it works.

disregardthat
Nov30-10, 10:45 PM
Also, you may know that the dirac delta function isn't really a function, it's a distribution. In the distribution-sense, it does have a derivative. The derivative, \delta' (x-x_0), has the property that

Could you explain this a bit further? Is a distribution the same as a measure, and how is differentiation of measures/distributions defined?

micromass
Dec1-10, 07:13 AM
Hmm, good question. A distribution is certainly not the same as a measure. A distribution is more like a generalized function. While a measure is a generalized length/area.

That said, the Dirac delta function is intuitively a 'function' such that \delta(0)=+\infty and \delta(x)=0 for other x. With the additional property that

\int_{-\infty}^{+\infty}{\delta(x)dx}=1

This function is of course not a function at all. But physicists did have many use for this "function". Thus mathematicians set out to define the dirac delta function rigourously. And it turns out that there are two methods for defining the dirac delta function. One method is as a distribution. Another is as the following measure on R:

\delta(A)=1~\text{if}~0\in A~\text{and}~\delta(A)=0~\text{otherwise}

So it is interesting that you talk about measures, since the Dirac delta function can be formalized to being a certain measure...

That said, I also want to note that you can take the derivative of a measure w.r.t. another measure. This is called the Radon-Nikodym derivative, see http://en.wikipedia.org/wiki/Radon%E2%80%93Nikodym_theorem

disregardthat
Dec1-10, 10:04 AM
\delta(A)=1~\text{if}~0\in A~\text{and}~\delta(A)=0~\text{otherwise}

So it is interesting that you talk about measures, since the Dirac delta function can be formalized to being a certain measure...

That said, I also want to note that you can take the derivative of a measure w.r.t. another measure. This is called the Radon-Nikodym derivative, see http://en.wikipedia.org/wiki/Radon%E2%80%93Nikodym_theorem

Yes, this is how I know the dirac delta function/measure. The Radon-Nikodym derivative does not exist when you differentiate with respect to the lebesgue measure if I'm not mistaken, so what would "the derivative of the delta function" mean in that case?

micromass
Dec1-10, 10:15 AM
Well, if you see the Dirac function as a measure, then I suppose that this has no derivative with respect to the Lebesgue measure. So this is clearly not a very positive result. This is probably why they define the Dirac function as a distribution instead as a measure, since it does have a derivative as a distribution...

disregardthat
Dec1-10, 11:16 AM
I read about distributions, but I don't understand some notation. What does e.g. D^{(n,m)} \phi mean, in the sense where D\phi is the derivative of \phi. The sentence I don't understand is: For each multiindex a, the sequence of partial derivatives D^a\phi_k converges uniformly to D^a\phi.

micromass
Dec1-10, 11:30 AM
I don't know what text your reading, but I suppose it means

\frac{\partial^{n+m}\phi}{\partial x_1^n\partial x_2^m}

disregardthat
Dec1-10, 11:54 AM
Ok, thanks. So treating delta as a distribution severely restricts the set of integrable functions. You require them to be infinitely differentiable.

Mute
Dec1-10, 12:39 PM
The way distributions work is that you have a function space corresponding to a set of test functions, \phi(x), and a dual which consists of the generalized functions. The nicer your test functions, the meaner the kinds of dual functions you can deal with. For example, if your test functions are only once differentiable, then you can have the delta function in the dual space, but not the derivative of the delta function. If twice differentiable, you can have the derivative, but not the second, and so on.

With the space of test functions chosen, one defines a pairing between a test function and a dual function, using the dirac delta as an example:

(\phi,\delta) = \phi(0)

This replaces the formal integral notation \int dx~\phi(x) \delta(x). Although for distributions the integral notation is formal, things seem to be more or less set up such that the notation suggests correct results. If you use a genuine function from the dual space instead of just a test function, then the integral notation reduces to an actual integral. Anyways, as long as the test functions are smooth enough and decay rapidly at the infinities and have enough derivatives, we can define derivatives of the delta function as

(\phi,\delta^{(n)}) = (-1)^n \phi^{(n)}(0)

In general, for a distribution v(x) one can define a "weak derivative" u(x) by

(v,\phi) \equiv -(u,\phi').

Obviously the derivative of phi has to exist for the weak derivative to exist, etc.

This description comes from this book (http://www.amazon.com/Mathematics-Physics-Guided-Graduate-Students/dp/0521854032/ref=sr_1_1?ie=UTF8&s=books&qid=1291228641&sr=1-1). It also references F.G. Friedlander's Introduction to the Theory of distributions if you're looking for more information on the topic.