Derivative of integral bounded by functions

springo
Messages
125
Reaction score
0

Homework Statement


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

Homework Equations



The Attempt at a Solution


I thought of doing the following:
\int_{h(a)}^{h(x)}f(t)\,\mathrm{d}t = \int_{a}^{x}f\circ h(u)\cdot h'(u)\,\mathrm{d}u
(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.

\int_a^{x^2} f(t) dt
Suppose an antiderivative of f(t) is F(t). I.e., F'(t) = f(t).
So
\int_a^{x^2} f(t) dt = F(x^2) - F(a)
If we differentiate both sides of this equation with respect to x, we get
d/dx \int_a^{x^2} f(t) dt = d/dx(F(x^2) - F(a))
= 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...
\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)
As for the other one, since u'(x) = da/dx = 0, we have:
\frac{\mathrm{d}}{\mathrm{d}x}\left(\int_{a}^{h(x)}f(t)\,\mathrm{d}t \right)= h'(x)\cdot f\circ h(x)

Is that all OK?
Thanks.
 
Looks ok to me.
 
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