Solving for area using an integral (intro to parametric curves)

demersal
Messages
41
Reaction score
0

Homework Statement


Find the area of the region enclosed by the asteroid:
x=a*cos^{3}\theta
y=a*sin^{3}\theta

Homework Equations


A = \int\sqrt{\frac{dy}{d\theta}^{2}}+\frac{dx}{d\theta}^{2}

The Attempt at a Solution


\frac{dy}{d\theta} = 3asin^{2}\theta(cos\theta)
\frac{dx}{d\theta} = -3acos^{2}\theta(sin\theta)

Plugging that into the equation, I just cannot simplify this integral (sorry ... I tried to write it out but the code got beyond messed up!) from 0 to pi/2! I square them but cannot combine them. Is there an easy way to factor it? Any help you could offer would be greatly appreciated!
 
Physics news on Phys.org
Try the identity cos^2\theta+sin^2\theta =1
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top