Problem with integration.

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?

 Risposta accettata

Torsten
Torsten il 6 Mar 2017
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.

Più risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange

Richiesto:

il 4 Mar 2017

Commentato:

il 16 Mar 2017

Community Treasure Hunt

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

Start Hunting!

Translated by