How Do You Compute This Double Integral Correctly?

  • Context: Graduate 
  • Thread starter Thread starter mnb96
  • Start date Start date
  • Tags Tags
    Integrals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
mnb96
Messages
711
Reaction score
5
Hello,
sorry for the trivial question: what's the correct way of computing the following double integral:

[tex]\int_a^b \int_c^d \frac{\partial^2 f}{\partial x \partial y} dy dx[/tex]
 
Physics news on Phys.org
mnb96 said:
Hello,
sorry for the trivial question: what's the correct way of computing the following double integral:

[tex]\int_a^b \int_c^d \frac{\partial^2 f}{\partial x \partial y} dy dx[/tex]
Since the differentials are ordered "dy dx", this means:
[tex]\int_a^b\left(\int_c^d \frac{\partial^2 f}{\partial x\partial y} dy\right)dx[/tex]

(I would consider it better to write
[tex]\int_{x= a}^b\int_{y= c}^d \frac{\partial^2 f}{\partial x \partial y} dy dx[/tex])

By the fundamental theorem of of calculus,
[tex]\int_c^d \frac{\partial^2 f}{partial y\partial x} dy= \frac{df(x,d)}{dx}- \frac{df(x,c)}{dx}[/tex]
so that
[tex]\int_{x=a}^b\int_{y= c}^d \frac{\partial^2 f}{\partial x\partial y}dy dx= \int_a^b \left(\frac{df(x,d)}{dx}- \frac{df(x,c)}{dx}\right)dx[/tex]

Applying the fundamental theorem of calculus again gives mathman's solution.
 
thank you both.
very clear answers.