フィルターのクリア

How can I calculate the area of this curve?

1 回表示 (過去 30 日間)
Arthur II
Arthur II 2017 年 11 月 23 日
編集済み: Arthur II 2017 年 12 月 9 日
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?

採用された回答

Joseph Lee
Joseph Lee 2017 年 11 月 23 日
編集済み: Joseph Lee 2017 年 11 月 23 日
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 件のコメント
Arthur II
Arthur II 2017 年 11 月 25 日
編集済み: Arthur II 2017 年 11 月 25 日
so this is my way:
with this calculation I found (x1), and x2 is 1.5 then the area:
int y= radikal ( (r^2 - (x+a)^2) x , x1 )
+
int (cos(x), x1, x2)
if that's right, could you please help me to convert these rule to matlab language? actually I'm little bit confused how I can.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by