#Determining the limits of a double integral over a given region
20 messages · Page 1 of 1 (latest)
$\int \int \frac{dxdy}{(2x+3y)^2}, R:(x=0, x=1, y=1, y=2)$
The Mysterious Stranger
$\int \int \frac{dxdy}{(x+y)^3}, G:(x\geq1 , y\geq1, x+y\leq 3)$
The Mysterious Stranger
So the dx is first right?
This means the first integral would have x-bounds
x = 0
x = 1
As the lower and upper bound respectively for the first integral. The second integral would be the same but with y-values because the second differential is dy.
For the second one, find where are all the three inequalities hold. If you let x be fixed, what would y range to?
x + y ≤ 3
You can know what y would range to [1, y] by solving that inequality
This creates a triangular region
This explanation is not the best but lmk what’s confusing
That is, the first integral is of the form:
$\int_{y=1}^{y=2}dy \int_{x=0}^{x=1} \frac{dx}{(2x+3y)^2}$
The Mysterious Stranger
The Mysterious Stranger
Is that correct?
Should be yeah