3.14.4 10x+15x2+10x4+28x5+7x6+2x8+14x9+(10x+20x4+6x5+12x8)log(1+2x3x2)1+2x3dx

Optimal. Leaf size=19 x2(5+x4)(x+log(1x2+2x))

________________________________________________________________________________________

Rubi [B]  time = 0.66, antiderivative size = 129, normalized size of antiderivative = 6.79, number of steps used = 54, number of rules used = 19, integrand size = 76, number of rulesintegrand size = 0.250, Rules used = {6725, 292, 31, 634, 617, 204, 628, 260, 321, 266, 43, 302, 200, 2528, 2525, 12, 459, 446, 77} x7+5x3+5x2log(2x3+1x2)+x6log(2x3+1x2)53tan1(1223x3)22/3+523tan1(1223x3)3+5tan1(1223x3)22/33

Antiderivative was successfully verified.

[In]

Int[(-10*x + 15*x^2 + 10*x^4 + 28*x^5 + 7*x^6 + 2*x^8 + 14*x^9 + (10*x + 20*x^4 + 6*x^5 + 12*x^8)*Log[(1 + 2*x
^3)/x^2])/(1 + 2*x^3),x]

[Out]

5*x^3 + x^7 + (5*ArcTan[(1 - 2*2^(1/3)*x)/Sqrt[3]])/(2^(2/3)*Sqrt[3]) + (5*2^(1/3)*ArcTan[(1 - 2*2^(1/3)*x)/Sq
rt[3]])/Sqrt[3] - (5*Sqrt[3]*ArcTan[(1 - 2*2^(1/3)*x)/Sqrt[3]])/2^(2/3) + 5*x^2*Log[(1 + 2*x^3)/x^2] + x^6*Log
[(1 + 2*x^3)/x^2]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 77

Int[((a_.) + (b_.)*(x_))*((c_) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegran
d[(a + b*x)*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && NeQ[b*c - a*d, 0] && ((ILtQ[
n, 0] && ILtQ[p, 0]) || EqQ[p, 1] || (IGtQ[p, 0] && ( !IntegerQ[n] || LeQ[9*p + 5*(n + 2), 0] || GeQ[n + p + 1
, 0] || (GeQ[n + p + 2, 0] && RationalQ[a, b, c, d, e, f]))))

Rule 200

Int[((a_) + (b_.)*(x_)^3)^(-1), x_Symbol] :> Dist[1/(3*Rt[a, 3]^2), Int[1/(Rt[a, 3] + Rt[b, 3]*x), x], x] + Di
st[1/(3*Rt[a, 3]^2), Int[(2*Rt[a, 3] - Rt[b, 3]*x)/(Rt[a, 3]^2 - Rt[a, 3]*Rt[b, 3]*x + Rt[b, 3]^2*x^2), x], x]
 /; FreeQ[{a, b}, x]

Rule 204

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTan[(Rt[-b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[-b, 2]), x] /
; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 260

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 292

Int[(x_)/((a_) + (b_.)*(x_)^3), x_Symbol] :> -Dist[(3*Rt[a, 3]*Rt[b, 3])^(-1), Int[1/(Rt[a, 3] + Rt[b, 3]*x),
x], x] + Dist[1/(3*Rt[a, 3]*Rt[b, 3]), Int[(Rt[a, 3] + Rt[b, 3]*x)/(Rt[a, 3]^2 - Rt[a, 3]*Rt[b, 3]*x + Rt[b, 3
]^2*x^2), x], x] /; FreeQ[{a, b}, x]

Rule 302

Int[(x_)^(m_)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Int[PolynomialDivide[x^m, a + b*x^n, x], x] /; FreeQ[{a,
b}, x] && IGtQ[m, 0] && IGtQ[n, 0] && GtQ[m, 2*n - 1]

Rule 321

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c^(n - 1)*(c*x)^(m - n + 1)*(a + b*x^n
)^(p + 1))/(b*(m + n*p + 1)), x] - Dist[(a*c^n*(m - n + 1))/(b*(m + n*p + 1)), Int[(c*x)^(m - n)*(a + b*x^n)^p
, x], x] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0] && GtQ[m, n - 1] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b,
 c, n, m, p, x]

Rule 446

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[x^(Simplify[(m + 1)/n] - 1)*(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] &&
 NeQ[b*c - a*d, 0] && IntegerQ[Simplify[(m + 1)/n]]

Rule 459

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(d*(e*x)^(m
+ 1)*(a + b*x^n)^(p + 1))/(b*e*(m + n*(p + 1) + 1)), x] - Dist[(a*d*(m + 1) - b*c*(m + n*(p + 1) + 1))/(b*(m +
 n*(p + 1) + 1)), Int[(e*x)^m*(a + b*x^n)^p, x], x] /; FreeQ[{a, b, c, d, e, m, n, p}, x] && NeQ[b*c - a*d, 0]
 && NeQ[m + n*(p + 1) + 1, 0]

Rule 617

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*Simplify[(a*c)/b^2]}, Dist[-2/b, Sub
st[Int[1/(q - x^2), x], x, 1 + (2*c*x)/b], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 634

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rule 2525

Int[((a_.) + Log[(c_.)*(RFx_)^(p_.)]*(b_.))^(n_.)*((d_.) + (e_.)*(x_))^(m_.), x_Symbol] :> Simp[((d + e*x)^(m
+ 1)*(a + b*Log[c*RFx^p])^n)/(e*(m + 1)), x] - Dist[(b*n*p)/(e*(m + 1)), Int[SimplifyIntegrand[((d + e*x)^(m +
 1)*(a + b*Log[c*RFx^p])^(n - 1)*D[RFx, x])/RFx, x], x], x] /; FreeQ[{a, b, c, d, e, m, p}, x] && RationalFunc
tionQ[RFx, x] && IGtQ[n, 0] && (EqQ[n, 1] || IntegerQ[m]) && NeQ[m, -1]

Rule 2528

Int[((a_.) + Log[(c_.)*(RFx_)^(p_.)]*(b_.))^(n_.)*(RGx_), x_Symbol] :> With[{u = ExpandIntegrand[(a + b*Log[c*
RFx^p])^n, RGx, x]}, Int[u, x] /; SumQ[u]] /; FreeQ[{a, b, c, p}, x] && RationalFunctionQ[RFx, x] && RationalF
unctionQ[RGx, x] && IGtQ[n, 0]

Rule 6725

Int[(u_)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> With[{v = RationalFunctionExpand[u/(a + b*x^n), x]}, Int[v, x]
 /; SumQ[v]] /; FreeQ[{a, b}, x] && IGtQ[n, 0]

Rubi steps

integral=(10x1+2x3+15x21+2x3+10x41+2x3+28x51+2x3+7x61+2x3+2x81+2x3+14x91+2x3+2x(5+3x4)log(1+2x3x2))dx=2x81+2x3dx+2x(5+3x4)log(1+2x3x2)dx+7x61+2x3dx10x1+2x3dx+10x41+2x3dx+14x91+2x3dx+15x21+2x3dx+28x51+2x3dx=5x22+52log(1+2x3)+23Subst(x21+2xdx,x,x3)+2(5xlog(1+2x3x2)+3x5log(1+2x3x2))dx5x1+2x3dx+7(14+x32+14(1+2x3))dx+283Subst(x1+2xdx,x,x3)+14(18x34+x6218(1+2x3))dx+13(5 22/3)11+23xdx13(5 22/3)1+23x123x+22/3x2dx=5x22+x7+5323log(1+23x)+52log(1+2x3)+23Subst((14+x2+14(1+2x))dx,x,x3)+6x5log(1+2x3x2)dx+283Subst((1212(1+2x))dx,x,x3)+10xlog(1+2x3x2)dx523+2 22/3x123x+22/3x2dx3 22/3+511+23xdx32351+23x123x+22/3x2dx32351123x+22/3x2dx23=5x22+9x32+x66+x7+5log(1+23x)3 22/3+5323log(1+23x)5log(123x+22/3x2)3 22/3+14log(1+2x3)+5x2log(1+2x3x2)+x6log(1+2x3x2)52x(1+x3)1+2x3dx523+2 22/3x123x+22/3x2dx6 22/351123x+22/3x2dx223(523)Subst(13x2dx,x,1223x)2x5(1+x3)1+2x3dx=5x22+9x32+x66+x7+523tan1(1223x3)3+5log(1+23x)3 22/3+5323log(1+23x)5log(123x+22/3x2)2 22/3+14log(1+2x3)+5x2log(1+2x3x2)+x6log(1+2x3x2)2x5(1+x3)1+2x3dx10x(1+x3)1+2x3dx5Subst(13x2dx,x,1223x)22/3=9x32+x66+x7+5tan1(1223x3)22/33+523tan1(1223x3)3+5log(1+23x)3 22/3+5323log(1+23x)5log(123x+22/3x2)2 22/3+14log(1+2x3)+5x2log(1+2x3x2)+x6log(1+2x3x2)23Subst((1+x)x1+2xdx,x,x3)+15x1+2x3dx=9x32+x66+x7+5tan1(1223x3)22/33+523tan1(1223x3)3+5log(1+23x)3 22/3+5323log(1+23x)5log(123x+22/3x2)2 22/3+14log(1+2x3)+5x2log(1+2x3x2)+x6log(1+2x3x2)23Subst((34+x2+34(1+2x))dx,x,x3)511+23xdx23+51+23x123x+22/3x2dx23=5x3+x7+5tan1(1223x3)22/33+523tan1(1223x3)35log(123x+22/3x2)2 22/3+5x2log(1+2x3x2)+x6log(1+2x3x2)+523+2 22/3x123x+22/3x2dx2 22/3+151123x+22/3x2dx223=5x3+x7+5tan1(1223x3)22/33+523tan1(1223x3)3+5x2log(1+2x3x2)+x6log(1+2x3x2)+15Subst(13x2dx,x,1223x)22/3=5x3+x7+5tan1(1223x3)22/33+523tan1(1223x3)353tan1(1223x3)22/3+5x2log(1+2x3x2)+x6log(1+2x3x2)

________________________________________________________________________________________

Mathematica [A]  time = 0.09, size = 34, normalized size = 1.79 5x3+x7+5x2log(1x2+2x)+x6log(1x2+2x)

Antiderivative was successfully verified.

[In]

Integrate[(-10*x + 15*x^2 + 10*x^4 + 28*x^5 + 7*x^6 + 2*x^8 + 14*x^9 + (10*x + 20*x^4 + 6*x^5 + 12*x^8)*Log[(1
 + 2*x^3)/x^2])/(1 + 2*x^3),x]

[Out]

5*x^3 + x^7 + 5*x^2*Log[x^(-2) + 2*x] + x^6*Log[x^(-2) + 2*x]

________________________________________________________________________________________

fricas [A]  time = 0.90, size = 31, normalized size = 1.63 x7+5x3+(x6+5x2)log(2x3+1x2)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((12*x^8+6*x^5+20*x^4+10*x)*log((2*x^3+1)/x^2)+14*x^9+2*x^8+7*x^6+28*x^5+10*x^4+15*x^2-10*x)/(2*x^3+
1),x, algorithm="fricas")

[Out]

x^7 + 5*x^3 + (x^6 + 5*x^2)*log((2*x^3 + 1)/x^2)

________________________________________________________________________________________

giac [A]  time = 0.37, size = 31, normalized size = 1.63 x7+5x3+(x6+5x2)log(2x3+1x2)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((12*x^8+6*x^5+20*x^4+10*x)*log((2*x^3+1)/x^2)+14*x^9+2*x^8+7*x^6+28*x^5+10*x^4+15*x^2-10*x)/(2*x^3+
1),x, algorithm="giac")

[Out]

x^7 + 5*x^3 + (x^6 + 5*x^2)*log((2*x^3 + 1)/x^2)

________________________________________________________________________________________

maple [A]  time = 0.21, size = 32, normalized size = 1.68




method result size



risch (x6+5x2)ln(2x3+1x2)+x7+5x3 32
default x7+5x3+5x2ln(2x3+1x2)+ln(2x3+1x2)x6 43
norman x7+5x3+5x2ln(2x3+1x2)+ln(2x3+1x2)x6 43



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((12*x^8+6*x^5+20*x^4+10*x)*ln((2*x^3+1)/x^2)+14*x^9+2*x^8+7*x^6+28*x^5+10*x^4+15*x^2-10*x)/(2*x^3+1),x,me
thod=_RETURNVERBOSE)

[Out]

(x^6+5*x^2)*ln((2*x^3+1)/x^2)+x^7+5*x^3

________________________________________________________________________________________

maxima [B]  time = 1.15, size = 136, normalized size = 7.16 x7+5x3+(x6+5x2)log(2x3+1)+14(52131)log(223x2213x+1)14(10213+1)log(12223(213x+1))2(x6+5x2)log(x)54213log(223x2213x+1)+52213log(12223(213x+1))+14log(2x3+1)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((12*x^8+6*x^5+20*x^4+10*x)*log((2*x^3+1)/x^2)+14*x^9+2*x^8+7*x^6+28*x^5+10*x^4+15*x^2-10*x)/(2*x^3+
1),x, algorithm="maxima")

[Out]

x^7 + 5*x^3 + (x^6 + 5*x^2)*log(2*x^3 + 1) + 1/4*(5*2^(1/3) - 1)*log(2^(2/3)*x^2 - 2^(1/3)*x + 1) - 1/4*(10*2^
(1/3) + 1)*log(1/2*2^(2/3)*(2^(1/3)*x + 1)) - 2*(x^6 + 5*x^2)*log(x) - 5/4*2^(1/3)*log(2^(2/3)*x^2 - 2^(1/3)*x
 + 1) + 5/2*2^(1/3)*log(1/2*2^(2/3)*(2^(1/3)*x + 1)) + 1/4*log(2*x^3 + 1)

________________________________________________________________________________________

mupad [B]  time = 1.13, size = 23, normalized size = 1.21 x2(x+ln(2x3+1x2))(x4+5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((log((2*x^3 + 1)/x^2)*(10*x + 20*x^4 + 6*x^5 + 12*x^8) - 10*x + 15*x^2 + 10*x^4 + 28*x^5 + 7*x^6 + 2*x^8 +
 14*x^9)/(2*x^3 + 1),x)

[Out]

x^2*(x + log((2*x^3 + 1)/x^2))*(x^4 + 5)

________________________________________________________________________________________

sympy [A]  time = 0.17, size = 27, normalized size = 1.42 x7+5x3+(x6+5x2)log(2x3+1x2)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((12*x**8+6*x**5+20*x**4+10*x)*ln((2*x**3+1)/x**2)+14*x**9+2*x**8+7*x**6+28*x**5+10*x**4+15*x**2-10*
x)/(2*x**3+1),x)

[Out]

x**7 + 5*x**3 + (x**6 + 5*x**2)*log((2*x**3 + 1)/x**2)

________________________________________________________________________________________