-1

We cannot take the definite integral of $\tan(x)$ on the interval $[0, \pi/2]$, just like we can't take the definite integral of $1/x$ on $]0, 1]$; but what would happen if we took the definite integral of $\tan(x)$ between $[0, \infty[$ ? Would it converge and lead to a result ? just like: $$\int_0^{\infty} e^{-2x} \,dx$$

Did
  • 279,727
MattMatt
  • 111

1 Answers1

1

In order for the definite integral on $]0,\infty[$ to be well-defined, the integrand must approach 0 as x approaches $\infty$. Clearly, tan(x) doesn't do that, so we can't talk about $\int_0^\infty tan(x)dx$.
What about $\int_0^{\pi/2} \tan(x)dx$? Well since the indefinite integral of $tan(x)$ is $\ln[\sec(x)]$, we see that $\lim_{x\to \pi/2^-}[\ln \sec(x)] = \ln \infty = \infty$ is unbounded, and thus the area of even one period of tangent does not converge.

Ben G.
  • 580