shards5
- 37
- 0
Homework Statement
Evaluate the double integral ∫∫D xy dA where D is the triangular region with vertices (0,0) (6,0) (0,1).
Homework Equations
The Attempt at a Solution
0 <= x <= -\frac{1}{6}x+1
0 <= x <= 6
the first integral would be the integral from 0 to -1/6x+1 of xy with respect to y
which gives me \frac{x*y<sup>2</sup>}{2} which I plug in -1/6x + 1 into to get
\frac{1/36x^3-12x^2+1/36x}{2}
Integrating that I got x^4/288 - x^3/72 + x^2/4, which is wrong. I am not sure what I did wrong.