| > | Exercice 24 |
| > | Int(1/(5-4*cos(t)),t=0..2*Pi)=int(1/(5-4*cos(t)),t=0..2*Pi); |
| > | Int(1/(2+sin(t)^2),t=0..Pi/6)=int(1/(2+sin(t)^2),t=0..Pi/6); |
| > |
Exercice 26
| > | Int(1/(cosh(t)),t)=int(1/(cosh(t)),t); |
| > | Int(1/(5*cosh(t)+3*sinh(t)+4),t)=int(1/(5*cosh(t)+3*sinh(t)+4),t); |
| > | Int(1/(sinh(t)^3),t)=int(1/(sinh(t)^3),t); |
| > |
Exercice 27
| > | Int(sin(t)^3/(1+cos(t)),t)=int(sin(t)^3/(1+cos(t)),t); |
| > | Int(cos(t)^3/(sin(t)^5),t)=int(cos(t)^3/(sin(t)^5),t); |
| > | Int(1/(2+sin(t)),t)=int(1/(2+sin(t)),t); |
| > | Int(1/((t-1)*sqrt(t^2-t+1)),t)=int(1/((t-1)*sqrt(t^2-t+1)),t); |
| > | Int((t^2+6*t+5)^(3/2),t)=int((t^2+6*t+5)^(3/2),t); |
| > | Int(1/(1+sqrt((t+1)/t)),t)=int(1/(1+sqrt((t+1)/t)),t); |
| > | Int(t^2*arcsin(t)/sqrt(1-t^2),t)=int(t^2*arcsin(t)/sqrt(1-t^2),t); |
| > | Int((1+t+t^2)/(1+t^2)*exp(arctan(x)),t)=int((1+t+t^2)/(1+t^2)*exp(arctan(x)),t); |
| > | Int(1/(cosh(3*t)-cosh(t)),t)=int(1/(cosh(3*t)-cosh(t)),t); |
| > | Int(1/(1+tanh(t)^2),t)=int(1/(1+tanh(t)^2),t); |
Exercice 28
| > | Int(x*arctan(x)^2,x=0..1)=int(x*arctan(x)^2,x=0..1); |
| > | Int(x^(2007)*(x^2+1)^4,x=-1..1)=int(x^(2007)*(x^2+1)^4,x=-1..1); |
| > | Int((1+cosh(x))/(1+sinh(x)^2),x=0..1)=int((1+cosh(x))/(1+sinh(x)^2),x=0..1); |
| > |