Azzera filtri
Azzera filtri

to find polar curve area

7 visualizzazioni (ultimi 30 giorni)
Raniya
Raniya il 10 Dic 2020
Commentato: Bjorn Gustavsson il 10 Dic 2020
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 Commenti
Raniya
Raniya il 10 Dic 2020
I've plotted the graph.
Raniya
Raniya il 10 Dic 2020

Accedi per commentare.

Risposte (1)

Bjorn Gustavsson
Bjorn Gustavsson il 10 Dic 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 Commenti
Raniya
Raniya il 10 Dic 2020
Hello,thank you for reaching out.It actually worked.Can you please help me code the area?Thank you.
Bjorn Gustavsson
Bjorn Gustavsson il 10 Dic 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

Accedi per commentare.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by