Quantcast Taking the derivative of a definite integral Text - Physics Forums Library

PDA

View Full Version : Taking the derivative of a definite integral


Alex6200
Aug21-08, 01:48 AM
How do I do it? For example, if I have:

\int_{0}^{\infty}sf(x) dx

How do I take the derivative with respect to x?

I was trying to derive the formula for an inverse laplace transform when I realized that I didn't know how to take the derivative of a definite integral.

CompuChip
Aug21-08, 04:27 AM
\frac{d}{dx} \left( \int_{0}^{\infty}sf(x) dx \right) = 0
because the bracketed thing does not depend on x (it is just a number). It doesn't matter whether the integral is definite or not by the way.

Note however, that
\frac{d}{da} \left( \int_{0}^{a}sf(x) dx \right) \neq 0
and
\frac{d}{db} \left( \int_{0}^{\infty}s f(x, b) dx \right) \neq 0
and
\frac{d}{ds} \left( \int_{0}^{a}sf(x) dx \right) \neq 0
in general!

schroder
Aug21-08, 06:14 AM
\frac{d}{dx} \left( \int_{0}^{\infty}sf(x) dx \right) = 0
because the bracketed thing does not depend on x (it is just a number). It doesn't matter whether the integral is definite or not by the way.


Interesting, but I’m not so sure about the last part of your statement. Since the indefinite integral does not result in just a number but an algebraic. If it is an indefinite integral, then the derivative of the integral of f(x) should be f(x), as the two operations cancel each other.



As far as the derivative of the definite integral, once you reduce the definite integral to just a number, then certainly the derivative is zero. However, what if you kept it in algebraic form? Then the question would be at what value do you evaluate the derivative? Can you not use the MVT to determine where to evaluate the derivative?

CompuChip
Aug21-08, 07:20 AM
Interesting, but I’m not so sure about the last part of your statement.
You are right, I don't know what I was thinking. Of course, \int f(x) dx still depends on x. Never mind that part.

As far as the derivative of the definite integral, once you reduce the definite integral to just a number, then certainly the derivative is zero. However, what if you kept it in algebraic form? Then the question would be at what value do you evaluate the derivative? Can you not use the MVT to determine where to evaluate the derivative?
You mean something like this?
\frac{d}{dx} \left( \int_a^b f'(x) \, dx \right) = \frac{d}{dx}( f(b) - f(a) ) = 0

Otherwise, it's not quite clear to me what you mean.

schroder
Aug21-08, 09:37 AM
You mean something like this?
\frac{d}{dx} \left( \int_a^b f'(x) \, dx \right) = \frac{d}{dx}( f(b) - f(a) ) = 0

Otherwise, it's not quite clear to me what you mean.

To be candid, I am not 100% sure of what I mean either,:confused: but something is tugging at my brain concerning taking the derivative of a definite integral.

Maybe if I try an example that will at least clarify what I am thinking of.
Suppose we have a simple f(x) = x^2 Now we take the definite integral of that within the limits x = 3 and x = 4 . The numerical result is 12.333…
And of course if we differentiate that number the result is zero. Nothing earth shaking about any of that.

But let’s leave the integral of x^2 in its algebraic format so we have this:
(x^3/3 where x = 4) – (x^3/3 where x =3) and Not evaluate that but differentiate it as it is which results in:
(x^2 where x = 4) – (x^2 where x = 3) and then we evaluate that we have
16 – 9 = 7.

The significance of this comes in when we consider the MVT which states
( f(4) – f(3) ) / 4 – 3 = Df(c) where c is the mean value on the interval from 3 to 4.
For f(x) = x^2, Df(x) = 2X
Putting it all together then for f(x) = x^2, 7 = 2x and x = 3.5 which is the mean value on the interval.

So, I come to my very tentative conclusion that the derivative of a definite integral of f(x) should be f(x) evaluated at the mean value on the interval defined by the limits of the definite integral. At least, this interpretation gives some meaning to the limits of integration of the definite integral which carries over into the derivative.

I am interested in getting your reaction to this idea no matter how critical.:smile:

HallsofIvy
Aug21-08, 10:35 AM
You might be thinking of the very general "Leibniz' formula":
\frac{d}{dx}\int_{\alpha(x)}^{\beta(x)} f(x,t)dt= \frac{d\beta(x)}{dx}f(x,\beta(x))- \frac{d\alpha(x)}{dx}f(x,\alpha(x))+ \int_{\alpha(x)}^{\beta(x)}\frac{\partial f}{\partial x}dt
One result of that is that
\frac{d }{dx} \int_a^b f(t)dt= 0
because all of those derivatives are 0.

(Edited to correct sign error. Thanks, NoMoreExams.)

NoMoreExams
Aug21-08, 10:38 AM
You might be thinking of the very general "Leibniz' formula":
\frac{d}{dx}\int_{\alpha(x)}^{\beta(x)} f(x,t)dt= \frac{d\alpha(x)}{dx}f(x,\alpha(x))- \frac{d\beta(x)}{dx}f(x,\beta(x))+ \int_{\alpha(x)}^{\beta(x)}\frac{\partial f}{\partial x}dt
One result of that is that
\frac{d }{dx} \int_a^b f(t)dt= 0
because all of those derivatives are 0.

Are your limits correct?

D H
Aug21-08, 11:05 AM
As far as the derivative of the definite integral, once you reduce the definite integral to just a number, then certainly the derivative is zero. However, what if you kept it in algebraic form?
This algebraic form?

g(s) = \left( \int_{0}^{\infty}sf(x) dx \right) = s\int_{0}^{\infty}f(x) dx

This is just a number times s; it doesn't depend on x at all, so the derivative wrt x is zero.

Are your limits correct?
Halls is correct. You can google "Liebniz integral rule" for more info.

NoMoreExams
Aug21-08, 11:11 AM
Halls is correct. You can google "Liebniz integral rule" for more info.

I did :)

Alex6200
Aug21-08, 11:21 AM
Well, the actual problem I want to solve is:

F(s) = \int_{0}^{\infty} e^{-st}f(t) dt

for f(t). Now I want to take the derivative of both sides, and then multiply by e^{-st}, and then get f(t).

Now I know from looking at Laplace transforms that the infinity part always evaluates to 0, so in reality the laplace transform is just that integral evaluated at 0.

So I have:


F(s) = \int e^{-st}f(t) dt \left|t = 0

But the problem is that I can't just plug in the infinity or 0 because I want to take the derivative of both sides, and I can't just take the derivative because the integral is definite. This is going to sound really stupid but is there a way to cancel the "plug in" operation?

And just to let you guys know my most advanced math class is differential equations.

CompuChip
Aug21-08, 02:16 PM
I don't think that's going to work. Probably you have to pull some trick like
\int_{\cdots}^{\cdots} e^{-a x} dx = \delta(a)
(sorry haven't done math in like 6 weeks, bit rusty here) and use that to write some integral over F(s) which in the end gives you \int f(t) \delta(t - s) dt = f(s).

HallsofIvy
Aug21-08, 03:01 PM
Are your limits correct?


Halls is correct. You can google "Liebniz integral rule" for more info.
I am now. I edited what I had before because of NoMoreExams' question!