3
$\begingroup$

I've been trying to integrate this:

$$\int_0^\infty \frac{1}{x^2 + 2x + 2} \mathrm{d} x .$$

Unfortunately I haven't found a way so far. I've been trying to factor the denominator in order to end up with partial fractions. Is there a way to factor it? If so, I can't remember any, so if you could remind me how to do it, it would be nice.

Thanks for your help.

2 Answers 2

8

Try using the equation: $x^2+2x+2=(x+1)^2+1$

  • 0
    Thanks, that would make $arctan(x+1)$ + C However, as I said, I can't remember how to factor it, could you point out how you make it? I mean, I can do it, but what are the circumstances where you have to do this? Thanks.2011-04-20
  • 0
    @Pacane: This is a special case of "completing the square." Wikipedia has an article on it.2011-04-20
  • 1
    @Pacane: Use substitution $u=x+1$2011-04-20
  • 2
    @Pacane Well, it doesn't factor, at least over the real numbers. It does factor over the complex numbers, in which case, you can write it as: $(x+1-i)(x+1+i)$. As for factoring quadratics, see the Wikipedia article mentioned by Jim Conant: http://en.wikipedia.org/wiki/Completing_the_square2011-04-20
  • 0
    If trying to use partial fractions, the first thing I would do is check the discriminant $b^2 - 4ac$. This will immediately tell you if it's irreducible or not, and if it is you can use the quadratic formula to find the zeroes, and hence the factorization into linear factors.2012-03-20
1

$$ \int\limits_0^\infty \frac{dx}{x^2+2x+2}= \lim\limits_{t\to\infty}\int\limits_0^t\frac{dx}{x^2+2x+2}= \lim\limits_{t\to\infty} \arctan(x+1)|_0^t= $$ $$ \lim\limits_{t\to\infty} \arctan(t+1)-\arctan(1)=\frac{\pi}{2}-\frac{\pi}{4}=\frac{\pi}{4} $$

  • 0
    hi i am new to this forum. can anyone tell me how to compose the mathematical equations on this forum.2011-12-26
  • 2
    do it like this `$\int \mathrm{d}x$` (becomes $\int \mathrm{d}x$) and right click on equations to see how the source.2011-12-26