3.444 \(\int \frac {a x^2+b x^3}{c x^2+d x^3} \, dx\)

Optimal. Leaf size=26 \[ \frac {b x}{d}-\frac {(b c-a d) \log (c+d x)}{d^2} \]

[Out]

b*x/d-(-a*d+b*c)*ln(d*x+c)/d^2

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 26, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {1593, 1584, 43} \[ \frac {b x}{d}-\frac {(b c-a d) \log (c+d x)}{d^2} \]

Antiderivative was successfully verified.

[In]

Int[(a*x^2 + b*x^3)/(c*x^2 + d*x^3),x]

[Out]

(b*x)/d - ((b*c - a*d)*Log[c + d*x])/d^2

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 1584

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(m + n*p)*(a + b*x^(q -
 p))^n, x] /; FreeQ[{a, b, m, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rule 1593

Int[(u_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(n*p)*(a + b*x^(q - p))^n, x] /; F
reeQ[{a, b, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rubi steps

\begin {align*} \int \frac {a x^2+b x^3}{c x^2+d x^3} \, dx &=\int \frac {x^2 (a+b x)}{c x^2+d x^3} \, dx\\ &=\int \frac {a+b x}{c+d x} \, dx\\ &=\int \left (\frac {b}{d}+\frac {-b c+a d}{d (c+d x)}\right ) \, dx\\ &=\frac {b x}{d}-\frac {(b c-a d) \log (c+d x)}{d^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 25, normalized size = 0.96 \[ \frac {(a d-b c) \log (c+d x)}{d^2}+\frac {b x}{d} \]

Antiderivative was successfully verified.

[In]

Integrate[(a*x^2 + b*x^3)/(c*x^2 + d*x^3),x]

[Out]

(b*x)/d + ((-(b*c) + a*d)*Log[c + d*x])/d^2

________________________________________________________________________________________

fricas [A]  time = 0.61, size = 25, normalized size = 0.96 \[ \frac {b d x - {\left (b c - a d\right )} \log \left (d x + c\right )}{d^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(b*d*x - (b*c - a*d)*log(d*x + c))/d^2

________________________________________________________________________________________

giac [A]  time = 0.28, size = 27, normalized size = 1.04 \[ \frac {b x}{d} - \frac {{\left (b c - a d\right )} \log \left ({\left | d x + c \right |}\right )}{d^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

b*x/d - (b*c - a*d)*log(abs(d*x + c))/d^2

________________________________________________________________________________________

maple [A]  time = 0.00, size = 32, normalized size = 1.23 \[ \frac {a \ln \left (d x +c \right )}{d}-\frac {b c \ln \left (d x +c \right )}{d^{2}}+\frac {b x}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^3+a*x^2)/(d*x^3+c*x^2),x)

[Out]

b*x/d+1/d*ln(d*x+c)*a-1/d^2*ln(d*x+c)*b*c

________________________________________________________________________________________

maxima [A]  time = 0.72, size = 26, normalized size = 1.00 \[ \frac {b x}{d} - \frac {{\left (b c - a d\right )} \log \left (d x + c\right )}{d^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

b*x/d - (b*c - a*d)*log(d*x + c)/d^2

________________________________________________________________________________________

mupad [B]  time = 2.23, size = 25, normalized size = 0.96 \[ \frac {\ln \left (c+d\,x\right )\,\left (a\,d-b\,c\right )}{d^2}+\frac {b\,x}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a*x^2 + b*x^3)/(c*x^2 + d*x^3),x)

[Out]

(log(c + d*x)*(a*d - b*c))/d^2 + (b*x)/d

________________________________________________________________________________________

sympy [A]  time = 0.15, size = 20, normalized size = 0.77 \[ \frac {b x}{d} + \frac {\left (a d - b c\right ) \log {\left (c + d x \right )}}{d^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

b*x/d + (a*d - b*c)*log(c + d*x)/d**2

________________________________________________________________________________________