Proving the Square of an Integral Using a Theorem

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Integral Square
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 37K views
ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


What theorem do you use to prove that

[tex]\left(\int_a^b f(x) dx \right)^2 = \int_a^b f(x) f(y) dx dy[/tex]

?

Homework Equations


The Attempt at a Solution

 
Physics news on Phys.org
You most certainly need a theorem here!
It is called Fubini's theorem.

The essence is that double integrals CAN be handled as iterated integrals, simplifying our job immensely.
 
morphism said:
What exactly does [itex]\int_a^b f(x) f(y) dx dy[/itex] mean?

Sorry I meant [tex]\int_a^b \int_a^b f(x) f(y) dx dy[/tex].

arildno said:
You most certainly need a theorem here!
It is called Fubini's theorem.

The essence is that double integrals CAN be handled as iterated integrals, simplifying our job immensely.

But how do you prove the LHS is a double integral OR an iterated integral?
 
Fubini's theorem states that the double integral
[itex]\int \int F(x,y) dx dy[/itex]
is the same as the repeated integral
[tex]\int \left(\int F(x,y)dy\right) dx[/itex]<br /> where the "inner integral" is taken treating x as a constant.<br /> <br /> The crucial point here is that your F(x,y)= f(x)f(y) is a product of two functions, one a function of x only, the other a function of y only.<br /> [tex]\int\left(\int f(x)f(y)dy\right)dx= \int f(x)\left(\int f(y)dy\right) dx[/tex][/tex]