(Improper Integrals) Not sure if I'm doing this properly

  • Thread starter Thread starter tolove
  • Start date Start date
  • Tags Tags
    Integrals
tolove
Messages
164
Reaction score
1
Initial improper integral:
∫ dx / (1+x**2) * (1+ atan(x)) , x = 0, ∞

Substitutions:
μ = 1 + atan(x)
dμ = dx / (1 + x**2)

μ(∞) = 1 + pi/2
μ(0) = 1

Integral:
∫ dμ / μ , μ = 1, 1+ pi/2

Then solve.

I'm getting the right answer, but I think I'm botching something due to a lack of understanding about how notation works with indefinite integrals. Is this right?
 
Physics news on Phys.org
tolove said:
Initial improper integral:
∫ dx / (1+x**2) * (1+ atan(x)) , x = 0, ∞

Substitutions:
μ = 1 + atan(x)
dμ = dx / (1 + x**2)

μ(∞) = 1 + pi/2
μ(0) = 1

Integral:
∫ dμ / μ , μ = 1, 1+ pi/2

Then solve.

I'm getting the right answer, but I think I'm botching something due to a lack of understanding about how notation works with indefinite integrals. Is this right?

This is an improper integral, so you're going to need to evaluate a limit.

$$ \int_0^{\infty} \frac{(1 + arctan(x))dx}{1 + x^2}$$
$$ = \lim_{b \to \infty} \int_0^b \frac{(1 + arctan(x))dx}{1 + x^2}$$

The integral itself is fairly easy - you have the right substitution.
 
It is indeed an improper integral, and the fact you can find a finite value for it implies that the integral converges.
 
tolove said:
Initial improper integral:
∫ dx / (1+x**2) * (1+ atan(x)) , x = 0, ∞

Substitutions:
μ = 1 + atan(x)
dμ = dx / (1 + x**2)

μ(∞) = 1 + pi/2
μ(0) = 1

Integral:
∫ dμ / μ , μ = 1, 1+ pi/2

Then solve.

I'm getting the right answer, but I think I'm botching something due to a lack of understanding about how notation works with indefinite integrals. Is this right?

What you wrote means
\int_0^{\infty} \frac{1 + \arctan(x)}{1+x^2} \, dx. Is that what you meant, or did you mean
\int_0^{\infty} \frac{1}{(1 + x^2)(1 + \arctan(x)}\, dx ?
 
Ray Vickson said:
What you wrote means
\int_0^{\infty} \frac{1 + \arctan(x)}{1+x^2} \, dx. Is that what you meant, or did you mean
\int_0^{\infty} \frac{1}{(1 + x^2)(1 + \arctan(x)}\, dx ?
Based on context, I would say that the OP meant the first one, above.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top