Taking the derivative of a definite integral

In summary: I'm not sure what you mean by "limits of integration." But if you mean the limits of x within the integral, then the limits would be x = 3 and x = 4.
  • #1
Alex6200
75
0
How do I do it? For example, if I have:

[tex]\int_{0}^{\infty}sf(x) dx[/tex]

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.
 
Physics news on Phys.org
  • #2
[tex]\frac{d}{dx} \left( \int_{0}^{\infty}sf(x) dx \right) = 0[/tex]
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
[tex]\frac{d}{da} \left( \int_{0}^{a}sf(x) dx \right) \neq 0[/tex]
and
[tex]\frac{d}{db} \left( \int_{0}^{\infty}s f(x, b) dx \right) \neq 0[/tex]
and
[tex]\frac{d}{ds} \left( \int_{0}^{a}sf(x) dx \right) \neq 0[/tex]
in general!
 
  • #3
CompuChip said:
[tex]\frac{d}{dx} \left( \int_{0}^{\infty}sf(x) dx \right) = 0[/tex]
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?
 
  • #4
schroder said:
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, [itex]\int f(x) dx[/itex] 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?
[tex]\frac{d}{dx} \left( \int_a^b f'(x) \, dx \right) = \frac{d}{dx}( f(b) - f(a) ) = 0[/tex]

Otherwise, it's not quite clear to me what you mean.
 
  • #5
CompuChip said:
You mean something like this?
[tex]\frac{d}{dx} \left( \int_a^b f'(x) \, dx \right) = \frac{d}{dx}( f(b) - f(a) ) = 0[/tex]

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:
 
  • #6
You might be thinking of the very general "Leibniz' formula":
[tex]\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[/tex]
One result of that is that
[tex]\frac{d }{dx} \int_a^b f(t)dt= 0[/tex]
because all of those derivatives are 0.

(Edited to correct sign error. Thanks, NoMoreExams.)
 
Last edited by a moderator:
  • #7
HallsofIvy said:
You might be thinking of the very general "Leibniz' formula":
[tex]\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[/tex]
One result of that is that
[tex]\frac{d }{dx} \int_a^b f(t)dt= 0[/tex]
because all of those derivatives are 0.

Are your limits correct?
 
  • #8
schroder said:
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?

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

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

NoMoreExams said:
Are your limits correct?
Halls is correct. You can google "Liebniz integral rule" for more info.
 
  • #9
D H said:
Halls is correct. You can google "Liebniz integral rule" for more info.

I did :)
 
  • #10
Well, the actual problem I want to solve is:

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

for f(t). Now I want to take the derivative of both sides, and then multiply by [tex]e^{-st}[/tex], 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:


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

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.
 
  • #11
I don't think that's going to work. Probably you have to pull some trick like
[tex]\int_{\cdots}^{\cdots} e^{-a x} dx = \delta(a)[/tex]
(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 [tex]\int f(t) \delta(t - s) dt = f(s)[/tex].
 
  • #12
NoMoreExams said:
Are your limits correct?

D H said:
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!
 

1. What is a definite integral?

A definite integral is a mathematical concept used to find the total area under a curve between two specific points on an axis. It is represented by the symbol ∫ and has two parts: the integrand (the function to be integrated) and the limits of integration (the two points on the axis).

2. Why do we need to take the derivative of a definite integral?

Taking the derivative of a definite integral allows us to find the rate of change of the total area under a curve. This can be useful in solving real-world problems that involve rates of change, such as finding the velocity or acceleration of an object.

3. How do you take the derivative of a definite integral?

To take the derivative of a definite integral, you first need to rewrite the integral in terms of a variable, usually x. Then, you can use the rules of differentiation to find the derivative. Remember to also apply the chain rule if the integrand contains a function within it.

4. What is the difference between taking the derivative of a definite integral and evaluating a definite integral?

Taking the derivative of a definite integral gives us a new function, while evaluating a definite integral gives us a numerical value. The derivative of a definite integral represents the rate of change of the total area, while evaluating a definite integral gives us the exact value of the area.

5. Can you take the derivative of a definite integral without knowing the original function?

Yes, it is possible to take the derivative of a definite integral without knowing the original function. This is because the derivative of a definite integral only depends on the integrand and the limits of integration, not the original function itself.

Similar threads

Replies
1
Views
207
Replies
1
Views
938
  • Calculus
Replies
25
Views
1K
Replies
12
Views
1K
Replies
4
Views
353
Replies
8
Views
308
  • Calculus
Replies
6
Views
1K
Replies
2
Views
293
Replies
16
Views
2K
Replies
3
Views
1K
Back
Top