Suppose that we are given a point $P$ whose $x$ and $y$ coordinates are given by $$x=f(\theta)$$$$y=g(\theta)$$where $\theta$ is the angle made with the positive $x$ axis in anti-clockwise direction. So basically, the point $P$ moves in the $xy$ plane as $\theta$ varies. I am intersected in finding the area under the locus of point $P$ in some interval.
One way of doing so is to find a function $h$ such that $y=h(x)$ and then integrating this function in that interval. However, is there any other way to find the area without finding $h$?
Any help will be highly appreciated!
I'm assuming that $\theta$ is the polar angle of the running point $(x,y)$. Given two $\theta$-values $\theta_1<\theta_2$ the integral $${1\over2}\int_{\theta_1}^{\theta_2} r^2(\theta)\>d\theta={1\over2}\int_{\theta_1}^{\theta_2} \bigl(f^2(\theta)+g^2(\theta)\bigr)\>d\theta$$ gives the area of the sector centered at $(0,0)$ created by this part of the curve. The area you want differs by some triangle areas from this sector area.