3.763 \(\int f\left (\frac{a+b x}{x}\right ) \, dx\)

Optimal. Leaf size=11 \[ \text{Int}\left (f\left (\frac{a}{x}+b\right ),x\right ) \]

[Out]

CannotIntegrate[f[b + a/x], x]

_______________________________________________________________________________________

Rubi [A]  time = 0.0228253, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0. \[ \text{Int}\left (f\left (\frac{a+b x}{x}\right ),x\right ) \]

Verification is Not applicable to the result.

[In]  Int[f[(a + b*x)/x],x]

[Out]

Defer[Int][f[b + a/x], x]

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 0., size = 0, normalized size = 0. \[ \int F{\left (\frac{a + b x}{x} \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(F((b*x+a)/x),x)

[Out]

Integral(F((a + b*x)/x), x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.00455912, size = 0, normalized size = 0. \[ \int f\left (\frac{a+b x}{x}\right ) \, dx \]

Verification is Not applicable to the result.

[In]  Integrate[f[(a + b*x)/x],x]

[Out]

Integrate[f[(a + b*x)/x], x]

_______________________________________________________________________________________

Maple [A]  time = 0.005, size = 0, normalized size = 0. \[ \int f \left ({\frac{bx+a}{x}} \right ) \, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(f((b*x+a)/x),x)

[Out]

int(f((b*x+a)/x),x)

_______________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \[ \int F\left (\frac{b x + a}{x}\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(F((b*x + a)/x),x, algorithm="maxima")

[Out]

integrate(F((b*x + a)/x), x)

_______________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(F((b*x + a)/x),x, algorithm="fricas")

[Out]

Exception raised: TypeError

_______________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \[ \int F{\left (\frac{a + b x}{x} \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(F((b*x+a)/x),x)

[Out]

Integral(F((a + b*x)/x), x)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0., size = 0, normalized size = 0. \[ \int F\left (\frac{b x + a}{x}\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(F((b*x + a)/x),x, algorithm="giac")

[Out]

integrate(F((b*x + a)/x), x)