Integrals 1001 to 1100

Fricas [F(-2)]

Exception generated. \[ \int \left (d+e x^2\right ) \sqrt {a+b \arcsin (c x)} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((e*x^2+d)*(a+b*arcsin(c*x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(183\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {a+b \arcsin (c x)} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arcsin(c*x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(184\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \arcsin (c x)}}{d+e x^2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arcsin(c*x))^(1/2)/(e*x^2+d),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(185\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \arcsin (c x)}}{\left (d+e x^2\right )^2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arcsin(c*x))^(1/2)/(e*x^2+d)^2,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(186\)

Fricas [F(-2)]

Exception generated. \[ \int \left (d+e x^2\right ) (a+b \arcsin (c x))^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((e*x^2+d)*(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(187\)

Fricas [F(-2)]

Exception generated. \[ \int (a+b \arcsin (c x))^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arcsin(c*x))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(188\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {(a+b \arcsin (c x))^{3/2}}{d+e x^2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arcsin(c*x))^(3/2)/(e*x^2+d),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(189\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {(a+b \arcsin (c x))^{3/2}}{\left (d+e x^2\right )^2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arcsin(c*x))^(3/2)/(e*x^2+d)^2,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(190\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\left (d+e x^2\right )^2}{\sqrt {a+b \arcsin (c x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((e*x^2+d)^2/(a+b*arcsin(c*x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(191\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {d+e x^2}{\sqrt {a+b \arcsin (c x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((e*x^2+d)/(a+b*arcsin(c*x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(192\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {a+b \arcsin (c x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arcsin(c*x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(193\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (d+e x^2\right ) \sqrt {a+b \arcsin (c x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(e*x^2+d)/(a+b*arcsin(c*x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(194\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (d+e x^2\right )^2 \sqrt {a+b \arcsin (c x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(e*x^2+d)^2/(a+b*arcsin(c*x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(195\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {d+e x^2}{(a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((e*x^2+d)/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(196\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{(a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(197\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (d+e x^2\right ) (a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(e*x^2+d)/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(198\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (d+e x^2\right )^2 (a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(e*x^2+d)^2/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/265_5.1.3

Test file number \(265\)

Integral number in file \(199\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^3 \left (d-c^2 d x^2\right )}{(a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3*(-c^2*d*x^2+d)/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas" 
)
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(387\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2 \left (d-c^2 d x^2\right )}{(a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2*(-c^2*d*x^2+d)/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas" 
)
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(388\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x \left (d-c^2 d x^2\right )}{(a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x*(-c^2*d*x^2+d)/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(389\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {d-c^2 d x^2}{(a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((-c^2*d*x^2+d)/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas")
                                                                                    
                                                                                    
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(390\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {d-c^2 d x^2}{x (a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((-c^2*d*x^2+d)/x/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(391\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {d-c^2 d x^2}{x^2 (a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((-c^2*d*x^2+d)/x^2/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas" 
)
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(392\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^3 \left (d-c^2 d x^2\right )^2}{(a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3*(-c^2*d*x^2+d)^2/(a+b*arcsin(c*x))^(3/2),x, algorithm="frica 
s")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(393\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2 \left (d-c^2 d x^2\right )^2}{(a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2*(-c^2*d*x^2+d)^2/(a+b*arcsin(c*x))^(3/2),x, algorithm="frica 
s")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(394\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x \left (d-c^2 d x^2\right )^2}{(a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x*(-c^2*d*x^2+d)^2/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas" 
)
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(395\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\left (d-c^2 d x^2\right )^2}{(a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((-c^2*d*x^2+d)^2/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(396\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\left (d-c^2 d x^2\right )^2}{x (a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((-c^2*d*x^2+d)^2/x/(a+b*arcsin(c*x))^(3/2),x, algorithm="fricas" 
)
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(397\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\left (d-c^2 d x^2\right )^2}{x^2 (a+b \arcsin (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((-c^2*d*x^2+d)^2/x^2/(a+b*arcsin(c*x))^(3/2),x, algorithm="frica 
s")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(398\)

Fricas [F(-2)]

Exception generated. \[ \int \left (-\frac {3 x}{8 \left (1-x^2\right ) \sqrt {\arcsin (x)}}+\frac {x \arcsin (x)^{3/2}}{\left (1-x^2\right )^2}\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(-3/8*x/(-x^2+1)/arcsin(x)^(1/2)+x*arcsin(x)^(3/2)/(-x^2+1)^2,x, 
algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(399\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\sqrt {1-x^2} \sqrt {\arcsin (x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x/(-x^2+1)^(1/2)/arcsin(x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.1_Inverse_sine/266_5.1.4

Test file number \(266\)

Integral number in file \(400\)

Fricas [F(-2)]

Exception generated. \[ \int \arccos (a+b x)^{5/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(arccos(b*x+a)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(14\)

Fricas [F(-2)]

Exception generated. \[ \int \arccos (a+b x)^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(arccos(b*x+a)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(15\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {\arccos (a+b x)} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(arccos(b*x+a)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(16\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {\arccos (a+b x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/arccos(b*x+a)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(17\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\arccos (a+b x)^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/arccos(b*x+a)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(18\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\arccos (a+b x)^{5/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/arccos(b*x+a)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(19\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {a+b \arccos (c+d x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(d*x+c))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(20\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {a-b \arccos (c+d x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a-b*arccos(d*x+c))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(21\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\arccos \left (a x^n\right )}{x} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(arccos(a*x^n)/x,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(46\)

Fricas [F(-2)]

Exception generated. \[ \int \left (a+b \arccos \left (1+d x^2\right )\right )^{5/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arccos(d*x^2+1))^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(64\)

Fricas [F(-2)]

Exception generated. \[ \int \left (a+b \arccos \left (1+d x^2\right )\right )^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arccos(d*x^2+1))^(3/2),x, algorithm="fricas")
                                                                                    
                                                                                    
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(65\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {a+b \arccos \left (1+d x^2\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arccos(d*x^2+1))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(66\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {a+b \arccos \left (1+d x^2\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(d*x^2+1))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(67\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \arccos \left (1+d x^2\right )\right )^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(d*x^2+1))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(68\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \arccos \left (1+d x^2\right )\right )^{5/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(d*x^2+1))^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(69\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \arccos \left (1+d x^2\right )\right )^{7/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(d*x^2+1))^(7/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(70\)

Fricas [F(-2)]

Exception generated. \[ \int \left (a+b \arccos \left (-1+d x^2\right )\right )^{5/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arccos(d*x^2-1))^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(71\)

Fricas [F(-2)]

Exception generated. \[ \int \left (a+b \arccos \left (-1+d x^2\right )\right )^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arccos(d*x^2-1))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(72\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {a+b \arccos \left (-1+d x^2\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arccos(d*x^2-1))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(73\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {a+b \arccos \left (-1+d x^2\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(d*x^2-1))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(74\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \arccos \left (-1+d x^2\right )\right )^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(d*x^2-1))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(75\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \arccos \left (-1+d x^2\right )\right )^{5/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(d*x^2-1))^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(76\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \arccos \left (-1+d x^2\right )\right )^{7/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(d*x^2-1))^(7/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(77\)

Fricas [F(-2)]

Exception generated. \[ \int \arccos \left (c e^{a+b x}\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(arccos(c*exp(b*x+a)),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(84\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\sqrt {1-x^2} \sqrt {\arccos (x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x/(-x^2+1)^(1/2)/arccos(x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/269_5.2

Test file number \(269\)

Integral number in file \(92\)

Fricas [F(-2)]

Exception generated. \[ \int (a+b \arccos (c x))^{5/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arccos(c*x))^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/270_5.2.1

Test file number \(270\)

Integral number in file \(8\)

Fricas [F(-2)]

Exception generated. \[ \int (a+b \arccos (c x))^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arccos(c*x))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/270_5.2.1

Test file number \(270\)

Integral number in file \(9\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {a+b \arccos (c x)} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*arccos(c*x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/270_5.2.1

Test file number \(270\)

Integral number in file \(10\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {a+b \arccos (c x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(c*x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/270_5.2.1

Test file number \(270\)

Integral number in file \(11\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{(a+b \arccos (c x))^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(c*x))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/270_5.2.1

Test file number \(270\)

Integral number in file \(12\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{(a+b \arccos (c x))^{5/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(c*x))^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/270_5.2.1

Test file number \(270\)

Integral number in file \(13\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{(a+b \arccos (c x))^{7/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*arccos(c*x))^(7/2),x, algorithm="fricas")
                                                                                    
                                                                                    
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/270_5.2.1

Test file number \(270\)

Integral number in file \(14\)

Fricas [F(-2)]

Exception generated. \[ \int x^4 \sqrt {\arccos (a x)} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^4*arccos(a*x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(74\)

Fricas [F(-2)]

Exception generated. \[ \int x^3 \sqrt {\arccos (a x)} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3*arccos(a*x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(75\)

Fricas [F(-2)]

Exception generated. \[ \int x^2 \sqrt {\arccos (a x)} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2*arccos(a*x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(76\)

Fricas [F(-2)]

Exception generated. \[ \int x \sqrt {\arccos (a x)} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x*arccos(a*x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(77\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {\arccos (a x)} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(arccos(a*x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(78\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {\arccos (a x)}}{x} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(arccos(a*x)^(1/2)/x,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(79\)

Fricas [F(-2)]

Exception generated. \[ \int x^4 \arccos (a x)^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^4*arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(80\)

Fricas [F(-2)]

Exception generated. \[ \int x^3 \arccos (a x)^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3*arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(81\)

Fricas [F(-2)]

Exception generated. \[ \int x^2 \arccos (a x)^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2*arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(82\)

Fricas [F(-2)]

Exception generated. \[ \int x \arccos (a x)^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x*arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(83\)

Fricas [F(-2)]

Exception generated. \[ \int \arccos (a x)^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(84\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\arccos (a x)^{3/2}}{x} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(arccos(a*x)^(3/2)/x,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(85\)

Fricas [F(-2)]

Exception generated. \[ \int x^4 \arccos (a x)^{5/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^4*arccos(a*x)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(86\)

Fricas [F(-2)]

Exception generated. \[ \int x^3 \arccos (a x)^{5/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3*arccos(a*x)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(87\)

Fricas [F(-2)]

Exception generated. \[ \int x^2 \arccos (a x)^{5/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2*arccos(a*x)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(88\)

Fricas [F(-2)]

Exception generated. \[ \int x \arccos (a x)^{5/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x*arccos(a*x)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(89\)

Fricas [F(-2)]

Exception generated. \[ \int \arccos (a x)^{5/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(arccos(a*x)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(90\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\arccos (a x)^{5/2}}{x} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(arccos(a*x)^(5/2)/x,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(91\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^4}{\sqrt {\arccos (a x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^4/arccos(a*x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(92\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^3}{\sqrt {\arccos (a x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3/arccos(a*x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(93\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2}{\sqrt {\arccos (a x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2/arccos(a*x)^(1/2),x, algorithm="fricas")
                                                                                    
                                                                                    
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(94\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\sqrt {\arccos (a x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x/arccos(a*x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(95\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {\arccos (a x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/arccos(a*x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(96\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x \sqrt {\arccos (a x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/x/arccos(a*x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(97\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^2 \sqrt {\arccos (a x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/x^2/arccos(a*x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(98\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^6}{\arccos (a x)^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^6/arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(99\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^5}{\arccos (a x)^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^5/arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(100\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^4}{\arccos (a x)^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^4/arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(101\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^3}{\arccos (a x)^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3/arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(102\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2}{\arccos (a x)^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2/arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(103\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\arccos (a x)^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x/arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(104\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\arccos (a x)^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(105\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x \arccos (a x)^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/x/arccos(a*x)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(106\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^4}{\arccos (a x)^{5/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^4/arccos(a*x)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(107\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^3}{\arccos (a x)^{5/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3/arccos(a*x)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(108\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2}{\arccos (a x)^{5/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2/arccos(a*x)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(109\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\arccos (a x)^{5/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x/arccos(a*x)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/5_Inverse_trig_functions/5.2_Inverse_cosine/271_5.2.2

Test file number \(271\)

Integral number in file \(110\)