\(\int \frac {(e+f x)^2 \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx\) [224]

Optimal result
Mathematica [A] (verified)
Rubi [A] (verified)
Maple [F]
Fricas [B] (verification not implemented)
Sympy [F]
Maxima [F]
Giac [F]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 26, antiderivative size = 337 \[ \int \frac {(e+f x)^2 \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {(e+f x)^3}{3 b f}-\frac {a (e+f x)^2 \log \left (1+\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{b \sqrt {a^2+b^2} d}+\frac {a (e+f x)^2 \log \left (1+\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{b \sqrt {a^2+b^2} d}-\frac {2 a f (e+f x) \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{b \sqrt {a^2+b^2} d^2}+\frac {2 a f (e+f x) \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{b \sqrt {a^2+b^2} d^2}+\frac {2 a f^2 \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{b \sqrt {a^2+b^2} d^3}-\frac {2 a f^2 \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{b \sqrt {a^2+b^2} d^3} \] Output:

1/3*(f*x+e)^3/b/f-a*(f*x+e)^2*ln(1+b*exp(d*x+c)/(a-(a^2+b^2)^(1/2)))/b/(a^ 
2+b^2)^(1/2)/d+a*(f*x+e)^2*ln(1+b*exp(d*x+c)/(a+(a^2+b^2)^(1/2)))/b/(a^2+b 
^2)^(1/2)/d-2*a*f*(f*x+e)*polylog(2,-b*exp(d*x+c)/(a-(a^2+b^2)^(1/2)))/b/( 
a^2+b^2)^(1/2)/d^2+2*a*f*(f*x+e)*polylog(2,-b*exp(d*x+c)/(a+(a^2+b^2)^(1/2 
)))/b/(a^2+b^2)^(1/2)/d^2+2*a*f^2*polylog(3,-b*exp(d*x+c)/(a-(a^2+b^2)^(1/ 
2)))/b/(a^2+b^2)^(1/2)/d^3-2*a*f^2*polylog(3,-b*exp(d*x+c)/(a+(a^2+b^2)^(1 
/2)))/b/(a^2+b^2)^(1/2)/d^3
 

Mathematica [A] (verified)

Time = 0.73 (sec) , antiderivative size = 367, normalized size of antiderivative = 1.09 \[ \int \frac {(e+f x)^2 \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {x \left (3 e^2+3 e f x+f^2 x^2\right )}{3 b}-\frac {a \left (-2 d^2 e^2 \text {arctanh}\left (\frac {a+b e^{c+d x}}{\sqrt {a^2+b^2}}\right )+2 d^2 e f x \log \left (1+\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )+d^2 f^2 x^2 \log \left (1+\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )-2 d^2 e f x \log \left (1+\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )-d^2 f^2 x^2 \log \left (1+\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )+2 d f (e+f x) \operatorname {PolyLog}\left (2,\frac {b e^{c+d x}}{-a+\sqrt {a^2+b^2}}\right )-2 d f (e+f x) \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )-2 f^2 \operatorname {PolyLog}\left (3,\frac {b e^{c+d x}}{-a+\sqrt {a^2+b^2}}\right )+2 f^2 \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )\right )}{b \sqrt {a^2+b^2} d^3} \] Input:

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

Output:

(x*(3*e^2 + 3*e*f*x + f^2*x^2))/(3*b) - (a*(-2*d^2*e^2*ArcTanh[(a + b*E^(c 
 + d*x))/Sqrt[a^2 + b^2]] + 2*d^2*e*f*x*Log[1 + (b*E^(c + d*x))/(a - Sqrt[ 
a^2 + b^2])] + d^2*f^2*x^2*Log[1 + (b*E^(c + d*x))/(a - Sqrt[a^2 + b^2])] 
- 2*d^2*e*f*x*Log[1 + (b*E^(c + d*x))/(a + Sqrt[a^2 + b^2])] - d^2*f^2*x^2 
*Log[1 + (b*E^(c + d*x))/(a + Sqrt[a^2 + b^2])] + 2*d*f*(e + f*x)*PolyLog[ 
2, (b*E^(c + d*x))/(-a + Sqrt[a^2 + b^2])] - 2*d*f*(e + f*x)*PolyLog[2, -( 
(b*E^(c + d*x))/(a + Sqrt[a^2 + b^2]))] - 2*f^2*PolyLog[3, (b*E^(c + d*x)) 
/(-a + Sqrt[a^2 + b^2])] + 2*f^2*PolyLog[3, -((b*E^(c + d*x))/(a + Sqrt[a^ 
2 + b^2]))]))/(b*Sqrt[a^2 + b^2]*d^3)
 

Rubi [A] (verified)

Time = 1.40 (sec) , antiderivative size = 305, normalized size of antiderivative = 0.91, number of steps used = 12, number of rules used = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.423, Rules used = {6091, 17, 3042, 3803, 25, 2694, 27, 2620, 3011, 2720, 7143}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {(e+f x)^2 \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx\)

\(\Big \downarrow \) 6091

\(\displaystyle \frac {\int (e+f x)^2dx}{b}-\frac {a \int \frac {(e+f x)^2}{a+b \sinh (c+d x)}dx}{b}\)

\(\Big \downarrow \) 17

\(\displaystyle \frac {(e+f x)^3}{3 b f}-\frac {a \int \frac {(e+f x)^2}{a+b \sinh (c+d x)}dx}{b}\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {(e+f x)^3}{3 b f}-\frac {a \int \frac {(e+f x)^2}{a-i b \sin (i c+i d x)}dx}{b}\)

\(\Big \downarrow \) 3803

\(\displaystyle \frac {(e+f x)^3}{3 b f}-\frac {2 a \int -\frac {e^{c+d x} (e+f x)^2}{-2 e^{c+d x} a-b e^{2 (c+d x)}+b}dx}{b}\)

\(\Big \downarrow \) 25

\(\displaystyle \frac {2 a \int \frac {e^{c+d x} (e+f x)^2}{-2 e^{c+d x} a-b e^{2 (c+d x)}+b}dx}{b}+\frac {(e+f x)^3}{3 b f}\)

\(\Big \downarrow \) 2694

\(\displaystyle \frac {2 a \left (\frac {b \int -\frac {e^{c+d x} (e+f x)^2}{2 \left (a+b e^{c+d x}-\sqrt {a^2+b^2}\right )}dx}{\sqrt {a^2+b^2}}-\frac {b \int -\frac {e^{c+d x} (e+f x)^2}{2 \left (a+b e^{c+d x}+\sqrt {a^2+b^2}\right )}dx}{\sqrt {a^2+b^2}}\right )}{b}+\frac {(e+f x)^3}{3 b f}\)

\(\Big \downarrow \) 27

\(\displaystyle \frac {2 a \left (\frac {b \int \frac {e^{c+d x} (e+f x)^2}{a+b e^{c+d x}+\sqrt {a^2+b^2}}dx}{2 \sqrt {a^2+b^2}}-\frac {b \int \frac {e^{c+d x} (e+f x)^2}{a+b e^{c+d x}-\sqrt {a^2+b^2}}dx}{2 \sqrt {a^2+b^2}}\right )}{b}+\frac {(e+f x)^3}{3 b f}\)

\(\Big \downarrow \) 2620

\(\displaystyle \frac {2 a \left (\frac {b \left (\frac {(e+f x)^2 \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )}{b d}-\frac {2 f \int (e+f x) \log \left (\frac {e^{c+d x} b}{a+\sqrt {a^2+b^2}}+1\right )dx}{b d}\right )}{2 \sqrt {a^2+b^2}}-\frac {b \left (\frac {(e+f x)^2 \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )}{b d}-\frac {2 f \int (e+f x) \log \left (\frac {e^{c+d x} b}{a-\sqrt {a^2+b^2}}+1\right )dx}{b d}\right )}{2 \sqrt {a^2+b^2}}\right )}{b}+\frac {(e+f x)^3}{3 b f}\)

\(\Big \downarrow \) 3011

\(\displaystyle \frac {2 a \left (\frac {b \left (\frac {(e+f x)^2 \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )}{b d}-\frac {2 f \left (\frac {f \int \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )dx}{d}-\frac {(e+f x) \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}\right )}{2 \sqrt {a^2+b^2}}-\frac {b \left (\frac {(e+f x)^2 \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )}{b d}-\frac {2 f \left (\frac {f \int \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )dx}{d}-\frac {(e+f x) \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}\right )}{2 \sqrt {a^2+b^2}}\right )}{b}+\frac {(e+f x)^3}{3 b f}\)

\(\Big \downarrow \) 2720

\(\displaystyle \frac {2 a \left (\frac {b \left (\frac {(e+f x)^2 \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )}{b d}-\frac {2 f \left (\frac {f \int e^{-c-d x} \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )de^{c+d x}}{d^2}-\frac {(e+f x) \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}\right )}{2 \sqrt {a^2+b^2}}-\frac {b \left (\frac {(e+f x)^2 \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )}{b d}-\frac {2 f \left (\frac {f \int e^{-c-d x} \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )de^{c+d x}}{d^2}-\frac {(e+f x) \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}\right )}{2 \sqrt {a^2+b^2}}\right )}{b}+\frac {(e+f x)^3}{3 b f}\)

\(\Big \downarrow \) 7143

\(\displaystyle \frac {2 a \left (\frac {b \left (\frac {(e+f x)^2 \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )}{b d}-\frac {2 f \left (\frac {f \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d^2}-\frac {(e+f x) \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}\right )}{2 \sqrt {a^2+b^2}}-\frac {b \left (\frac {(e+f x)^2 \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )}{b d}-\frac {2 f \left (\frac {f \operatorname {PolyLog}\left (3,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d^2}-\frac {(e+f x) \operatorname {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{d}\right )}{b d}\right )}{2 \sqrt {a^2+b^2}}\right )}{b}+\frac {(e+f x)^3}{3 b f}\)

Input:

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

Output:

(e + f*x)^3/(3*b*f) + (2*a*(-1/2*(b*(((e + f*x)^2*Log[1 + (b*E^(c + d*x))/ 
(a - Sqrt[a^2 + b^2])])/(b*d) - (2*f*(-(((e + f*x)*PolyLog[2, -((b*E^(c + 
d*x))/(a - Sqrt[a^2 + b^2]))])/d) + (f*PolyLog[3, -((b*E^(c + d*x))/(a - S 
qrt[a^2 + b^2]))])/d^2))/(b*d)))/Sqrt[a^2 + b^2] + (b*(((e + f*x)^2*Log[1 
+ (b*E^(c + d*x))/(a + Sqrt[a^2 + b^2])])/(b*d) - (2*f*(-(((e + f*x)*PolyL 
og[2, -((b*E^(c + d*x))/(a + Sqrt[a^2 + b^2]))])/d) + (f*PolyLog[3, -((b*E 
^(c + d*x))/(a + Sqrt[a^2 + b^2]))])/d^2))/(b*d)))/(2*Sqrt[a^2 + b^2])))/b
 

Defintions of rubi rules used

rule 17
Int[(c_.)*((a_.) + (b_.)*(x_))^(m_.), x_Symbol] :> Simp[c*((a + b*x)^(m + 1 
)/(b*(m + 1))), x] /; FreeQ[{a, b, c, m}, x] && NeQ[m, -1]
 

rule 25
Int[-(Fx_), x_Symbol] :> Simp[Identity[-1]   Int[Fx, x], x]
 

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

rule 2620
Int[(((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.))/ 
((a_) + (b_.)*((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)), x_Symbol] :> Simp 
[((c + d*x)^m/(b*f*g*n*Log[F]))*Log[1 + b*((F^(g*(e + f*x)))^n/a)], x] - Si 
mp[d*(m/(b*f*g*n*Log[F]))   Int[(c + d*x)^(m - 1)*Log[1 + b*((F^(g*(e + f*x 
)))^n/a)], x], x] /; FreeQ[{F, a, b, c, d, e, f, g, n}, x] && IGtQ[m, 0]
 

rule 2694
Int[((F_)^(u_)*((f_.) + (g_.)*(x_))^(m_.))/((a_.) + (b_.)*(F_)^(u_) + (c_.) 
*(F_)^(v_)), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Simp[2*(c/q)   Int 
[(f + g*x)^m*(F^u/(b - q + 2*c*F^u)), x], x] - Simp[2*(c/q)   Int[(f + g*x) 
^m*(F^u/(b + q + 2*c*F^u)), x], x]] /; FreeQ[{F, a, b, c, f, g}, x] && EqQ[ 
v, 2*u] && LinearQ[u, x] && NeQ[b^2 - 4*a*c, 0] && IGtQ[m, 0]
 

rule 2720
Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Simp[v/D[v, x] 
   Subst[Int[FunctionOfExponentialFunction[u, x]/x, x], x, v], x]] /; Funct 
ionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; FreeQ 
[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x)) 
*(F_)[v_] /; FreeQ[{a, b, c}, x] && InverseFunctionQ[F[x]]]
 

rule 3011
Int[Log[1 + (e_.)*((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.)]*((f_.) + (g_.) 
*(x_))^(m_.), x_Symbol] :> Simp[(-(f + g*x)^m)*(PolyLog[2, (-e)*(F^(c*(a + 
b*x)))^n]/(b*c*n*Log[F])), x] + Simp[g*(m/(b*c*n*Log[F]))   Int[(f + g*x)^( 
m - 1)*PolyLog[2, (-e)*(F^(c*(a + b*x)))^n], x], x] /; FreeQ[{F, a, b, c, e 
, f, g, n}, x] && GtQ[m, 0]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 3803
Int[((c_.) + (d_.)*(x_))^(m_.)/((a_) + (b_.)*sin[(e_.) + (Complex[0, fz_])* 
(f_.)*(x_)]), x_Symbol] :> Simp[2   Int[(c + d*x)^m*(E^((-I)*e + f*fz*x)/(( 
-I)*b + 2*a*E^((-I)*e + f*fz*x) + I*b*E^(2*((-I)*e + f*fz*x)))), x], x] /; 
FreeQ[{a, b, c, d, e, f, fz}, x] && NeQ[a^2 - b^2, 0] && IGtQ[m, 0]
 

rule 6091
Int[(((e_.) + (f_.)*(x_))^(m_.)*Sinh[(c_.) + (d_.)*(x_)]^(n_.))/((a_) + (b_ 
.)*Sinh[(c_.) + (d_.)*(x_)]), x_Symbol] :> Simp[1/b   Int[(e + f*x)^m*Sinh[ 
c + d*x]^(n - 1), x], x] - Simp[a/b   Int[(e + f*x)^m*(Sinh[c + d*x]^(n - 1 
)/(a + b*Sinh[c + d*x])), x], x] /; FreeQ[{a, b, c, d, e, f}, x] && IGtQ[m, 
 0] && IGtQ[n, 0]
 

rule 7143
Int[PolyLog[n_, (c_.)*((a_.) + (b_.)*(x_))^(p_.)]/((d_.) + (e_.)*(x_)), x_S 
ymbol] :> Simp[PolyLog[n + 1, c*(a + b*x)^p]/(e*p), x] /; FreeQ[{a, b, c, d 
, e, n, p}, x] && EqQ[b*d, a*e]
 
Maple [F]

\[\int \frac {\left (f x +e \right )^{2} \sinh \left (d x +c \right )}{a +b \sinh \left (d x +c \right )}d x\]

Input:

int((f*x+e)^2*sinh(d*x+c)/(a+b*sinh(d*x+c)),x)
 

Output:

int((f*x+e)^2*sinh(d*x+c)/(a+b*sinh(d*x+c)),x)
 

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 782 vs. \(2 (303) = 606\).

Time = 0.12 (sec) , antiderivative size = 782, normalized size of antiderivative = 2.32 \[ \int \frac {(e+f x)^2 \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx =\text {Too large to display} \] Input:

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

Output:

1/3*((a^2 + b^2)*d^3*f^2*x^3 + 3*(a^2 + b^2)*d^3*e*f*x^2 + 3*(a^2 + b^2)*d 
^3*e^2*x + 6*a*b*f^2*sqrt((a^2 + b^2)/b^2)*polylog(3, (a*cosh(d*x + c) + a 
*sinh(d*x + c) + (b*cosh(d*x + c) + b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^2) 
)/b) - 6*a*b*f^2*sqrt((a^2 + b^2)/b^2)*polylog(3, (a*cosh(d*x + c) + a*sin 
h(d*x + c) - (b*cosh(d*x + c) + b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^2))/b) 
 - 6*(a*b*d*f^2*x + a*b*d*e*f)*sqrt((a^2 + b^2)/b^2)*dilog((a*cosh(d*x + c 
) + a*sinh(d*x + c) + (b*cosh(d*x + c) + b*sinh(d*x + c))*sqrt((a^2 + b^2) 
/b^2) - b)/b + 1) + 6*(a*b*d*f^2*x + a*b*d*e*f)*sqrt((a^2 + b^2)/b^2)*dilo 
g((a*cosh(d*x + c) + a*sinh(d*x + c) - (b*cosh(d*x + c) + b*sinh(d*x + c)) 
*sqrt((a^2 + b^2)/b^2) - b)/b + 1) + 3*(a*b*d^2*e^2 - 2*a*b*c*d*e*f + a*b* 
c^2*f^2)*sqrt((a^2 + b^2)/b^2)*log(2*b*cosh(d*x + c) + 2*b*sinh(d*x + c) + 
 2*b*sqrt((a^2 + b^2)/b^2) + 2*a) - 3*(a*b*d^2*e^2 - 2*a*b*c*d*e*f + a*b*c 
^2*f^2)*sqrt((a^2 + b^2)/b^2)*log(2*b*cosh(d*x + c) + 2*b*sinh(d*x + c) - 
2*b*sqrt((a^2 + b^2)/b^2) + 2*a) - 3*(a*b*d^2*f^2*x^2 + 2*a*b*d^2*e*f*x + 
2*a*b*c*d*e*f - a*b*c^2*f^2)*sqrt((a^2 + b^2)/b^2)*log(-(a*cosh(d*x + c) + 
 a*sinh(d*x + c) + (b*cosh(d*x + c) + b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^ 
2) - b)/b) + 3*(a*b*d^2*f^2*x^2 + 2*a*b*d^2*e*f*x + 2*a*b*c*d*e*f - a*b*c^ 
2*f^2)*sqrt((a^2 + b^2)/b^2)*log(-(a*cosh(d*x + c) + a*sinh(d*x + c) - (b* 
cosh(d*x + c) + b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^2) - b)/b))/((a^2*b + 
b^3)*d^3)
 

Sympy [F]

\[ \int \frac {(e+f x)^2 \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx=\int \frac {\left (e + f x\right )^{2} \sinh {\left (c + d x \right )}}{a + b \sinh {\left (c + d x \right )}}\, dx \] Input:

integrate((f*x+e)**2*sinh(d*x+c)/(a+b*sinh(d*x+c)),x)
 

Output:

Integral((e + f*x)**2*sinh(c + d*x)/(a + b*sinh(c + d*x)), x)
 

Maxima [F]

\[ \int \frac {(e+f x)^2 \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx=\int { \frac {{\left (f x + e\right )}^{2} \sinh \left (d x + c\right )}{b \sinh \left (d x + c\right ) + a} \,d x } \] Input:

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

Output:

-e^2*(a*log((b*e^(-d*x - c) - a - sqrt(a^2 + b^2))/(b*e^(-d*x - c) - a + s 
qrt(a^2 + b^2)))/(sqrt(a^2 + b^2)*b*d) - (d*x + c)/(b*d)) + 1/3*(f^2*x^3 + 
 3*e*f*x^2)/b - integrate(2*(a*f^2*x^2*e^c + 2*a*e*f*x*e^c)*e^(d*x)/(b^2*e 
^(2*d*x + 2*c) + 2*a*b*e^(d*x + c) - b^2), x)
 

Giac [F]

\[ \int \frac {(e+f x)^2 \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx=\int { \frac {{\left (f x + e\right )}^{2} \sinh \left (d x + c\right )}{b \sinh \left (d x + c\right ) + a} \,d x } \] Input:

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

Output:

integrate((f*x + e)^2*sinh(d*x + c)/(b*sinh(d*x + c) + a), x)
 

Mupad [F(-1)]

Timed out. \[ \int \frac {(e+f x)^2 \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx=\int \frac {\mathrm {sinh}\left (c+d\,x\right )\,{\left (e+f\,x\right )}^2}{a+b\,\mathrm {sinh}\left (c+d\,x\right )} \,d x \] Input:

int((sinh(c + d*x)*(e + f*x)^2)/(a + b*sinh(c + d*x)),x)
 

Output:

int((sinh(c + d*x)*(e + f*x)^2)/(a + b*sinh(c + d*x)), x)
 

Reduce [F]

\[ \int \frac {(e+f x)^2 \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {-6 \sqrt {a^{2}+b^{2}}\, \mathit {atan} \left (\frac {e^{d x +c} b i +a i}{\sqrt {a^{2}+b^{2}}}\right ) a \,e^{2} i -6 e^{c} \left (\int \frac {e^{d x} x^{2}}{e^{2 d x +2 c} b +2 e^{d x +c} a -b}d x \right ) a^{3} d \,f^{2}-6 e^{c} \left (\int \frac {e^{d x} x^{2}}{e^{2 d x +2 c} b +2 e^{d x +c} a -b}d x \right ) a \,b^{2} d \,f^{2}-12 e^{c} \left (\int \frac {e^{d x} x}{e^{2 d x +2 c} b +2 e^{d x +c} a -b}d x \right ) a^{3} d e f -12 e^{c} \left (\int \frac {e^{d x} x}{e^{2 d x +2 c} b +2 e^{d x +c} a -b}d x \right ) a \,b^{2} d e f +3 a^{2} d \,e^{2} x +3 a^{2} d e f \,x^{2}+a^{2} d \,f^{2} x^{3}+3 b^{2} d \,e^{2} x +3 b^{2} d e f \,x^{2}+b^{2} d \,f^{2} x^{3}}{3 b d \left (a^{2}+b^{2}\right )} \] Input:

int((f*x+e)^2*sinh(d*x+c)/(a+b*sinh(d*x+c)),x)
 

Output:

( - 6*sqrt(a**2 + b**2)*atan((e**(c + d*x)*b*i + a*i)/sqrt(a**2 + b**2))*a 
*e**2*i - 6*e**c*int((e**(d*x)*x**2)/(e**(2*c + 2*d*x)*b + 2*e**(c + d*x)* 
a - b),x)*a**3*d*f**2 - 6*e**c*int((e**(d*x)*x**2)/(e**(2*c + 2*d*x)*b + 2 
*e**(c + d*x)*a - b),x)*a*b**2*d*f**2 - 12*e**c*int((e**(d*x)*x)/(e**(2*c 
+ 2*d*x)*b + 2*e**(c + d*x)*a - b),x)*a**3*d*e*f - 12*e**c*int((e**(d*x)*x 
)/(e**(2*c + 2*d*x)*b + 2*e**(c + d*x)*a - b),x)*a*b**2*d*e*f + 3*a**2*d*e 
**2*x + 3*a**2*d*e*f*x**2 + a**2*d*f**2*x**3 + 3*b**2*d*e**2*x + 3*b**2*d* 
e*f*x**2 + b**2*d*f**2*x**3)/(3*b*d*(a**2 + b**2))