Finding the gradient of an integral

  • Thread starter Thread starter tomelwood
  • Start date Start date
  • Tags Tags
    Gradient Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 6K views
tomelwood
Messages
29
Reaction score
0

Homework Statement



I am getting quite confused as to the concepts behind this task. I have a function given as a double integral, and am asked to find the gradient of it.
However, I have no notes on how to do this, so it is either a very simple task, or the lecturer has once again missed things out.

Calculate the gradient of [tex]F(x,y) = \int^{1}_{0}\int^{1}_{0}sin(sxy)e^{t}dsdt[/tex]
and also [tex]F(x,y) = \int^{x}_{0}yte^{t}dt + \int^{1}_{0}sin(xyt)dt[/tex]

Homework Equations





The Attempt at a Solution


I don't see why we can't just differentiate under the integral sign, essentially leaving the same expressions but without the integral signs. Then that leaves the question of what to do with the limits of integration.
I'm not even sure what topic this might be. Line integrals?
Any help at all would be greatly appreciated.
 
Physics news on Phys.org
tomelwood said:

Homework Statement



I am getting quite confused as to the concepts behind this task. I have a function given as a double integral, and am asked to find the gradient of it.
However, I have no notes on how to do this, so it is either a very simple task, or the lecturer has once again missed things out.

Calculate the gradient of [tex]F(x,y) = \int^{1}_{0}\int^{1}_{0}sin(sxy)e^{t}dsdt[/tex]
and also [tex]F(x,y) = \int^{x}_{0}yte^{t}dt + \int^{1}_{0}sin(xyt)dt[/tex]

Homework Equations





The Attempt at a Solution


I don't see why we can't just differentiate under the integral sign, essentially leaving the same expressions but without the integral signs. Then that leaves the question of what to do with the limits of integration.
I'm not even sure what topic this might be. Line integrals?
Any help at all would be greatly appreciated.

You can differentiate under the integral sign. But you aren't differentiating with respect to the variable of integration so the integrals don't disappear. For example if you want to differentiate

[tex]\int^{1}_{0}\int^{1}_{0}sin(sxy)e^{t}dsdt[/tex]

with respect to x, you get

[tex]F_x(x,y) =\int^{1}_{0}\int^{1}_{0}\frac{\partial \sin(sxy)e^{t}}{\partial x}dsdt = \int^{1}_{0}\int^{1}_{0}sy\cos(sxy)e^{t}dsdt[/tex]

which you can integrate and simplify. Also I don't see anything to stop you from doing the integral first before you calculate the gradient.