2.1.3 Integrals 201 to 300

2.1.3.1 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(577\)

2.1.3.2 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(578\)

2.1.3.3 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(580\)

2.1.3.4 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(581\)

2.1.3.5 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^3}{\sqrt {a+b x^n+c x^{2 n}}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(582\)

2.1.3.6 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2}{\sqrt {a+b x^n+c x^{2 n}}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(583\)

2.1.3.7 Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\sqrt {a+b x^n+c x^{2 n}}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(584\)

2.1.3.8 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {a+b x^n+c x^{2 n}}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(585\)

2.1.3.9 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^2 \sqrt {a+b x^n+c x^{2 n}}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(587\)

2.1.3.10 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^3 \sqrt {a+b x^n+c x^{2 n}}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(588\)

2.1.3.11 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(589\)

2.1.3.12 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(590\)

2.1.3.13 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(591\)

2.1.3.14 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(592\)

2.1.3.15 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(594\)

2.1.3.16 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(595\)

2.1.3.17 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(602\)

2.1.3.18 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(603\)

2.1.3.19 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(604\)

2.1.3.20 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(605\)

2.1.3.21 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.3-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(47\)

Integral number in file \(85\)

2.1.3.22 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.3-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(47\)

Integral number in file \(86\)

2.1.3.23 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.3-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(47\)

Integral number in file \(87\)

2.1.3.24 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.3-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(47\)

Integral number in file \(88\)

2.1.3.25 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.3-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(47\)

Integral number in file \(89\)

2.1.3.26 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{-1+\frac {q}{2}}}{\sqrt {b x^n+c x^{2 n-q}+a x^q}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.4_Improper/1.2.4.2-d_x-^m-a_x^q+b_x^n+c_x^-2_n-q-^p.txt

Test file number \(50\)

Integral number in file \(140\)

2.1.3.27 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^4}{27 a^3+27 a^2 b x^2+27 a^2 c x^3+9 a b^2 x^4+b^3 x^6} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(x^4/(b^3*x^6+9*a*b^2*x^4+27*a^2*c*x^3+27*a^2*b*x^2+27*a^3),x, algorithm="fricas")

[Out]

Exception raised: RuntimeError >> no explicit roots found

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.1_Rational_functions.txt

Test file number \(51\)

Integral number in file \(136\)

2.1.3.28 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^3}{27 a^3+27 a^2 b x^2+27 a^2 c x^3+9 a b^2 x^4+b^3 x^6} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(x^3/(b^3*x^6+9*a*b^2*x^4+27*a^2*c*x^3+27*a^2*b*x^2+27*a^3),x, algorithm="fricas")

[Out]

Exception raised: RuntimeError >> no explicit roots found

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.1_Rational_functions.txt

Test file number \(51\)

Integral number in file \(137\)

2.1.3.29 Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{27 a^3+27 a^2 b x^2+27 a^2 c x^3+9 a b^2 x^4+b^3 x^6} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(x/(b^3*x^6+9*a*b^2*x^4+27*a^2*c*x^3+27*a^2*b*x^2+27*a^3),x, algorithm="fricas")

[Out]

Exception raised: RuntimeError >> no explicit roots found

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.1_Rational_functions.txt

Test file number \(51\)

Integral number in file \(139\)

2.1.3.30 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{27 a^3+27 a^2 b x^2+27 a^2 c x^3+9 a b^2 x^4+b^3 x^6} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(b^3*x^6+9*a*b^2*x^4+27*a^2*c*x^3+27*a^2*b*x^2+27*a^3),x, algorithm="fricas")

[Out]

Exception raised: RuntimeError >> no explicit roots found

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.1_Rational_functions.txt

Test file number \(51\)

Integral number in file \(140\)

2.1.3.31 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x \left (27 a^3+27 a^2 b x^2+27 a^2 c x^3+9 a b^2 x^4+b^3 x^6\right )} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/x/(b^3*x^6+9*a*b^2*x^4+27*a^2*c*x^3+27*a^2*b*x^2+27*a^3),x, algorithm="fricas")

[Out]

Exception raised: RuntimeError >> no explicit roots found

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.1_Rational_functions.txt

Test file number \(51\)

Integral number in file \(141\)

2.1.3.32 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   catdef: division by zero

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(3\)

2.1.3.33 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   catdef: division by zero

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(4\)

2.1.3.34 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   catdef: division by zero

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(54\)

2.1.3.35 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   catdef: division by zero

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(147\)

2.1.3.36 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   catdef: division by zero

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(151\)

2.1.3.37 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (re
sidue poly has multiple non-linear factors)

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(172\)

2.1.3.38 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   Shouldn not  happen

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(258\)

2.1.3.39 Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a x^{2 n}}}{\sqrt {1+x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(393\)

2.1.3.40 Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a x^n}}{\sqrt {1+x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(394\)

2.1.3.41 Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a x^{n/2}}}{\sqrt {1+x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(395\)

2.1.3.42 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(396\)

2.1.3.43 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   Not integrable (provided residues have n
o relations)

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(559\)

2.1.3.44 Fricas [F(-2)]

Exception generated. \[ \int \sqrt {\frac {x^n}{1+x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.3_Miscellaneous/1.3.2_Algebraic_functions.txt

Test file number \(52\)

Integral number in file \(1008\)

2.1.3.45 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   alglogextint: unimplemented

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(543\)

2.1.3.46 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   alglogextint: unimplemented

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(550\)

2.1.3.47 Fricas [F(-2)]

Exception generated. \[ \int \frac {1+e^x}{\sqrt {e^x+x}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(732\)

2.1.3.48 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(736\)

2.1.3.49 Fricas [F(-2)]

Exception generated. \[ \int \left (\frac {1}{\sqrt {e^x+x}}+\frac {e^x}{\sqrt {e^x+x}}\right ) \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(744\)

2.1.3.50 Fricas [F(-2)]

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

[In]

integrate((1+exp(x))*x/(exp(x)+x)^(1/2)+2*(exp(x)+x)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(745\)

2.1.3.51 Fricas [F(-2)]

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

[In]

integrate(x/(exp(x)+x)^(1/2)+exp(x)*x/(exp(x)+x)^(1/2)+2*(exp(x)+x)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(746\)

2.1.3.52 Fricas [F(-2)]

Exception generated. \[ \int \frac {\left (1+e^x\right ) x}{\sqrt {e^x+x}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((1+exp(x))*x/(exp(x)+x)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(747\)

2.1.3.53 Fricas [F(-2)]

Exception generated. \[ \int \left (\frac {x}{\sqrt {e^x+x}}+\frac {e^x x}{\sqrt {e^x+x}}\right ) \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(x/(exp(x)+x)^(1/2)+exp(x)*x/(exp(x)+x)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(748\)

2.1.3.54 Fricas [F(-2)]

Exception generated. \[ \int \frac {e^x x}{\sqrt {e^x+x}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(exp(x)*x/(exp(x)+x)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(749\)

2.1.3.55 Fricas [F(-2)]

Exception generated. \[ \int \left (\frac {x^2 \left (5 e^x+3 x^2\right )}{5 \sqrt {5 e^x+x^3}}+\frac {4}{5} x \sqrt {5 e^x+x^3}\right ) \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/5*x^2*(5*exp(x)+3*x^2)/(5*exp(x)+x^3)^(1/2)+4/5*x*(5*exp(x)+x^3)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(750\)

2.1.3.56 Fricas [F(-2)]

Exception generated. \[ \int \frac {e^x x^2}{\sqrt {5 e^x+x^3}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(exp(x)*x^2/(5*exp(x)+x^3)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(751\)

2.1.3.57 Fricas [F(-2)]

Exception generated. \[ \int -\frac {1+e^x}{\sqrt [3]{e^x+x}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((-1-exp(x))/(exp(x)+x)^(1/3),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(752\)

2.1.3.58 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(753\)

2.1.3.59 Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\sqrt [3]{e^x+x}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(x/(exp(x)+x)^(1/3),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(754\)

2.1.3.60 Fricas [F(-2)]

Exception generated. \[ \int \frac {5 x+e^x (3+2 x)}{\sqrt [3]{e^x+x}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((5*x+exp(x)*(3+2*x))/(exp(x)+x)^(1/3),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(755\)

2.1.3.61 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(756\)

2.1.3.62 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2}{\sqrt {e^x+x}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(759\)

2.1.3.63 Fricas [F(-2)]

Exception generated. \[ \int \frac {5 x^2+3 \sqrt [3]{e^x+x}+e^x \left (3 x+2 x^2\right )}{x \sqrt [3]{e^x+x}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((5*x^2+3*(exp(x)+x)^(1/3)+exp(x)*(2*x^2+3*x))/x/(exp(x)+x)^(1/3),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 2_Exponentials/2.3_Exponential_functions.txt

Test file number \(55\)

Integral number in file \(770\)

2.1.3.64 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(113\)

2.1.3.65 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(114\)

2.1.3.66 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(115\)

2.1.3.67 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(116\)

2.1.3.68 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(117\)

2.1.3.69 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(119\)

2.1.3.70 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(120\)

2.1.3.71 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(121\)

2.1.3.72 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(122\)

2.1.3.73 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(123\)

2.1.3.74 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(124\)

2.1.3.75 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(126\)

2.1.3.76 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(127\)

2.1.3.77 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(128\)

2.1.3.78 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(129\)

2.1.3.79 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(130\)

2.1.3.80 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(131\)

2.1.3.81 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(133\)

2.1.3.82 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(134\)

2.1.3.83 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(135\)

2.1.3.84 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(136\)

2.1.3.85 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(137\)

2.1.3.86 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(138\)

2.1.3.87 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(140\)

2.1.3.88 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(141\)

2.1.3.89 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(142\)

2.1.3.90 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(143\)

2.1.3.91 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(144\)

2.1.3.92 Fricas [F(-2)]

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

[In]

integrate(1/log(a*x^n)^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(145\)

2.1.3.93 Fricas [F(-2)]

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

[In]

integrate(1/x^2/log(a*x^n)^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(147\)

2.1.3.94 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^3 \log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.2-d_x-^m-a+b_log-c_x^n-^p.txt

Test file number \(56\)

Integral number in file \(148\)

2.1.3.95 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(124\)

2.1.3.96 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(125\)

2.1.3.97 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(126\)

2.1.3.98 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(127\)

2.1.3.99 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(128\)

2.1.3.100 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(129\)