Problem with integration.

2 ビュー (過去 30 日間)
Mariam
Mariam 2017 年 3 月 4 日
コメント済み: Mariam 2017 年 3 月 16 日
When I asked matlab to make this integration,
syms x
int(cos(x)^2/(sqrt(1+a*cos(x))+sqrt(1-a*cos(x))), 0, pi/2)
I got nothing without any error! I tried to define "a" as any constant but also I got nothing! Could you please help me?

採用された回答

Torsten
Torsten 2017 年 3 月 6 日
Try whether integration becomes easier if you write your function as
cos(x)*(sqrt(1+a*cos(x))-sqrt(1-a*cos(x)))/(2*a)
Best wishes
Torsten.
  1 件のコメント
Mariam
Mariam 2017 年 3 月 16 日
Many Thanks.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by