2.2.42 Integrals 4101 to 4200

2.2.42.1 Maxima [F(-2)]

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

[In]

integrate(sin(f*x+e)/(a+b*tan(f*x+e)^2)^3,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(82\)

2.2.42.2 Maxima [F(-2)]

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

[In]

integrate(csc(f*x+e)/(a+b*tan(f*x+e)^2)^3,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(83\)

2.2.42.3 Maxima [F(-2)]

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

[In]

integrate(csc(f*x+e)^3/(a+b*tan(f*x+e)^2)^3,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(84\)

2.2.42.4 Maxima [F(-2)]

Exception generated. \[ \int \frac {\csc ^5(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^3} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(csc(f*x+e)^5/(a+b*tan(f*x+e)^2)^3,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(85\)

2.2.42.5 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(100\)

2.2.42.6 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(124\)

2.2.42.7 Maxima [F(-2)]

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

[In]

integrate(1/(a+b*tan(f*x+e)^2)^(3/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(136\)

2.2.42.8 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(1/(a+b*tan(f*x+e)^2)^(5/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(148\)

2.2.42.9 Maxima [F(-2)]

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

[In]

integrate(cot(f*x+e)*(a+b*tan(f*x+e)^2)^(1/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(296\)

2.2.42.10 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(302\)

2.2.42.11 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(329\)

2.2.42.12 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(334\)

2.2.42.13 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(341\)

2.2.42.14 Maxima [F(-2)]

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

[In]

integrate(1/(a+b*tan(f*x+e)^2)^(3/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(342\)

2.2.42.15 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(346\)

2.2.42.16 Maxima [F(-2)]

Exception generated. \[ \int \frac {\tan ^3(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(tan(f*x+e)^3/(a+b*tan(f*x+e)^2)^(5/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(347\)

2.2.42.17 Maxima [F(-2)]

Exception generated. \[ \int \frac {\tan ^4(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(tan(f*x+e)^4/(a+b*tan(f*x+e)^2)^(5/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(353\)

2.2.42.18 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(354\)

2.2.42.19 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(1/(a+b*tan(f*x+e)^2)^(5/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(355\)

2.2.42.20 Maxima [F(-2)]

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

[In]

integrate(cot(x)/(a+b*tan(x)^4)^(3/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(402\)

2.2.42.21 Maxima [F(-2)]

Exception generated. \[ \int \frac {\cot (x)}{\left (a+b \tan ^4(x)\right )^{5/2}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(cot(x)/(a+b*tan(x)^4)^(5/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(405\)

2.2.42.22 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(409\)

2.2.42.23 Maxima [F(-2)]

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

[In]

integrate(sec(d*x+c)^5/(a+b*tan(d*x+c)^2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(450\)

2.2.42.24 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(451\)

2.2.42.25 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(452\)

2.2.42.26 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(453\)

2.2.42.27 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(454\)

2.2.42.28 Maxima [F(-2)]

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

[In]

integrate(cos(d*x+c)^5/(a+b*tan(d*x+c)^2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(455\)

2.2.42.29 Maxima [F(-2)]

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

[In]

integrate(sec(d*x+c)^7/(a+b*tan(d*x+c)^2)^2,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(462\)

2.2.42.30 Maxima [F(-2)]

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

[In]

integrate(sec(d*x+c)^5/(a+b*tan(d*x+c)^2)^2,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(463\)

2.2.42.31 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(464\)

2.2.42.32 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(465\)

2.2.42.33 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(466\)

2.2.42.34 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.7-d_trig-^m-a+b-c_tan-^n-^p.txt

Test file number \(106\)

Integral number in file \(467\)

2.2.42.35 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.9_trig^m-a+b_tan^n+c_tan^-2_n-^p.txt

Test file number \(107\)

Integral number in file \(6\)

2.2.42.36 Maxima [F(-2)]

Exception generated. \[ \int \cot (d+e x) \sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)} \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume((-16*a*(a/4-c/4))>0)', see `as
sume?` for m

input file name 4_Trig_functions/4.3_Tangent/4.3.9_trig^m-a+b_tan^n+c_tan^-2_n-^p.txt

Test file number \(107\)

Integral number in file \(7\)

2.2.42.37 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.9_trig^m-a+b_tan^n+c_tan^-2_n-^p.txt

Test file number \(107\)

Integral number in file \(14\)

2.2.42.38 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.9_trig^m-a+b_tan^n+c_tan^-2_n-^p.txt

Test file number \(107\)

Integral number in file \(15\)

2.2.42.39 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.9_trig^m-a+b_tan^n+c_tan^-2_n-^p.txt

Test file number \(107\)

Integral number in file \(21\)

2.2.42.40 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.9_trig^m-a+b_tan^n+c_tan^-2_n-^p.txt

Test file number \(107\)

Integral number in file \(22\)

2.2.42.41 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.9_trig^m-a+b_tan^n+c_tan^-2_n-^p.txt

Test file number \(107\)

Integral number in file \(23\)

2.2.42.42 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.9_trig^m-a+b_tan^n+c_tan^-2_n-^p.txt

Test file number \(107\)

Integral number in file \(45\)

2.2.42.43 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.3_Tangent/4.3.9_trig^m-a+b_tan^n+c_tan^-2_n-^p.txt

Test file number \(107\)

Integral number in file \(49\)

2.2.42.44 Maxima [F(-2)]

Exception generated. \[ \int \frac {(c+d x)^3}{a+i a \cot (e+f x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate((d*x+c)^3/(a+I*a*cot(f*x+e)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.10-c+d_x-^m-a+b_cot-^n.txt

Test file number \(109\)

Integral number in file \(16\)

2.2.42.45 Maxima [F(-2)]

Exception generated. \[ \int \frac {(c+d x)^2}{a+i a \cot (e+f x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate((d*x+c)^2/(a+I*a*cot(f*x+e)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.10-c+d_x-^m-a+b_cot-^n.txt

Test file number \(109\)

Integral number in file \(17\)

2.2.42.46 Maxima [F(-2)]

Exception generated. \[ \int \frac {c+d x}{a+i a \cot (e+f x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate((d*x+c)/(a+I*a*cot(f*x+e)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.10-c+d_x-^m-a+b_cot-^n.txt

Test file number \(109\)

Integral number in file \(18\)

2.2.42.47 Maxima [F(-2)]

Exception generated. \[ \int \frac {(c+d x)^3}{(a+i a \cot (e+f x))^2} \, dx=\text {Exception raised: RuntimeError} \]

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.10-c+d_x-^m-a+b_cot-^n.txt

Test file number \(109\)

Integral number in file \(22\)

2.2.42.48 Maxima [F(-2)]

Exception generated. \[ \int \frac {(c+d x)^2}{(a+i a \cot (e+f x))^2} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate((d*x+c)^2/(a+I*a*cot(f*x+e))^2,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.10-c+d_x-^m-a+b_cot-^n.txt

Test file number \(109\)

Integral number in file \(23\)

2.2.42.49 Maxima [F(-2)]

Exception generated. \[ \int \frac {c+d x}{(a+i a \cot (e+f x))^2} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate((d*x+c)/(a+I*a*cot(f*x+e))^2,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.10-c+d_x-^m-a+b_cot-^n.txt

Test file number \(109\)

Integral number in file \(24\)

2.2.42.50 Maxima [F(-2)]

Exception generated. \[ \int \frac {(c+d x)^3}{(a+i a \cot (e+f x))^3} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate((d*x+c)^3/(a+I*a*cot(f*x+e))^3,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.10-c+d_x-^m-a+b_cot-^n.txt

Test file number \(109\)

Integral number in file \(27\)

2.2.42.51 Maxima [F(-2)]

Exception generated. \[ \int \frac {(c+d x)^2}{(a+i a \cot (e+f x))^3} \, dx=\text {Exception raised: RuntimeError} \]

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.10-c+d_x-^m-a+b_cot-^n.txt

Test file number \(109\)

Integral number in file \(28\)

2.2.42.52 Maxima [F(-2)]

Exception generated. \[ \int \frac {c+d x}{(a+i a \cot (e+f x))^3} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate((d*x+c)/(a+I*a*cot(f*x+e))^3,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.10-c+d_x-^m-a+b_cot-^n.txt

Test file number \(109\)

Integral number in file \(29\)

2.2.42.53 Maxima [F(-2)]

Exception generated. \[ \int \frac {\sin ^4(x)}{i+\cot (x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(sin(x)^4/(I+cot(x)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.1.2-d_csc-^m-a+b_cot-^n.txt

Test file number \(110\)

Integral number in file \(1\)

2.2.42.54 Maxima [F(-2)]

Exception generated. \[ \int \frac {\sin ^3(x)}{i+\cot (x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(sin(x)^3/(I+cot(x)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.1.2-d_csc-^m-a+b_cot-^n.txt

Test file number \(110\)

Integral number in file \(2\)

2.2.42.55 Maxima [F(-2)]

Exception generated. \[ \int \frac {\sin ^2(x)}{i+\cot (x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(sin(x)^2/(I+cot(x)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.1.2-d_csc-^m-a+b_cot-^n.txt

Test file number \(110\)

Integral number in file \(3\)

2.2.42.56 Maxima [F(-2)]

Exception generated. \[ \int \frac {\sin (x)}{i+\cot (x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(sin(x)/(I+cot(x)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.1.2-d_csc-^m-a+b_cot-^n.txt

Test file number \(110\)

Integral number in file \(4\)

2.2.42.57 Maxima [F(-2)]

Exception generated. \[ \int \frac {\cos ^4(x)}{i+\cot (x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(cos(x)^4/(I+cot(x)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.1.3-d_cos-^m-a+b_cot-^n.txt

Test file number \(111\)

Integral number in file \(1\)

2.2.42.58 Maxima [F(-2)]

Exception generated. \[ \int \frac {\cos ^3(x)}{i+\cot (x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(cos(x)^3/(I+cot(x)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.1.3-d_cos-^m-a+b_cot-^n.txt

Test file number \(111\)

Integral number in file \(2\)

2.2.42.59 Maxima [F(-2)]

Exception generated. \[ \int \frac {\cos ^2(x)}{i+\cot (x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(cos(x)^2/(I+cot(x)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.1.3-d_cos-^m-a+b_cot-^n.txt

Test file number \(111\)

Integral number in file \(3\)

2.2.42.60 Maxima [F(-2)]

Exception generated. \[ \int \frac {\cos (x)}{i+\cot (x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(cos(x)/(I+cot(x)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 4_Trig_functions/4.4_Cotangent/4.4.1.3-d_cos-^m-a+b_cot-^n.txt

Test file number \(111\)

Integral number in file \(4\)

2.2.42.61 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(2\)

2.2.42.62 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(3\)

2.2.42.63 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(4\)

2.2.42.64 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(5\)

2.2.42.65 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(6\)

2.2.42.66 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(7\)

2.2.42.67 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(8\)

2.2.42.68 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(9\)

2.2.42.69 Maxima [F(-2)]

Exception generated. \[ \int \sqrt {e \cot (c+d x)} (a+a \cot (c+d x))^2 \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(10\)

2.2.42.70 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(11\)

2.2.42.71 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(12\)

2.2.42.72 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(13\)

2.2.42.73 Maxima [F(-2)]

Exception generated. \[ \int \frac {(a+a \cot (c+d x))^2}{(e \cot (c+d x))^{7/2}} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((a+a*cot(d*x+c))^2/(e*cot(d*x+c))^(7/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(14\)

2.2.42.74 Maxima [F(-2)]

Exception generated. \[ \int (e \cot (c+d x))^{5/2} (a+a \cot (c+d x))^3 \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(15\)

2.2.42.75 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(16\)

2.2.42.76 Maxima [F(-2)]

Exception generated. \[ \int \sqrt {e \cot (c+d x)} (a+a \cot (c+d x))^3 \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((e*cot(d*x+c))^(1/2)*(a+a*cot(d*x+c))^3,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(17\)

2.2.42.77 Maxima [F(-2)]

Exception generated. \[ \int \frac {(a+a \cot (c+d x))^3}{\sqrt {e \cot (c+d x)}} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((a+a*cot(d*x+c))^3/(e*cot(d*x+c))^(1/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(18\)

2.2.42.78 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(19\)

2.2.42.79 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(20\)

2.2.42.80 Maxima [F(-2)]

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

[In]

integrate((a+a*cot(d*x+c))^3/(e*cot(d*x+c))^(7/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(21\)

2.2.42.81 Maxima [F(-2)]

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

[In]

integrate((a+a*cot(d*x+c))^3/(e*cot(d*x+c))^(9/2),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(22\)

2.2.42.82 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(23\)

2.2.42.83 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(24\)

2.2.42.84 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(25\)

2.2.42.85 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(26\)

2.2.42.86 Maxima [F(-2)]

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

[In]

integrate(1/(e*cot(d*x+c))^(3/2)/(a+a*cot(d*x+c)),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(27\)

2.2.42.87 Maxima [F(-2)]

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

[In]

integrate(1/(e*cot(d*x+c))^(5/2)/(a+a*cot(d*x+c)),x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(28\)

2.2.42.88 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(29\)

2.2.42.89 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(30\)

2.2.42.90 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(31\)

2.2.42.91 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {e \cot (c+d x)} (a+a \cot (c+d x))^2} \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(32\)

2.2.42.92 Maxima [F(-2)]

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

[In]

integrate(1/(e*cot(d*x+c))^(3/2)/(a+a*cot(d*x+c))^2,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(33\)

2.2.42.93 Maxima [F(-2)]

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

[In]

integrate(1/(e*cot(d*x+c))^(5/2)/(a+a*cot(d*x+c))^2,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(34\)

2.2.42.94 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(35\)

2.2.42.95 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(36\)

2.2.42.96 Maxima [F(-2)]

Exception generated. \[ \int \frac {\sqrt {e \cot (c+d x)}}{(a+a \cot (c+d x))^3} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((e*cot(d*x+c))^(1/2)/(a+a*cot(d*x+c))^3,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(37\)

2.2.42.97 Maxima [F(-2)]

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

[In]

integrate(1/(e*cot(d*x+c))^(1/2)/(a+a*cot(d*x+c))^3,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(38\)

2.2.42.98 Maxima [F(-2)]

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

[In]

integrate(1/(e*cot(d*x+c))^(3/2)/(a+a*cot(d*x+c))^3,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(39\)

2.2.42.99 Maxima [F(-2)]

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

[In]

integrate(1/(e*cot(d*x+c))^(5/2)/(a+a*cot(d*x+c))^3,x, algorithm="maxima")

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(40\)

2.2.42.100 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 4_Trig_functions/4.4_Cotangent/4.4.2.1-a+b_cot-^m-c+d_cot-^n.txt

Test file number \(112\)

Integral number in file \(51\)