Examples from Timofeev (1948) Ch. 1, divided into sections
kindly provided by clicliclic vel Martin on sci.math.symbolic
fricas
INT ==> integrate
Type: Void
fricas
pi ==> %pi
Type: Void
fricas
SIN ==> sin
Type: Void
fricas
COS ==> cos
Type: Void
fricas
TAN ==> tan
Type: Void
fricas
COT ==> cot
Type: Void
fricas
SEC ==> sec
Type: Void
fricas
CSC ==> csc
Type: Void
fricas
LN ==> log
Type: Void
fricas
SQRT ==> sqrt
Type: Void
fricas
ATAN ==> atan
Type: Void
fricas
ACOS ==> acos
Type: Void
fricas
ASIN ==> asin
Type: Void
fricas
-- Timofeev (1948) Ch. 1, examples 1 - 21
INT(1/(a^2-b^2*x^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(a^2+b^2*x^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(SEC(2*a*x),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(4*SIN(x/3)),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/COS(3/4*pi-2*x),x)
Type: Union(Expression(Integer),...)
fricas
INT(SEC(x)*TAN(x),x)
Type: Union(Expression(Integer),...)
fricas
INT(CSC(x)*COT(x),x)
Type: Union(Expression(Integer),...)
fricas
INT(TAN(x)/SIN(2*x),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(1+COS(x)),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(1-COS(x)),x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(x)/(a-b*COS(x)),x)
Type: Union(Expression(Integer),...)
fricas
INT(COS(x)/(a^2+b^2*SIN(x)^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(COS(x)/(a^2-b^2*SIN(x)^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(2*x)/(b^2*SIN(x)^2+a^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(2*x)/(b^2*SIN(x)^2-a^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(2*x)/(b^2*COS(x)^2+a^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(2*x)/(b^2*COS(x)^2-a^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(4-COS(x)^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(%e^x/(%e^(2*x)-1),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(x*LN(x)),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(x*(1+LN(x)^2)),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(x*(1-LN(x))),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(x*(1+LN(x/a))),x)
Type: Union(Expression(Integer),...)
fricas
-- Timofeev (1948) Ch. 1, examples 22 - 40 (p. 27-28)
INT(((1-SQRT(x)+x)/x)^2,x)
Type: Union(Expression(Integer),...)
fricas
INT((2-x^(2/3))*(x+SQRT(x))/x^(3/2),x)
Type: Union(Expression(Integer),...)
fricas
INT((2*x-1)/(2*x+3),x)
Type: Union(Expression(Integer),...)
fricas
INT((2*x-5)/(3*x^2-2),x)
Type: Union(Expression(Integer),...)
fricas
INT((2*x-5)/(3*x^2+2),x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(x)*SIN(x/4),x)
Type: Union(Expression(Integer),...)
fricas
INT(COS(3*x)*COS(4*x),x)
Type: Union(Expression(Integer),...)
fricas
INT(TAN(x)*TAN(x-a),x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(x)^2,x)
Type: Union(Expression(Integer),...)
fricas
INT(COS(x)^2,x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(x)*COS(x)^3,x)
Type: Union(Expression(Integer),...)
fricas
INT(COS(x)^3/SIN(x)^4,x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(SIN(x)^2*COS(x)^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(COT(3/4*x)^2,x)
Type: Union(Expression(Integer),...)
fricas
INT((1+TAN(2*x))^2,x)
Type: Union(Expression(Integer),...)
fricas
INT((TAN(x)-COT(x))^2,x)
Type: Union(Expression(Integer),...)
fricas
INT((TAN(x)-SEC(x))^2,x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(x)/(1+SIN(x)),x)
Type: Union(Expression(Integer),...)
fricas
INT(COS(x)/(1-COS(x)),x)
Type: Union(Expression(Integer),...)
fricas
INT((%e^(x/2)-1)^3*%e^(-x/2),x)
Type: Union(Expression(Integer),...)
fricas
-- Timofeev (1948) Ch. 1, examples 41 - 65 (p. 35-37)
INT(1/(x^2-6*x+5),x)
Type: Union(Expression(Integer),...)
fricas
INT(x^2/(13-6*x^3+x^6),x)
Type: Union(Expression(Integer),...)
fricas
INT((x+2)/(x^2-4*x-1),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(1+(x+1)^(1/3)),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/((a*x+b)*SQRT(x)),x)
Type: Union(List(Expression(Integer)),...)
fricas
INT(x^3*SQRT(1+x^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(x/SQRT(a^4-x^4),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(x*SQRT(x^2-a^2)),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(x*SQRT(a^2-x^2)),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(x*SQRT(x^2+a^2)),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/SQRT(2+x-x^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/SQRT(3*x^2-4*x+5),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/SQRT(x-x^2),x)
Type: Union(Expression(Integer),...)
fricas
INT((2*x+1)/SQRT(2+x-x^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(x*SQRT(2+x-x^2)),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/((x-2)*SQRT(2+x-x^2)),x)
Type: Union(Expression(Integer),...)
fricas
INT((2+3*SIN(x))/(SIN(x)*(1-COS(x))),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(2+3*COS(x)^2),x)
Type: Union(Expression(Integer),...)
fricas
INT((1-TAN(x))/SIN(2*x),x)
Type: Union(Expression(Integer),...)
fricas
INT((1+TAN(x)^2)/(1-TAN(x)^2),x)
Type: Union(Expression(Integer),...)
fricas
INT((a^2-4*COS(x)^2)^(3/4)*SIN(2*x),x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(2*x)/(a^2-4*SIN(x)^2)^(1/3),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/SQRT(a^(2*x)-1),x)
Type: Union(Expression(Integer),...)
fricas
INT(%e^(x/2)/SQRT(%e^x-1),x)
Type: Union(Expression(Integer),...)
fricas
INT(ATAN(x)^n/(1+x^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(ASIN(x/a)^(3/2)/SQRT(a^2-x^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(1/(ACOS(x)^3*SQRT(1-x^2)),x)
Type: Union(Expression(Integer),...)
fricas
-- Timofeev (1948) Ch. 1, examples 66 - 81 (p. 41-42)
INT(LN(x)^2*x,x)
Type: Union(Expression(Integer),...)
fricas
INT(LN(x)/x^5,x)
Type: Union(Expression(Integer),...)
fricas
INT(x^2*LN((x-1)/x),x)
Type: Union(Expression(Integer),...)
fricas
INT(COS(x)^5,x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(x)^2*COS(x)^4,x)
Type: Union(Expression(Integer),...)
fricas
INT(1/SIN(x)^5,x)
Type: Union(Expression(Integer),...)
fricas
INT(SIN(x)/%e^x,x)
Type: Union(Expression(Integer),...)
fricas
INT(%e^(2*x)*SIN(3*x),x)
Type: Union(Expression(Integer),...)
fricas
INT(a^x*COS(x),x)
Type: Union(Expression(Integer),...)
fricas
INT(COS(LN(x)),x)
Type: Union(Expression(Integer),...)
fricas
INT(SEC(x)^2*LN(COS(x)),x)
Type: Union(Expression(Integer),...)
fricas
INT(x*TAN(x)^2,x)
Type: Union(Expression(Integer),...)
fricas
INT(ASIN(x)/x^2,x)
Type: Union(Expression(Integer),...)
fricas
INT(ASIN(x)^2,x)
Type: Union(Expression(Integer),...)
fricas
INT(x^2*ATAN(x)/(1+x^2),x)
Type: Union(Expression(Integer),...)
fricas
INT(ACOS(SQRT(x/(x+1))),x)
Type: Union(Expression(Integer),...)
See also SandboxFriCASTimofeev37?, FriCASTimofeev5?, SandboxFriCASTimofeev9?