0

enter image description here

Hello, I have been struggling with the simplest question of this topic.

The integral of it is $\frac{-1}{(1+x)} dx$, and replacing infinity with the limit of $b \to \infty$, I found $\frac{-1}{(1+b)} +1/2$, and the limit goes to zero so the value must be $1/2$. However, the answer is $1$. Can you find the mistake I am making?

J. W. Tanner
  • 60,406

3 Answers3

1

$$\lim_{z\to\infty}\int_0^z \frac{1}{(1+x)^2}dx = \lim_{z\to\infty} \frac{-1}{(1+x)} |_0^z = \lim_{z\to\infty}(\frac{-1}{(1+z)} - \frac{-1}{(1+x)}) = 0-\frac{-1}{(1+0)}= 1$$

Maksim
  • 1,706
0

By substitution, let $u=1+x$, so that $du=dx$ and our integral $$I=\int_0^{\infty}\frac{1}{u^2}du=\int_0^{\infty}u^{-2}du=\lim_{k\to \infty}[-\frac{1}{u}]_0^{k}=\lim_{x\to \infty}-\frac{1}{(x+1)} - \lim_{x\to 0}-\frac{1}{(x+1)}=0-(-1)=1.$$

Therefore, our integral converges to $1$.

TPace
  • 789
0

Maybe you mistakenly integrated from $\mathbf 1$ to $\infty$ instead of from $\mathbf 0$ to $\infty$

J. W. Tanner
  • 60,406
  • Yes, I noticed. I think I got the solution now. I did the same mistake in all the other questions as well lol. Thank you everyone for helping me. – Hami the Penguin Feb 05 '19 at 16:07