2

How to find $$\int_0^1 \int_x^1 \arctan \left( \frac{y}{x}\right)~dxdy$$ I am not looking for any full solutions just some small hints to get me started would be great.

Mike H
  • 21

1 Answers1

0

HINT EDITED

There are two possible interpretations of the double integral in question over the region below

enter image description here

$$ \int_0^1 \left[\int_x^1 \arctan \left( \frac{y}{x}\right)~dy\ \right] dx.$$

or

$$\int_0^1 \left[\color{red}{\int_0^y} \arctan\left(\frac{y}{x}\right)\color{red}{dx}\right] dy$$

(That is, first you have to integrate with respect to $y$ since you cannot integrate with respect to $x$ if the limits depend on $x$. Or, if you want to integrate first by $x$ then the limits are $0$ and $y$.)

I've suggested the first interpretation because I knew the antiderivative of $\arctan.$

Then use the well known facts that

  1. $$\int \arctan (u)\ du =u\arctan(u)-\frac12\ln(u^2+1)+C$$
  2. If $g$ is an antiderivative of $f$ then $\frac1Ag$ is an antiderivative of $f(Au)$.
zoli
  • 20,452
  • OP seems to mean $dxdy$ ... – Math-fun Jul 28 '15 at 09:40
  • @Math-fun: The OP unconsciously mean $dS$ denoted by $dxdy$. However, I cannot be certain about that. – zoli Jul 28 '15 at 09:47
  • I asked OP for clarification, see the comments ... – Math-fun Jul 28 '15 at 10:08
  • @Math-fun: Yes, I see your question and then his answer. Yet, I claim that $"dxdy"$ is meaningless. This should be explained somewhat better... – zoli Jul 28 '15 at 10:18
  • @Math-fun: I edited my answer. I think I've found out what went wrong in the OP. It is possible to integrate first by $x$ but then the limits of integration are different. – zoli Jul 28 '15 at 11:43
  • It could well be that OP wanted to have the inner integral over $y\to1$ ... – Math-fun Jul 28 '15 at 12:54