2.4.5 Integrals 401 to 500

2.4.5.1 Sympy [F(-2)]

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

[In]

integrate(tan(d*x+c)**3*(B*tan(d*x+c)+C*tan(d*x+c)**2)/(a+b*tan(d*x+c))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(38\)

2.4.5.2 Sympy [F(-2)]

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

[In]

integrate(tan(d*x+c)**2*(B*tan(d*x+c)+C*tan(d*x+c)**2)/(a+b*tan(d*x+c))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(39\)

2.4.5.3 Sympy [F(-2)]

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

[In]

integrate(tan(d*x+c)*(B*tan(d*x+c)+C*tan(d*x+c)**2)/(a+b*tan(d*x+c))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(40\)

2.4.5.4 Sympy [F(-2)]

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

[In]

integrate((B*tan(d*x+c)+C*tan(d*x+c)**2)/(a+b*tan(d*x+c))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(41\)

2.4.5.5 Sympy [F(-2)]

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

[In]

integrate(cot(d*x+c)*(B*tan(d*x+c)+C*tan(d*x+c)**2)/(a+b*tan(d*x+c))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(42\)

2.4.5.6 Sympy [F(-2)]

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

[In]

integrate(cot(d*x+c)**2*(B*tan(d*x+c)+C*tan(d*x+c)**2)/(a+b*tan(d*x+c))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(43\)

2.4.5.7 Sympy [F(-2)]

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

[In]

integrate(cot(d*x+c)**3*(B*tan(d*x+c)+C*tan(d*x+c)**2)/(a+b*tan(d*x+c))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(44\)

2.4.5.8 Sympy [F(-2)]

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

[In]

integrate((c+d*tan(f*x+e))*(A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(a+b*tan(f*x+e))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(56\)

2.4.5.9 Sympy [F(-2)]

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

[In]

integrate((c+d*tan(f*x+e))**2*(A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(a+b*tan(f*x+e))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(63\)

2.4.5.10 Sympy [F(-2)]

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

[In]

integrate((c+d*tan(f*x+e))**3*(A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(a+b*tan(f*x+e))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(69\)

2.4.5.11 Sympy [F(-2)]

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

[In]

integrate((A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(a+b*tan(f*x+e))**2/(c+d*tan(f*x+e)),x)

[Out]

Exception raised: NotImplementedError >> no valid subset found

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(75\)

2.4.5.12 Sympy [F(-2)]

Exception generated. \[ \int \frac {A+B \tan (e+f x)+C \tan ^2(e+f x)}{(a+b \tan (e+f x))^3 (c+d \tan (e+f x))} \, dx=\text {Exception raised: NotImplementedError} \]

[In]

integrate((A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(a+b*tan(f*x+e))**3/(c+d*tan(f*x+e)),x)

[Out]

Exception raised: NotImplementedError >> no valid subset found

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(76\)

2.4.5.13 Sympy [F(-2)]

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

[In]

integrate((A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(a+b*tan(f*x+e))/(c+d*tan(f*x+e))**2,x)

[Out]

Exception raised: NotImplementedError >> no valid subset found

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(81\)

2.4.5.14 Sympy [F(-2)]

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

[In]

integrate((A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(a+b*tan(f*x+e))**2/(c+d*tan(f*x+e))**2,x)

[Out]

Exception raised: NotImplementedError >> no valid subset found

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(82\)

2.4.5.15 Sympy [F(-2)]

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

[In]

integrate((a+b*tan(f*x+e))**3*(A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(c+d*tan(f*x+e))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(84\)

2.4.5.16 Sympy [F(-2)]

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

[In]

integrate((a+b*tan(f*x+e))**2*(A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(c+d*tan(f*x+e))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(85\)

2.4.5.17 Sympy [F(-2)]

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

[In]

integrate((a+b*tan(f*x+e))*(A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(c+d*tan(f*x+e))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(86\)

2.4.5.18 Sympy [F(-2)]

Exception generated. \[ \int \frac {A+B \tan (e+f x)+C \tan ^2(e+f x)}{(c+d \tan (e+f x))^3} \, dx=\text {Exception raised: AttributeError} \]

[In]

integrate((A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(c+d*tan(f*x+e))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(87\)

2.4.5.19 Sympy [F(-2)]

Exception generated. \[ \int \frac {A+B \tan (e+f x)+C \tan ^2(e+f x)}{(a+b \tan (e+f x)) (c+d \tan (e+f x))^3} \, dx=\text {Exception raised: NotImplementedError} \]

[In]

integrate((A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(a+b*tan(f*x+e))/(c+d*tan(f*x+e))**3,x)

[Out]

Exception raised: NotImplementedError >> no valid subset found

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(88\)

2.4.5.20 Sympy [F(-2)]

Exception generated. \[ \int (a+b \tan (e+f x))^m (c+d \tan (e+f x))^n \left (A+B \tan (e+f x)+C \tan ^2(e+f x)\right ) \, dx=\text {Exception raised: HeuristicGCDFailed} \]

[In]

integrate((a+b*tan(f*x+e))**m*(c+d*tan(f*x+e))**n*(A+B*tan(f*x+e)+C*tan(f*x+e)**2),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(164\)

2.4.5.21 Sympy [F(-2)]

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

[In]

integrate((a+b*tan(f*x+e))**m*(A+B*tan(f*x+e)+C*tan(f*x+e)**2)/(c+d*tan(f*x+e))**2,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.3_Tangent/4.3.4.2-a+b_tan-^m-c+d_tan-^n-A+B_tan+C_tan^2-.txt

Test file number \(105\)

Integral number in file \(170\)

2.4.5.22 Sympy [F(-2)]

Exception generated. \[ \int \frac {A+B \cot (c+d x)}{(a+b \cot (c+d x))^3} \, dx=\text {Exception raised: AttributeError} \]

[In]

integrate((A+B*cot(d*x+c))/(a+b*cot(d*x+c))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

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 \(94\)

2.4.5.23 Sympy [F(-2)]

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

[In]

integrate(sec(b*x+c)**2*sin(b*x+a),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.1-c_trig-^m-d_trig-^n.txt

Test file number \(135\)

Integral number in file \(214\)

2.4.5.24 Sympy [F(-2)]

Exception generated. \[ \int \sec ^3(c+b x) \sin (a+b x) \, dx=\text {Exception raised: HeuristicGCDFailed} \]

[In]

integrate(sec(b*x+c)**3*sin(b*x+a),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.1-c_trig-^m-d_trig-^n.txt

Test file number \(135\)

Integral number in file \(215\)

2.4.5.25 Sympy [F(-2)]

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

[In]

integrate(cos(b*x+a)*sec(b*x+c)**2,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.1-c_trig-^m-d_trig-^n.txt

Test file number \(135\)

Integral number in file \(242\)

2.4.5.26 Sympy [F(-2)]

Exception generated. \[ \int \cos (a+b x) \sec ^3(c+b x) \, dx=\text {Exception raised: HeuristicGCDFailed} \]

[In]

integrate(cos(b*x+a)*sec(b*x+c)**3,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.1-c_trig-^m-d_trig-^n.txt

Test file number \(135\)

Integral number in file \(243\)

2.4.5.27 Sympy [F(-2)]

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

[In]

integrate(sin(x)**2/(a*cos(x)+b*sin(x))**2,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.2_trig^m-a_trig+b_trig-^n.txt

Test file number \(136\)

Integral number in file \(16\)

2.4.5.28 Sympy [F(-2)]

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

[In]

integrate(sin(x)/(a*cos(x)+b*sin(x))**2,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.2_trig^m-a_trig+b_trig-^n.txt

Test file number \(136\)

Integral number in file \(17\)

2.4.5.29 Sympy [F(-2)]

Exception generated. \[ \int \frac {\sin ^3(x)}{(a \cos (x)+b \sin (x))^3} \, dx=\text {Exception raised: AttributeError} \]

[In]

integrate(sin(x)**3/(a*cos(x)+b*sin(x))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.2_trig^m-a_trig+b_trig-^n.txt

Test file number \(136\)

Integral number in file \(22\)

2.4.5.30 Sympy [F(-2)]

Exception generated. \[ \int \frac {1}{(a \cos (x)+b \sin (x))^3} \, dx=\text {Exception raised: AttributeError} \]

[In]

integrate(1/(a*cos(x)+b*sin(x))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.2_trig^m-a_trig+b_trig-^n.txt

Test file number \(136\)

Integral number in file \(25\)

2.4.5.31 Sympy [F(-2)]

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

[In]

integrate(cos(d*x+c)/(a*cos(d*x+c)+b*sin(d*x+c))**2,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.2_trig^m-a_trig+b_trig-^n.txt

Test file number \(136\)

Integral number in file \(125\)

2.4.5.32 Sympy [F(-2)]

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

[In]

integrate(cos(d*x+c)**3/(a*cos(d*x+c)+b*sin(d*x+c))**3,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.2_trig^m-a_trig+b_trig-^n.txt

Test file number \(136\)

Integral number in file \(132\)

2.4.5.33 Sympy [F(-2)]

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

[In]

integrate(cos(x)*sin(x)/(a*cos(x)+b*sin(x))**2,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.2_trig^m-a_trig+b_trig-^n.txt

Test file number \(136\)

Integral number in file \(284\)

2.4.5.34 Sympy [F(-2)]

Exception generated. \[ \int (c+d x)^m \cos (a+b x) \sin ^3(a+b x) \, dx=\text {Exception raised: HeuristicGCDFailed} \]

[In]

integrate((d*x+c)**m*cos(b*x+a)*sin(b*x+a)**3,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(22\)

2.4.5.35 Sympy [F(-2)]

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

[In]

integrate((d*x+c)**m*cos(b*x+a)*csc(b*x+a)**3,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(45\)

2.4.5.36 Sympy [F(-2)]

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

[In]

integrate((d*x+c)**m*cos(b*x+a)**2*sin(b*x+a)**2,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(79\)

2.4.5.37 Sympy [F(-2)]

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

[In]

integrate((d*x+c)**m*cos(b*x+a)**2*sin(b*x+a)**3,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(88\)

2.4.5.38 Sympy [F(-2)]

Exception generated. \[ \int (c+d x)^m \cos ^3(a+b x) \sin (a+b x) \, dx=\text {Exception raised: HeuristicGCDFailed} \]

[In]

integrate((d*x+c)**m*cos(b*x+a)**3*sin(b*x+a),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(136\)

2.4.5.39 Sympy [F(-2)]

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

[In]

integrate((d*x+c)**m*cos(b*x+a)**3*sin(b*x+a)**2,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(145\)

2.4.5.40 Sympy [F(-2)]

Exception generated. \[ \int (c+d x)^m \cos ^3(a+b x) \sin ^3(a+b x) \, dx=\text {Exception raised: HeuristicGCDFailed} \]

[In]

integrate((d*x+c)**m*cos(b*x+a)**3*sin(b*x+a)**3,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(154\)

2.4.5.41 Sympy [F(-2)]

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

[In]

integrate((d*x+c)**m*sec(b*x+a)*sin(b*x+a)**3,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(221\)

2.4.5.42 Sympy [F(-2)]

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

[In]

integrate(sec(b*x+a)*sin(b*x+a)**3/(d*x+c),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(225\)

2.4.5.43 Sympy [F(-2)]

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

[In]

integrate(sec(b*x+a)*sin(b*x+a)**3/(d*x+c)**2,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(226\)

2.4.5.44 Sympy [F(-2)]

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

[In]

integrate(sec(b*x+a)*sin(3*b*x+3*a)/(d*x+c),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(386\)

2.4.5.45 Sympy [F(-2)]

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

[In]

integrate(sec(b*x+a)*sin(3*b*x+3*a)/(d*x+c)**2,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(387\)

2.4.5.46 Sympy [F(-2)]

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

[In]

integrate((d*x+c)**3*sec(b*x+a)**2*sin(3*b*x+3*a),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(389\)

2.4.5.47 Sympy [F(-2)]

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

[In]

integrate((d*x+c)**2*sec(b*x+a)**2*sin(3*b*x+3*a),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(390\)

2.4.5.48 Sympy [F(-2)]

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

[In]

integrate((d*x+c)*sec(b*x+a)**2*sin(3*b*x+3*a),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(391\)

2.4.5.49 Sympy [F(-2)]

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

[In]

integrate(sec(b*x+a)**2*sin(3*b*x+3*a)/(d*x+c),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(392\)

2.4.5.50 Sympy [F(-2)]

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

[In]

integrate(sec(b*x+a)**2*sin(3*b*x+3*a)/(d*x+c)**2,x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.3-c+d_x-^m_trig^n_trig^p.txt

Test file number \(137\)

Integral number in file \(393\)

2.4.5.51 Sympy [F(-2)]

Exception generated. \[ \int \frac {A+C \sin (x)}{(b \cos (x)+c \sin (x))^2} \, dx=\text {Exception raised: AttributeError} \]

[In]

integrate((A+C*sin(x))/(b*cos(x)+c*sin(x))**2,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.7_Trig_functions.txt

Test file number \(141\)

Integral number in file \(350\)

2.4.5.52 Sympy [F(-2)]

Exception generated. \[ \int \frac {A+B \cos (x)}{(b \cos (x)+c \sin (x))^2} \, dx=\text {Exception raised: AttributeError} \]

[In]

integrate((A+B*cos(x))/(b*cos(x)+c*sin(x))**2,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.7_Trig_functions.txt

Test file number \(141\)

Integral number in file \(353\)

2.4.5.53 Sympy [F(-2)]

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

[In]

integrate((a+b*tan(e*x+d))/(b**2+2*a*b*tan(e*x+d)+a**2*tan(e*x+d)**2)**2,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.7_Trig_functions.txt

Test file number \(141\)

Integral number in file \(513\)

2.4.5.54 Sympy [F(-2)]

Exception generated. \[ \int \frac {B \cos (x)+C \sin (x)}{(b \cos (x)+c \sin (x))^2} \, dx=\text {Exception raised: AttributeError} \]

[In]

integrate((B*cos(x)+C*sin(x))/(b*cos(x)+c*sin(x))**2,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.7_Trig_functions.txt

Test file number \(141\)

Integral number in file \(530\)

2.4.5.55 Sympy [F(-2)]

Exception generated. \[ \int \frac {A+B \cos (x)+C \sin (x)}{(b \cos (x)+c \sin (x))^2} \, dx=\text {Exception raised: AttributeError} \]

[In]

integrate((A+B*cos(x)+C*sin(x))/(b*cos(x)+c*sin(x))**2,x)

[Out]

Exception raised: AttributeError >> 'NoneType' object has no attribute 'primitive'

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.7_Trig_functions.txt

Test file number \(141\)

Integral number in file \(533\)

2.4.5.56 Sympy [F(-2)]

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

[In]

integrate((c*tan(b*x+a)*tan(2*b*x+2*a))**(1/2),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.7_Trig_functions.txt

Test file number \(141\)

Integral number in file \(607\)

2.4.5.57 Sympy [F(-2)]

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

[In]

integrate(1/(c*tan(b*x+a)*tan(2*b*x+2*a))**(1/2),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

input file name 4_Trig_functions/4.7_Miscellaneous/4.7.7_Trig_functions.txt

Test file number \(141\)

Integral number in file \(623\)

2.4.5.58 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(c*x))/(d*x)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.2-d_x-^m-a+b_arcsin-c_x-^n.txt

Test file number \(142\)

Integral number in file \(206\)

2.4.5.59 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(c*x))/(d*x)**(3/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.2-d_x-^m-a+b_arcsin-c_x-^n.txt

Test file number \(142\)

Integral number in file \(207\)

2.4.5.60 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(c*x))/(d*x)**(5/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.2-d_x-^m-a+b_arcsin-c_x-^n.txt

Test file number \(142\)

Integral number in file \(208\)

2.4.5.61 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(c*x))**2/(d*x)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.2-d_x-^m-a+b_arcsin-c_x-^n.txt

Test file number \(142\)

Integral number in file \(212\)

2.4.5.62 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(c*x))**2/(d*x)**(3/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.2-d_x-^m-a+b_arcsin-c_x-^n.txt

Test file number \(142\)

Integral number in file \(213\)

2.4.5.63 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(c*x))**2/(d*x)**(5/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.2-d_x-^m-a+b_arcsin-c_x-^n.txt

Test file number \(142\)

Integral number in file \(214\)

2.4.5.64 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(c*x))**3/(d*x)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.2-d_x-^m-a+b_arcsin-c_x-^n.txt

Test file number \(142\)

Integral number in file \(217\)

2.4.5.65 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(c*x))**3/(d*x)**(3/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.2-d_x-^m-a+b_arcsin-c_x-^n.txt

Test file number \(142\)

Integral number in file \(218\)

2.4.5.66 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(c*x))**3/(d*x)**(5/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.2-d_x-^m-a+b_arcsin-c_x-^n.txt

Test file number \(142\)

Integral number in file \(219\)

2.4.5.67 Sympy [F(-2)]

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

[In]

integrate(x*(a+b*asin(c*x))/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.4-f_x-^m-d+e_x^2-^p-a+b_arcsin-c_x-^n.txt

Test file number \(143\)

Integral number in file \(113\)

2.4.5.68 Sympy [F(-2)]

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

[In]

integrate(x*(a+b*asin(c*x))**2/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.4-f_x-^m-d+e_x^2-^p-a+b_arcsin-c_x-^n.txt

Test file number \(143\)

Integral number in file \(238\)

2.4.5.69 Sympy [F(-2)]

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

[In]

integrate((g*x+f)**3*(a+b*asin(c*x))/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.5_Inverse_sine_functions.txt

Test file number \(144\)

Integral number in file \(44\)

2.4.5.70 Sympy [F(-2)]

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

[In]

integrate((g*x+f)**2*(a+b*asin(c*x))/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.5_Inverse_sine_functions.txt

Test file number \(144\)

Integral number in file \(45\)

2.4.5.71 Sympy [F(-2)]

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

[In]

integrate((g*x+f)*(a+b*asin(c*x))/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.5_Inverse_sine_functions.txt

Test file number \(144\)

Integral number in file \(46\)

2.4.5.72 Sympy [F(-2)]

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

[In]

integrate((g*x+f)**3*(a+b*asin(c*x))**2/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.5_Inverse_sine_functions.txt

Test file number \(144\)

Integral number in file \(70\)

2.4.5.73 Sympy [F(-2)]

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

[In]

integrate((g*x+f)**2*(a+b*asin(c*x))**2/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.5_Inverse_sine_functions.txt

Test file number \(144\)

Integral number in file \(71\)

2.4.5.74 Sympy [F(-2)]

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

[In]

integrate((g*x+f)*(a+b*asin(c*x))**2/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.5_Inverse_sine_functions.txt

Test file number \(144\)

Integral number in file \(72\)

2.4.5.75 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(d*x+c))/(d*e*x+c*e)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.5_Inverse_sine_functions.txt

Test file number \(144\)

Integral number in file \(285\)

2.4.5.76 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(d*x+c))**2/(d*e*x+c*e)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.5_Inverse_sine_functions.txt

Test file number \(144\)

Integral number in file \(295\)

2.4.5.77 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(d*x+c))**3/(d*e*x+c*e)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.5_Inverse_sine_functions.txt

Test file number \(144\)

Integral number in file \(301\)

2.4.5.78 Sympy [F(-2)]

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

[In]

integrate((a+b*asin(d*x+c))**4/(d*e*x+c*e)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.1_Inverse_sine/5.1.5_Inverse_sine_functions.txt

Test file number \(144\)

Integral number in file \(305\)

2.4.5.79 Sympy [F(-2)]

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

[In]

integrate((a+b*acos(c*x))/(d*x)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.2-d_x-^m-a+b_arccos-c_x-^n.txt

Test file number \(145\)

Integral number in file \(206\)

2.4.5.80 Sympy [F(-2)]

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

[In]

integrate((a+b*acos(c*x))/(d*x)**(3/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.2-d_x-^m-a+b_arccos-c_x-^n.txt

Test file number \(145\)

Integral number in file \(207\)

2.4.5.81 Sympy [F(-2)]

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

[In]

integrate((a+b*acos(c*x))/(d*x)**(5/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.2-d_x-^m-a+b_arccos-c_x-^n.txt

Test file number \(145\)

Integral number in file \(208\)

2.4.5.82 Sympy [F(-2)]

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

[In]

integrate((a+b*acos(c*x))**2/(d*x)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.2-d_x-^m-a+b_arccos-c_x-^n.txt

Test file number \(145\)

Integral number in file \(212\)

2.4.5.83 Sympy [F(-2)]

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

[In]

integrate((a+b*acos(c*x))**2/(d*x)**(3/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.2-d_x-^m-a+b_arccos-c_x-^n.txt

Test file number \(145\)

Integral number in file \(213\)

2.4.5.84 Sympy [F(-2)]

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

[In]

integrate((a+b*acos(c*x))**2/(d*x)**(5/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.2-d_x-^m-a+b_arccos-c_x-^n.txt

Test file number \(145\)

Integral number in file \(214\)

2.4.5.85 Sympy [F(-2)]

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

[In]

integrate((a+b*acos(c*x))**3/(d*x)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.2-d_x-^m-a+b_arccos-c_x-^n.txt

Test file number \(145\)

Integral number in file \(217\)

2.4.5.86 Sympy [F(-2)]

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

[In]

integrate((a+b*acos(c*x))**3/(d*x)**(3/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.2-d_x-^m-a+b_arccos-c_x-^n.txt

Test file number \(145\)

Integral number in file \(218\)

2.4.5.87 Sympy [F(-2)]

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

[In]

integrate((a+b*acos(c*x))**3/(d*x)**(5/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.2-d_x-^m-a+b_arccos-c_x-^n.txt

Test file number \(145\)

Integral number in file \(219\)

2.4.5.88 Sympy [F(-2)]

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

[In]

integrate((g*x+f)**3*(a+b*acos(c*x))/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.5_Inverse_cosine_functions.txt

Test file number \(147\)

Integral number in file \(14\)

2.4.5.89 Sympy [F(-2)]

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

[In]

integrate((g*x+f)**2*(a+b*acos(c*x))/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.5_Inverse_cosine_functions.txt

Test file number \(147\)

Integral number in file \(15\)

2.4.5.90 Sympy [F(-2)]

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

[In]

integrate((g*x+f)*(a+b*acos(c*x))/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.2_Inverse_cosine/5.2.5_Inverse_cosine_functions.txt

Test file number \(147\)

Integral number in file \(16\)

2.4.5.91 Sympy [F(-2)]

Exception generated. \[ \int \frac {a+b \arctan (c x)}{x (d+i c d x)^3} \, dx=\text {Exception raised: RecursionError} \]

[In]

integrate((a+b*atan(c*x))/x/(d+I*c*d*x)**3,x)

[Out]

Exception raised: RecursionError >> maximum recursion depth exceeded in comparison

input file name 5_Inverse_trig_functions/5.3_Inverse_tangent/5.3.4_u-a+b_arctan-c_x-^p.txt

Test file number \(150\)

Integral number in file \(63\)

2.4.5.92 Sympy [F(-2)]

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

[In]

integrate((a+b*atan(c*x))**2/x/(d+I*c*d*x)**3,x)

[Out]

Exception raised: RecursionError >> maximum recursion depth exceeded in comparison

input file name 5_Inverse_trig_functions/5.3_Inverse_tangent/5.3.4_u-a+b_arctan-c_x-^p.txt

Test file number \(150\)

Integral number in file \(116\)

2.4.5.93 Sympy [F(-2)]

Exception generated. \[ \int (d+i c d x) (a+b \arctan (c x))^3 \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((d+I*c*d*x)*(a+b*atan(c*x))**3,x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.3_Inverse_tangent/5.3.4_u-a+b_arctan-c_x-^p.txt

Test file number \(150\)

Integral number in file \(122\)

2.4.5.94 Sympy [F(-2)]

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

[In]

integrate(atan(a*x)/(a**2*c*x**2+c)**2,x)

[Out]

Exception raised: RecursionError >> maximum recursion depth exceeded while calling a Python object

input file name 5_Inverse_trig_functions/5.3_Inverse_tangent/5.3.4_u-a+b_arctan-c_x-^p.txt

Test file number \(150\)

Integral number in file \(187\)

2.4.5.95 Sympy [F(-2)]

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

[In]

integrate(atan(a*x)/x/(a**2*c*x**2+c)**2,x)

[Out]

Exception raised: RecursionError >> maximum recursion depth exceeded

input file name 5_Inverse_trig_functions/5.3_Inverse_tangent/5.3.4_u-a+b_arctan-c_x-^p.txt

Test file number \(150\)

Integral number in file \(188\)

2.4.5.96 Sympy [F(-2)]

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

[In]

integrate(atan(a*x)/(a**2*c*x**2+c)**3,x)

[Out]

Exception raised: RecursionError >> maximum recursion depth exceeded in comparison

input file name 5_Inverse_trig_functions/5.3_Inverse_tangent/5.3.4_u-a+b_arctan-c_x-^p.txt

Test file number \(150\)

Integral number in file \(195\)

2.4.5.97 Sympy [F(-2)]

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

[In]

integrate(atan(a*x)/x/(a**2*c*x**2+c)**3,x)

[Out]

Exception raised: RecursionError >> maximum recursion depth exceeded

input file name 5_Inverse_trig_functions/5.3_Inverse_tangent/5.3.4_u-a+b_arctan-c_x-^p.txt

Test file number \(150\)

Integral number in file \(196\)

2.4.5.98 Sympy [F(-2)]

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

[In]

integrate(x*atan(a*x)/(a**2*c*x**2+c)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.3_Inverse_tangent/5.3.4_u-a+b_arctan-c_x-^p.txt

Test file number \(150\)

Integral number in file \(226\)

2.4.5.99 Sympy [F(-2)]

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

[In]

integrate(x*atan(a*x)/(a**2*c*x**2+c)**(3/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.3_Inverse_tangent/5.3.4_u-a+b_arctan-c_x-^p.txt

Test file number \(150\)

Integral number in file \(234\)

2.4.5.100 Sympy [F(-2)]

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

[In]

integrate(atan(a*x)/x/(a**2*c*x**2+c)**(3/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

input file name 5_Inverse_trig_functions/5.3_Inverse_tangent/5.3.4_u-a+b_arctan-c_x-^p.txt

Test file number \(150\)

Integral number in file \(236\)