Changing integration limits from [0,a] to [0, inf)

PerUlven
Messages
7
Reaction score
0
Homework Statement
This isn't really homework, but a question I came upon when doing my homework.

How can I go from an integral with limits 0 and a:

<br /> \int_0^a f(x) dx<br />

to something with limits 0 and \infty (still giving the same answer)

<br /> c\int_0^\infty f(u) du<br />

, where c is some kind of constant.

The attempt at a solution
I've tried substituting x with tan(\frac{\pi x}{2a}), since this seems to give the correct limits, but I don't know if it makes any sense, and what to do next (how to find c for example).
 
Physics news on Phys.org
PerUlven said:
Homework Statement
This isn't really homework, but a question I came upon when doing my homework.

How can I go from an integral with limits 0 and a:

<br /> \int_0^a f(x) dx<br />

to something with limits 0 and \infty (still giving the same answer)

<br /> c\int_0^\infty f(u) du<br />

, where c is some kind of constant.

The attempt at a solution
I've tried substituting x with tan(\frac{\pi x}{2a}), since this seems to give the correct limits, but I don't know if it makes any sense, and what to do next (how to find c for example).

You can't, in general. The integral of f(x) for 0 ≤ x ≤ a depends only on the value of f(x) for x between 0 and a, while the integral of f(u) for 0 ≤ u < ∞ depends on the values of f(u) for all positive values of u, including values u > a. The behaviour of f on [0,a] may be essentially unrealated to the behaviour on [a,∞).

Now, of course, if both integrals are finite, you can get c by dividing one by the other, but that is trivial and probably not what you had in mind. You cannot do that at all if the integral over [0,a] is finite while that over [0,∞) is infinite.

RGV
 
I think it is not possible to change limits from some value to infinity for an unkown function... I can be wrong but I never saw any such thing before
 
PerUlven said:
Homework Statement
This isn't really homework, but a question I came upon when doing my homework.

How can I go from an integral with limits 0 and a:

<br /> \int_0^a f(x) dx<br />

to something with limits 0 and \infty (still giving the same answer)

<br /> c\int_0^\infty f(u) du<br />

, where c is some kind of constant.

The attempt at a solution
I've tried substituting x with \tan(\frac{\pi x}{2a}), since this seems to give the correct limits, but I don't know if it makes any sense, and what to do next (how to find c for example).

If you make the substitution, \displaystyle u=\tan\left(\frac{\pi x}{2a}\right)\,, then \displaystyle x=\frac{2a}{\pi }\tan^{-1}(u)\,, so that \displaystyle dx=\frac{2a}{\pi }\frac{1}{1+u^2}du\ .

This gives: \displaystyle \int_0^a f(x)\,dx<br /> =\frac{2a}{\pi }\int_0^{\infty} f\left(\frac{2a}{\pi }\tan^{-1}(u)\right)\frac{1}{1+u^2}du\,, which is probably not what you wanted.
 
Thanks a lot guys. This is what happens when I sit and wonder about mathematics and physics into the night!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top