Friday, March 11, 2016

Integration with Polar Coordinates

I want to integrate this integral with polar coordinates:



$\int \sin x \ dA$ on the region bounded by $ y=x, y=10-x^2, x=0$.




So far I've got that $$\int_{\frac{\pi}{4}}^{\frac{\pi}{2}} \int_{l}^{10} f(r\cos\theta, r\sin\theta) \ r\,dr\,d\theta$$



Where $l =\sqrt{2}\frac{(\sqrt{41}-1)}{2}$.



I'm most curious about how I should represent $\sin x$, though I could directly use $\sin(r\cos\theta)$. I feel like there's a better way though.



Thx for helping.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...