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일

0 개 추천

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.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

질문:

2017년 3월 4일

댓글:

2017년 3월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by