How do you solve the ff double integral?

island-boy
Messages
93
Reaction score
0
given \phi to be a function of x and t, how do you solve

2\int_{0}^{\infty}\int_{x}^{\infty}\frac{\partial^{2}\partial\phi}{\partial t^{2}} dt dx - 2\int_{0}^{\infty}\int_{0}^{t}\frac{\partial^{2}\partial\phi}{\partial x^{2}} dx dt

any hints would be great.
thanks!
 
Last edited:
Physics news on Phys.org
phi is a function of x and t, you mean?
 
yeah, sorry bout that, I'll edit my post above.
 
Assuming x and t are independent, you have, eg:

\int_a^b \frac{\partial f(x,t)}{\partial t} dt = f(x,b)-f(x,a)

Does that help?
 
I would have:
2\int_{0}^{\infty}\frac{\partial\phi(\infty, x)}{\partial t} - \frac{\partial\phi(x,x)}{\partial t} dx - 2\int_{0}^{\infty}\frac{\partial\phi(\infty, t)}{\partial x} - \frac{\partial\phi(t,t)}{\partial x} dt

this is correct right?

but then I don't know how to process from there.
 
it is given in the original problem that \phi is twice continously differentiable with compact support.

so does that mean
\frac{\partial \phi (\infty, x)}{\partial t} = \frac{\partial \phi (\infty, t)}{\partial x} = 0?

or that only
\phi(\infty, \infty) = 0?

how about for any x, or t,
does
\phi(\infty, t) = \phi(x, \infty) = 0?
 
I'll assume you know what "compact" and "support" mean. Then it suffices to know that the image of a compact set under a continuous map is another compact set, and that the projection maps onto each coordinate are continuous. So if the function has compact support in the (x,t) plane, then the projection of this set onto either the x or t axes is also compact. I hope you can proceed from here.
 
just to make sure my understanding of compact support is correct...
is it okay then to say that

\frac{\partial \phi (\infty, x)}{\partial t} = \frac{\partial \phi (\infty, t)}{\partial x} = 0

\phi(\infty, \infty) = 0

\phi(\infty, t) = \phi(x, \infty) = 0

I apologize if this is a dumb question...but admittedly, my grasp of real analysis concepts is not that firm.

thanks for the help again.
 
"Compact support" simply means that \phi is only non-zero on a compact set- a closed and bounded set. Yes, \phi is 0 at and on a "neighborhood" of \infty (so its derivative is 0 at \infty also).
 
  • #10
hi, HallsofIvy, thanks for the clarification.

so now I have:
-2\int_{0}^{\infty} \frac{\partial\phi(x,x)}{\partial t} dx + 2\int_{0}^{\infty} \frac{\partial\phi(t,t)}{\partial x} dt

Is this the final answer? or is it possible to simplify this further?

thanks again for the help.
 
  • #11
ETA:

for some reason, I have the feeling the answer is going to be zero where the two integrals of the partial over infinity would be be zero because of compact support and the two integrals of the partial over 0 would cancel each other out.

Would this be correct? If so, my prolem is how to write this out mathematically. Thanks again.
 
  • #12
Well, \partial \phi(x,x)/ \partial t=0[/tex], since there is no explicit t dependence. Maybe I&#039;m being picky, but what you should have there is something like:<br /> <br /> \frac{\partial \phi(t,x)}{\partial t} |_{t=x}<br /> <br /> That way you see the derivative is w.r.t. the first &quot;slot&quot;. At this point I don&#039;t think you can go any further without knowing something about \phi(t,x). Note that:<br /> <br /> \int_{0}^{\infty} \frac{\partial\phi(t,x)}{\partial t} |_{t=x} dx \neq \phi(\infty,\infty)-\phi(0,0)<br /> <br /> As I think is clearer when you write the derivative this way.
 
  • #13
I get what you are saying StatusX.

So I'm left with:
-2\int_{0}^{\infty} \frac{\partial\phi(t,x)}{\partial t} |_{t=x} dx + 2\int_{0}^{\infty} \frac{\partial\phi(t,x)}{\partial x} |_{x=t} dt

for some reason, though this answer looks technically correct...I don't think this is the answer the question is looking for, as the answer is not simplified enough, if you get what I mean. I may have to clarify with my professor on this.

BTW, the topic we are studying is distributions (generalized function), and this question was asked so that we can compare its answer to a similar problem using distributions as a way to solve.

Here's the original question, maybe I did something wrong...Consider the function Y defined by

Y(x,t) = 1, if |x| <= t, Y(x,t) = 0 if |x|> t or t<= 0.

For any \phi \in \mathfrak{D} (\mathbb{R}^{2})where \mathfrak{D} means functions which are continuously differentiable with compact support)

solve for

\int_{\mathbb{R}}\int_{\mathbb{R}}Y(x,t) (\frac{\partial^{2}\phi}{\partial t^{2}} - \frac{\partial^{2}\phi}{\partial x^{2}}) (x,t) dx dt
 
  • #14
hello,
based on the question on the post before this one, I believe that the answer that the question is looking for is this:

\int_{\mathbb{R}}\int_{\mathbb{R}} (\frac{\partial^{2}Y}{\partial t^{2}} - \frac{\partial^{2}Y}{\partial x^{2}}) (x,t) \phi(x,t)dx dt

so any ideas how I can manipulate:
\int_{\mathbb{R}}\int_{\mathbb{R}}Y(x,t) (\frac{\partial^{2}\phi}{\partial t^{2}} - \frac{\partial^{2}\phi}{\partial x^{2}}) (x,t) dx dt

into:
\int_{\mathbb{R}}\int_{\mathbb{R}} (\frac{\partial^{2}Y}{\partial t^{2}} - \frac{\partial^{2}Y}{\partial x^{2}}) (x,t) \phi(x,t)dx dt

any ideas?

thanks
 
Last edited:
Back
Top