to find polar curve area
16 views (last 30 days)
Show older comments
Plot the polar curve r = 3(cos 2 θ) and curve r = 2 on the same graph and find the area of
the portion outside the curve r = 2 and inside r = 3(cos 2 θ)
3 Comments
Answers (1)
Bjorn Gustavsson
on 10 Dec 2020
The area of a circle-sector is:
Use that for each small sector of your areas, add them up, then change the number of elements in theta and repeat.
9 Comments
Bjorn Gustavsson
on 10 Dec 2020
You appear to be very new to matlab. Therefore I suggest that you work through the on-ramp tutorials/course:on-ramp.
Then have a browse through the demos and the help.
For integration the simplest ways are: trapz and integral.
HTH
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!