
How can I calculate the area of this curve?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Arthur II
el 23 de Nov. de 2017
As you can see, there are two curves. First one is R=1, and the other one is y=cos(x). How can I find the area marked with hachure?
0 comentarios
Respuesta aceptada
Joseph Lee
el 23 de Nov. de 2017
Editada: Joseph Lee
el 23 de Nov. de 2017

I assume you have the equation for the semicircle as well,
1. Find the intersection points between the two curves, x1 & x2( the two black lines)
2.Find blue area under the cos(x) curve using integration from x1 to x2
3.Find red area under the semi-circle using integration from (x2-1) to x1
4. Add blue and red area = answer
1 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Encryption / Cryptography en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

