> | restart;
int(arcsin(x)*log(x),x); |
(1) |
> | restart;
int(x*arcsin(x)/sqrt(1-x^2),x); |
(2) |
> | restart;
int(arcsin(sqrt(x+1)-sqrt(x)),x); |
(3) |
> | restart;
int(log(1+x*sqrt(1+x^2)),x); |
(4) |
> | restart;
int(cos(x)^2/sqrt(cos(x)^4+cos(x)^2+1),x); |
(5) |
> | restart;
int(tan(x)*sqrt(1+tan(x)^4),x); |
(6) |
> | restart;
int(tan(x)/sqrt(sec(x)^3+1),x); |
(7) |
> | restart;
int(sqrt(tan(x)^2+2*tan(x)+2),x); |
(8) |
> | restart;
int(sin(x)*arctan(sqrt(sec(x)-1)),x); |
(9) |
> | restart;
int(x^3*exp(1)^arcsin(x)/sqrt(1-x^2),x); |
(10) |
> |
> |