Differentiation under the integral sign

celtics2004
Messages
3
Reaction score
0

Homework Statement



I am asked to compute d/dt of _{c}\int^{d} ( _{a}\int^{t} f(x,y)dx)dy for t \in (a,b) for a problem involving differentiation under the integral sign.

[a,b] , [c,d] are in closed intervals in \Re
f a continuous real valued function on [a,b] x [c,d]

Homework Equations





The Attempt at a Solution



I'm stuck because I don't really get what compute d/dt means in this context. Can someone explain to me what this problem is asking?
 
Physics news on Phys.org
Hi celtics2004!

The double integral defines a real-valued function of t, which turns out to be differentiable. So you can compute its derivative d/dt.
To compute the derivative, you will need http://en.wikipedia.org/wiki/Differentiation_under_the_integral_sign" (as you mentioned) and the fundamental theorem of calculus.
 
Last edited by a moderator:
Yes, it is asking you to find the derivative of that function!
\int_a^t f(x,y)dx
is a function of both t and y. I'm going to call that g(t,y).
\int_c^d\int_a^t f(x,y)dx dy= \int_c^d g(t,y)dt
is a function of t only, say h(t). You are being asked to differentiate that function: dh/dt.

You can use the "fundamental theorem of Calculus", that
\frac{d}{dx}\int_a^x f(u)du= f(x)[/itex].<br /> <br /> You can also use the fact that when you are integrating with respect to <b>another</b> variable, you can take the derivative inside the integral:<br /> \frac{d}{dx}\int_a^b f(x,y)dy= \int_a^b \frac{\partial f(x,y)}{\partial x} dy
 
Thanks for your replies. I think I may have figured it out but I'm not very confident in my solution as this subject is still a little confusing.

Let F(t,y) = \int^{d}_{c} ( \int^{t}_{a} f(x,y) dx ) dy.
Then d/dt F(t,y) = d/dt \int^{d}_{c} ( \int^{t}_{a} f(x,y) dx ) dy.
Using differentiation under the integral sign I get:
d/dt F(t,y) = \int^{d}_{c} d/dt ( \int^{t}_{a} f(x,y) dx ) dy.
Using the Fundamental Theorem of Calculus I get:
d/dt F(t,y) = \int^{d}_{c} f(t,y) dy.
Again using the Fundamental Theorem of Calculus I get:
d/dt F(t,y) = F(t,d) - F(t,c).

Does this make sense or did I screw up?

Thanks again for your help
 
celtics2004 said:
Thanks for your replies. I think I may have figured it out but I'm not very confident in my solution as this subject is still a little confusing.

Let F(t,y) = \int^{d}_{c} ( \int^{t}_{a} f(x,y) dx ) dy.

The RHS not a function of y, since you already integrated y from d to c. It should just be F(t).

Then d/dt F(t,y) = d/dt \int^{d}_{c} ( \int^{t}_{a} f(x,y) dx ) dy.
Using differentiation under the integral sign I get:
d/dt F(t,y) = \int^{d}_{c} d/dt ( \int^{t}_{a} f(x,y) dx ) dy.
Using the Fundamental Theorem of Calculus I get:
d/dt F(t,y) = \int^{d}_{c} f(t,y) dy.
Again using the Fundamental Theorem of Calculus I get:
d/dt F(t,y) = F(t,d) - F(t,c).

F is not the antiderivative of f with respect to y in this case, so the last step is not correct. The final answer is what you had before that (without the y on the LHS).
 
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