lmstaples
- 31
- 0
Homework Statement
Show that:
I = \int\int_{T}\frac{1}{(1 + x^{2})(1 + y^{2})}dxdy = \int^{1}_{0}\frac{arctan(x)}{(1 + x^{2})}dx = \frac{\pi^{2}}{32}
where T is the triangle with successive vertices (0,0), (1,0), (1,1).
*By transforming to polar coordinates (r,θ) show that:*
I = \int^{\frac{\pi}{4}}_{0}\frac{log(\sqrt{2}cos(θ))}{cos(2θ)}dθ
Homework Equations
The Attempt at a Solution
Part one is fine:
I = \int\int_{T}\frac{1}{(1 + x^{2})(1 + y^{2})}dxdy = \int^{1}_{0}\underbrace{\int^{x}_{0}\frac{1}{(1 + x^{2})(1 + y^{2})}dy}_{A}dx
A: \frac{1}{(1 + x^{2})}\int^{x}_{0}\frac{1}{(1 + y^{2})}dy = \frac{1}{(1 + x^{2})}\left[arctan(y)\right]^{x}_{0} = \frac{arctan(x)}{(1 + x^{2}}
\Rightarrow I = \int^{1}_{0}\frac{arctan(x)}{(1 + x^{2})}dx
Let: u = arctan(x)
\frac{du}{dx} = \frac{1}{(1 + x^{2})} \Rightarrow du = \frac{1}{(1 + x^{2})}dx
x = 0 \Rightarrow u = 0
x = 1 \Rightarrow u = \frac{\pi}{4}
\Rightarrow I = \int^{\frac{\pi}{4}}_{0}udu = \left[\frac{1}{2}u^{2}\right]^{\frac{\pi}{4}}_{0} = \frac{\pi^{2}}{32}.
PART 2
x = rcos(\vartheta)
y = rsin(\vartheta)
Boundaries:
(i) y = 0 \Rightarrow rsin(θ) = 0
(ii) x = 1 \Rightarrow rcos(θ) = 1
(iii) y = x \Rightarrow rsin(θ) = rcos(θ) \Rightarrow tan(θ) = 1 \Rightarrow θ = \frac{\pi}{4}
From then on everything seems to get very complex and I'm not really sure what the limits are either.
I was wondering if it was possible to go simply from:
I = \int^{1}_{0}\frac{arctan(x)}{(1 + x^{2})}dx
to:
I = \int^{\frac{\pi}{4}}_{0}\frac{log(\sqrt{2}cos(θ))}{cos(2θ}dθ
Please help :(