Finding the derivative of an integral with respect to X

ZibZabZabbityDoo

New member
Joined
Sep 10, 2014
Messages
4
Hi guys I'm doing my homework and I've run into a couple problems that I don't quite understand, and the textbook doesn't give me much information to form an intuitive understanding of what's going on here so I don't know where to begin.

The question is of the form:

Using the fundamental theorem of calculus part I, find the derivative:

f(x) = (from cos x to x^5) ∫ sin(u) du

Initially I thought perhaps I'm supposed to split the integral into two parts with a constant going to the respective x function, and then solve each part accordingly, but since cos x and x^5 are variable I don't see how to determine a point to separate them at which makes me think my approach is wrong. Any insight would be greatly appreciated, thanks :)
 
You don't have to do the integral at all- the problem asks you to find the derivative of the integral and those two operations are inverse to each other: the "Fundamental Theorem of Calculus" says that \(\displaystyle \frac{d}{dx}\int_a^x f(t)dt= f(x)\). Letting, say, u= cos(x) and \(\displaystyle v= x^5\), we can break that into two integrals, as you suggest, and then apply the "chain rule" to each derivative. The upshot of all that is "Liebniz's rule":
\(\displaystyle \frac{d}{dx}\int_{u(x)}^{v(x)} f(t, x) dx= \frac{dv}{dx} f(v(x), x)- \frac{du}{dx}f(u(x), x)+ \int_{u(x)}^{v(x)} \frac{\partial f(x, t)}{\partial x}dt\)

In this problem, since the integrand does not depend on x, that reduces to
\(\displaystyle \frac{d}{dx}\int_{cos(x)}^{x^5} sin(u)du= \frac{d x^5}{dx} sin(x^5)- \frac{d cos(x)}{dx} sin(cos(x))\)

(As far as "separating" the upper and lower limits is concerned, it NOT necessary that the point be between the two limits:
\(\displaystyle \int_a^b f(u)du= \int_a^c f(u)du+ \int_c^b f(u)du\) for any c, whether between a and b, less than a, or larger than b.)
 
Last edited:
I'm currently doing a course that is calculus of a single variable. The calculus tools currently at my disposal are a chapter on Riemann's sums, and an introduction to the first and second parts of the fundamental theorem of calculus. I noticed that the part that looks like gibberish to me doesn't apply since the integrand doesn't depend on x. But given the bare bones toolbox at my disposal how would I have come to the answer you have?
 
I'm currently doing a course that is calculus of a single variable. The calculus tools currently at my disposal are a chapter on Riemann's sums, and an introduction to the first and second parts of the fundamental theorem of calculus. I noticed that the part that looks like gibberish to me doesn't apply since the integrand doesn't depend on x. But given the bare bones toolbox at my disposal how would I have come to the answer you have?

You are going to need something like Leibniz's integral rule, so if you don't have it in your tool box, you will need to prove it. It can be proved using the first part of the fundamental theorem of calculus.

Basically what it says for this situation is
\(\displaystyle \frac{d}{dx}\int_{a}^{g(x)} f(u)du = \frac{d g(x)}{dx} f(g(x))\)
which is a simplification of what HallsofIvy said.

To prove this, let
h(x) = \(\displaystyle \int_{a}^{x} f(u)du\)
then
h(g(x)) = \(\displaystyle \int_{a}^{g(x)} f(u)du\)
Now use the chain rule and the first part of the fundamental theorem of calculus
\(\displaystyle \frac{d h(g(x))}{dx} = \frac{d g(x)}{dx} \frac{d h}{dx} = \frac{d g(x)}{dx} f(g(x))\)
 
Top