MisterMan
- 47
- 0
Homework Statement
\int\int \frac{x^3}{x^2 + y^2}\,dxdy
Use polar coordinates to evaluate the triangle R, with vertices (0,0), (1,0) and (1,1)
Homework Equations
\int\int f(r,\theta) r\,drd\theta
r^2 = x^2 + y^2
x = rcos\theta
y = rsin\theta
The Attempt at a Solution
I drew the triangle and got the upper limit of r to be 1 and the lower limit 0. I think the limits for theta are pi over 4 and 0, but I'm not sure, I got stuck on the integration part:
\int\,d\theta\int_0^1 \frac{(rcos\theta)^3}{r^2}r\,dr
\int cos^3\theta\,d\theta\int_0^1 r^2\,dr
\frac{1}{3}\int cos^3\theta\,d\theta
At which point, I wasn't sure how to proceed. I tried to integrate it by splitting it into cos^2\theta and cos\theta and using \frac{1}{2}(1 + cos2\theta), but I never got the correct answering ( I'm looking for pi over 12 ) since I believe I need theta on its own.
Any help will be appreciated, thanks.