Evaluate Integral: Arctan(πx) - Arctan(x) from 0 to 2

  • Context: Undergrad 
  • Thread starter Thread starter shwin
  • Start date Start date
  • Tags Tags
    Integrals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
shwin
Messages
19
Reaction score
0
How does one evaluate [tex]\int (arctan(pi*x) - arctan(x))dx[/tex] from 0 to 2 by rewriting the integrand as an integral?
 
Last edited:
Physics news on Phys.org
The point is that you have F(b)- F(a) which can be written as
[tex]\int_a^b f(x) dx[/itex] where f is the derivative of F. The derivative of arctan(x) is <br /> [tex]\frac{x^2+ 1}[/itex] so this could be<br /> [tex]\int_0^2 \int_x^{\pi x} \frac{1}{t^2+ 1} dt dx[/itex]<br /> <br /> Now see what happens if you reverse the order of integration:<br /> For every x, t goes from x to [itex]\pi x[/itex] so boundaries on the region on which you are integrating are t= x, t= [itex]\pi x[/itex], and x= 2 (x= 0 just gives the intersection of the two straight lines). <br /> <br /> If you reverse the order of integration, you will need to take t going from 0 to [itex]2\pi[/itex]. The limits of integration for x are a bit more complicated. The left end will be at [itex]t= \pi x[/itex] or [itex]x= t/\pi[/itex]. For t between 0 and 2, the right end will be t= x or x= t, but for t between 2 and [itex]2\pi[/itex] the right end is at x= 2. The integral is<br /> [tex]\int_{t=0}^2 \int_{x= t/\pi}^t \frac{1}{1+ t^2} dx dt+ \int_{t= 2}^{2\pi} \int_{x= t/\pi}^2 \frac{1}{1+t^2} dx dt[/itex][/tex][/tex][/tex][/tex]