Derivative of integral bounded by functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 11K views
springo
Messages
125
Reaction score
0

Homework Statement


What's the derivative of the following two:
[tex]\int_{a}^{h(x)}f(t)\,\mathrm{d}t[/tex]
[tex]\int_{u(x)}^{v(x)}f(t)\,\mathrm{d}t[/tex]

Homework Equations



The Attempt at a Solution


I thought of doing the following:
[tex]\int_{h(a)}^{h(x)}f(t)\,\mathrm{d}t = \int_{a}^{x}f\circ h(u)\cdot h'(u)\,\mathrm{d}u[/tex]
(with t = h(u) )
But then I don't know how to continue.

Thanks for your help.
 
Physics news on Phys.org
If the antiderivative of f(t) is F(t), then the integral of the second one is F(v(x))-F(u(x)), right? Differentiate that using the chain rule.
 
These problems are applications of the Fundamental Theorem of Calculus. As a hint, I'll work a different, but related, problem.

[tex]\int_a^{x^2} f(t) dt[/tex]
Suppose an antiderivative of f(t) is F(t). I.e., F'(t) = f(t).
So
[tex]\int_a^{x^2} f(t) dt = F(x^2) - F(a)[/tex]
If we differentiate both sides of this equation with respect to x, we get
[tex]d/dx \int_a^{x^2} f(t) dt = d/dx(F(x^2) - F(a))[/tex]
= F'(x^2) * d/dx(x^2) - 0 (F(a) is a constant, so its derivative is zero)
= f'(x^2) * 2x

Is that enough to get you going?
 
OK, so I guess then...
[tex]\frac{\mathrm{d}}{\mathrm{d}x}\left(\int_{u(x)}^{v(x)}f(t)\,\mathrm{d}t \right)=v'(x) \cdot f \circ v(x) - u'(x) \cdot f \circ u(x)[/tex]
As for the other one, since u'(x) = da/dx = 0, we have:
[tex]\frac{\mathrm{d}}{\mathrm{d}x}\left(\int_{a}^{h(x)}f(t)\,\mathrm{d}t \right)= h'(x)\cdot f\circ h(x)[/tex]

Is that all OK?
Thanks.
 
Looks ok to me.