3.41.11 763x25+xdx

Optimal. Leaf size=10 3x+log(25x)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 10, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 11, number of rulesintegrand size = 0.091, Rules used = {43} log(25x)3x

Antiderivative was successfully verified.

[In]

Int[(76 - 3*x)/(-25 + x),x]

[Out]

-3*x + Log[25 - 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])

Rubi steps

integral=(3+125+x)dx=3x+log(25x)

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 10, normalized size = 1.00 3(25+x)+log(25+x)

Antiderivative was successfully verified.

[In]

Integrate[(76 - 3*x)/(-25 + x),x]

[Out]

-3*(-25 + x) + Log[-25 + x]

________________________________________________________________________________________

fricas [A]  time = 0.66, size = 8, normalized size = 0.80 3x+log(x25)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3*x+76)/(x-25),x, algorithm="fricas")

[Out]

-3*x + log(x - 25)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 9, normalized size = 0.90 3x+log(|x25|)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3*x+76)/(x-25),x, algorithm="giac")

[Out]

-3*x + log(abs(x - 25))

________________________________________________________________________________________

maple [A]  time = 0.21, size = 9, normalized size = 0.90




method result size



default 3x+ln(x25) 9
norman 3x+ln(x25) 9
risch 3x+ln(x25) 9
meijerg ln(1x25)3x 11



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-3*x+76)/(x-25),x,method=_RETURNVERBOSE)

[Out]

-3*x+ln(x-25)

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 8, normalized size = 0.80 3x+log(x25)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3*x+76)/(x-25),x, algorithm="maxima")

[Out]

-3*x + log(x - 25)

________________________________________________________________________________________

mupad [B]  time = 3.78, size = 8, normalized size = 0.80 ln(x25)3x

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(3*x - 76)/(x - 25),x)

[Out]

log(x - 25) - 3*x

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 7, normalized size = 0.70 3x+log(x25)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3*x+76)/(x-25),x)

[Out]

-3*x + log(x - 25)

________________________________________________________________________________________