Integrals 4101 to 4200

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(145\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(146\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(147\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(148\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(149\)

Maxima [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^2/(g*x+f)^(7/2),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(150\)

Maxima [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^2/(g*x+f)^(9/2),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(151\)

Maxima [F(-2)]

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

integrate((g*x+f)^m*(a+b*log(c*(e*x+d)^n))^n,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(169\)

Maxima [F(-2)]

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

integrate((g*x+f)^3*(a+b*log(c*(e*x+d)^n))^n,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(170\)

Maxima [F(-2)]

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

integrate((g*x+f)^2*(a+b*log(c*(e*x+d)^n))^n,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(171\)

Maxima [F(-2)]

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

integrate((g*x+f)*(a+b*log(c*(e*x+d)^n))^n,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(172\)

Maxima [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^n,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(173\)

Maxima [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^n/(g*x+f),x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(174\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(198\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(199\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(200\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(201\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(202\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f 
or more de
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(203\)

Maxima [F(-2)]

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

integrate((e*x+d)^(3/2)*log(b*x+a)/(b*x+a),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(a*e-b*d>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(204\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\sqrt {d+e x} \log (a+b x)}{a+b x} \, dx=\text {Exception raised: ValueError} \] Input:

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(a*e-b*d>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(205\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log (a+b x)}{(a+b x) \sqrt {d+e x}} \, dx=\text {Exception raised: ValueError} \] Input:

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(a*e-b*d>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(206\)

Maxima [F(-2)]

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

integrate(log(b*x+a)/(b*x+a)/(e*x+d)^(3/2),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(a*e-b*d>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(207\)

Maxima [F(-2)]

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

integrate(log(b*x+a)/(b*x+a)/(e*x+d)^(5/2),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(a*e-b*d>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(208\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(329\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(330\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(331\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(4*d*f-e^2>0)', see `assume?` for 
 more deta
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(347\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(4*d*f-e^2>0)', see `assume?` for 
 more deta
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(348\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(4*d*f-e^2>0)', see `assume?` for 
 more deta
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(349\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for 
 more deta
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(351\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {x^2 \log (x)}{a+b x+c x^2} \, dx=\text {Exception raised: ValueError} \] Input:

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for 
 more deta
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(352\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {x \log (x)}{a+b x+c x^2} \, dx=\text {Exception raised: ValueError} \] Input:

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for 
 more deta
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(353\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log (x)}{a+b x+c x^2} \, dx=\text {Exception raised: ValueError} \] Input:

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for 
 more deta
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(354\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for 
 more deta
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(355\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for 
 more deta
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(356\)

Maxima [F(-2)]

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

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

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for 
 more deta
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(357\)

Maxima [F(-2)]

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

integrate(log(f*x^m)*(a+b*log(c*(e*x+d)^n))^p,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(377\)

Maxima [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^m)^n))^p,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(437\)

Maxima [F(-2)]

Exception generated. \[ \int (g+h x)^{3/2} \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((h*x+g)^(3/2)*(a+b*log(c*(d*(f*x+e)^p)^q)),x, algorithm="maxima" 
)
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(501\)

Maxima [F(-2)]

Exception generated. \[ \int \sqrt {g+h x} \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((h*x+g)^(1/2)*(a+b*log(c*(d*(f*x+e)^p)^q)),x, algorithm="maxima" 
)
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(502\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{\sqrt {g+h x}} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((a+b*log(c*(d*(f*x+e)^p)^q))/(h*x+g)^(1/2),x, algorithm="maxima" 
)
                                                                                    
                                                                                    
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(503\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{(g+h x)^{3/2}} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((a+b*log(c*(d*(f*x+e)^p)^q))/(h*x+g)^(3/2),x, algorithm="maxima" 
)
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(504\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{(g+h x)^{5/2}} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((a+b*log(c*(d*(f*x+e)^p)^q))/(h*x+g)^(5/2),x, algorithm="maxima" 
)
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(505\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{(g+h x)^{7/2}} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((a+b*log(c*(d*(f*x+e)^p)^q))/(h*x+g)^(7/2),x, algorithm="maxima" 
)
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(506\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{(g+h x)^{9/2}} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((a+b*log(c*(d*(f*x+e)^p)^q))/(h*x+g)^(9/2),x, algorithm="maxima" 
)
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(507\)

Maxima [F(-2)]

Exception generated. \[ \int (g+h x)^{3/2} \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2 \, dx=\text {Exception raised: ValueError} \] Input:

integrate((h*x+g)^(3/2)*(a+b*log(c*(d*(f*x+e)^p)^q))^2,x, algorithm="maxim 
a")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(508\)

Maxima [F(-2)]

Exception generated. \[ \int \sqrt {g+h x} \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2 \, dx=\text {Exception raised: ValueError} \] Input:

integrate((h*x+g)^(1/2)*(a+b*log(c*(d*(f*x+e)^p)^q))^2,x, algorithm="maxim 
a")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(509\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2}{\sqrt {g+h x}} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^2/(h*x+g)^(1/2),x, algorithm="maxim 
a")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(510\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2}{(g+h x)^{3/2}} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^2/(h*x+g)^(3/2),x, algorithm="maxim 
a")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(511\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2}{(g+h x)^{5/2}} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^2/(h*x+g)^(5/2),x, algorithm="maxim 
a")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(512\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2}{(g+h x)^{7/2}} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^2/(h*x+g)^(7/2),x, algorithm="maxim 
a")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(513\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2}{(g+h x)^{9/2}} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^2/(h*x+g)^(9/2),x, algorithm="maxim 
a")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m 
ore detail
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(514\)

Maxima [F(-2)]

Exception generated. \[ \int (g+h x)^m \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:

integrate((h*x+g)^m*(a+b*log(c*(d*(f*x+e)^p)^q))^n,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(532\)

Maxima [F(-2)]

Exception generated. \[ \int (g+h x)^2 \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:

integrate((h*x+g)^2*(a+b*log(c*(d*(f*x+e)^p)^q))^n,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(533\)

Maxima [F(-2)]

Exception generated. \[ \int (g+h x) \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:

integrate((h*x+g)*(a+b*log(c*(d*(f*x+e)^p)^q))^n,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(534\)

Maxima [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^n,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(535\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n}{g+h x} \, dx=\text {Exception raised: RuntimeError} \] Input:

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^n/(h*x+g),x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: In function CAR, the value of 
the first argument is  0which is not of the expected type LIST
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(536\)

Maxima [F(-2)]

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

integrate(log(c*(b*x^2+a)^p)^3/x^2,x, algorithm="maxima")
 

Output:

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is un 
defined.
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(100\)

Maxima [F(-2)]

Exception generated. \[ \int x \log ^2\left (c \left (d+e x^3\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate(x*log(c*(e*x^3+d)^p)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(133\)

Maxima [F(-2)]

Exception generated. \[ \int \log ^2\left (c \left (d+e x^3\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^3+d)^p)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(134\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log ^2\left (c \left (d+e x^3\right )^p\right )}{x^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^3+d)^p)^2/x^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(135\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log ^2\left (c \left (d+e x^3\right )^p\right )}{x^3} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^3+d)^p)^2/x^3,x, algorithm="maxima")
                                                                                    
                                                                                    
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(136\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log ^2\left (c \left (d+e x^3\right )^p\right )}{x^5} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^3+d)^p)^2/x^5,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(137\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^2\right )^3 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)^3*log(c*(e*x^2+d)^p),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(268\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(269\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)*log(c*(e*x^2+d)^p),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(270\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log \left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^2\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^2+d)^p)/(g*x^2+f)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(272\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^2\right )^2 \log ^2\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(273\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^2\right ) \log ^2\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)*log(c*(e*x^2+d)^p)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(274\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log ^2\left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^2\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^2+d)^p)^2/(g*x^2+f)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(276\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^2\right ) \log ^3\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)*log(c*(e*x^2+d)^p)^3,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(277\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log ^3\left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^2\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^2+d)^p)^3/(g*x^2+f)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(279\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^3\right )^3 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^3+f)^3*log(c*(e*x^2+d)^p),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(288\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^3\right )^2 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^3+f)^2*log(c*(e*x^2+d)^p),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(289\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^3\right ) \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^3+f)*log(c*(e*x^2+d)^p),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(290\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log \left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^3\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^2+d)^p)/(g*x^3+f)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(292\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^3\right )^3 \log ^2\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^3+f)^3*log(c*(e*x^2+d)^p)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(293\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^3\right )^2 \log ^2\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^3+f)^2*log(c*(e*x^2+d)^p)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(294\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^3\right ) \log ^2\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^3+f)*log(c*(e*x^2+d)^p)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(295\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log ^2\left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^3\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^2+d)^p)^2/(g*x^3+f)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(297\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^3\right )^2 \log ^3\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^3+f)^2*log(c*(e*x^2+d)^p)^3,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(298\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^3\right ) \log ^3\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^3+f)*log(c*(e*x^2+d)^p)^3,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(299\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log ^3\left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^3\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^2+d)^p)^3/(g*x^3+f)^2,x, algorithm="maxima")
                                                                                    
                                                                                    
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(301\)

Maxima [F(-2)]

Exception generated. \[ \int x^2 \left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate(x^2*(g*x^2+f)*log(c*(e*x^2+d)^p),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(318\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)*log(c*(e*x^2+d)^p),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(319\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right )}{x^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)*log(c*(e*x^2+d)^p)/x^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(320\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right )}{x^4} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)*log(c*(e*x^2+d)^p)/x^4,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(321\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right )}{x^6} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)*log(c*(e*x^2+d)^p)/x^6,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(322\)

Maxima [F(-2)]

Exception generated. \[ \int x^2 \left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate(x^2*(g*x^2+f)^2*log(c*(e*x^2+d)^p),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(332\)

Maxima [F(-2)]

Exception generated. \[ \int \left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(333\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right )}{x^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p)/x^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(334\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right )}{x^4} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p)/x^4,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(335\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right )}{x^6} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p)/x^6,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(336\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right )}{x^8} \, dx=\text {Exception raised: ValueError} \] Input:

integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p)/x^8,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(337\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {x^4 \log \left (c \left (d+e x^2\right )^p\right )}{f+g x^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(x^4*log(c*(e*x^2+d)^p)/(g*x^2+f),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(343\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {x^2 \log \left (c \left (d+e x^2\right )^p\right )}{f+g x^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(x^2*log(c*(e*x^2+d)^p)/(g*x^2+f),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(344\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log \left (c \left (d+e x^2\right )^p\right )}{x^2 \left (f+g x^2\right )} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^2+d)^p)/x^2/(g*x^2+f),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(346\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\log \left (c \left (d+e x^2\right )^p\right )}{x^4 \left (f+g x^2\right )} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(log(c*(e*x^2+d)^p)/x^4/(g*x^2+f),x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(347\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {x^4 \log \left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^2\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:

integrate(x^4*log(c*(e*x^2+d)^p)/(g*x^2+f)^2,x, algorithm="maxima")
 

Output:

Exception raised: ValueError >> Computation failed since Maxima requested 
additional constraints; using the 'assume' command before evaluation *may* 
 help (example of legal syntax is 'assume(e>0)', see `assume?` for more de 
tails)Is e
 

input file name test_cases/rubi_tests/3_Logarithms/176_3.8

Test file number \(176\)

Integral number in file \(353\)