3.4.42 \(\int f^{a+b x} \sinh (d+f x^2) \, dx\) [342]

Optimal. Leaf size=110 \[ -\frac {1}{4} e^{-d+\frac {b^2 \log ^2(f)}{4 f}} f^{-\frac {1}{2}+a} \sqrt {\pi } \text {Erf}\left (\frac {2 f x-b \log (f)}{2 \sqrt {f}}\right )+\frac {1}{4} e^{d-\frac {b^2 \log ^2(f)}{4 f}} f^{-\frac {1}{2}+a} \sqrt {\pi } \text {Erfi}\left (\frac {2 f x+b \log (f)}{2 \sqrt {f}}\right ) \]

[Out]

-1/4*exp(-d+1/4*b^2*ln(f)^2/f)*f^(-1/2+a)*erf(1/2*(2*f*x-b*ln(f))/f^(1/2))*Pi^(1/2)+1/4*exp(d-1/4*b^2*ln(f)^2/
f)*f^(-1/2+a)*erfi(1/2*(2*f*x+b*ln(f))/f^(1/2))*Pi^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.11, antiderivative size = 110, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 5, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.312, Rules used = {5623, 2325, 2266, 2236, 2235} \begin {gather*} \frac {1}{4} \sqrt {\pi } f^{a-\frac {1}{2}} e^{d-\frac {b^2 \log ^2(f)}{4 f}} \text {Erfi}\left (\frac {b \log (f)+2 f x}{2 \sqrt {f}}\right )-\frac {1}{4} \sqrt {\pi } f^{a-\frac {1}{2}} e^{\frac {b^2 \log ^2(f)}{4 f}-d} \text {Erf}\left (\frac {2 f x-b \log (f)}{2 \sqrt {f}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-1/4*(E^(-d + (b^2*Log[f]^2)/(4*f))*f^(-1/2 + a)*Sqrt[Pi]*Erf[(2*f*x - b*Log[f])/(2*Sqrt[f])]) + (E^(d - (b^2*
Log[f]^2)/(4*f))*f^(-1/2 + a)*Sqrt[Pi]*Erfi[(2*f*x + b*Log[f])/(2*Sqrt[f])])/4

Rule 2235

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^2), x_Symbol] :> Simp[F^a*Sqrt[Pi]*(Erfi[(c + d*x)*Rt[b*Log[F], 2
]]/(2*d*Rt[b*Log[F], 2])), x] /; FreeQ[{F, a, b, c, d}, x] && PosQ[b]

Rule 2236

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^2), x_Symbol] :> Simp[F^a*Sqrt[Pi]*(Erf[(c + d*x)*Rt[(-b)*Log[F],
 2]]/(2*d*Rt[(-b)*Log[F], 2])), x] /; FreeQ[{F, a, b, c, d}, x] && NegQ[b]

Rule 2266

Int[(F_)^((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[F^(a - b^2/(4*c)), Int[F^((b + 2*c*x)^2/(4*c))
, x], x] /; FreeQ[{F, a, b, c}, x]

Rule 2325

Int[(u_.)*(F_)^(v_)*(G_)^(w_), x_Symbol] :> With[{z = v*Log[F] + w*Log[G]}, Int[u*NormalizeIntegrand[E^z, x],
x] /; BinomialQ[z, x] || (PolynomialQ[z, x] && LeQ[Exponent[z, x], 2])] /; FreeQ[{F, G}, x]

Rule 5623

Int[(F_)^(u_)*Sinh[v_]^(n_.), x_Symbol] :> Int[ExpandTrigToExp[F^u, Sinh[v]^n, x], x] /; FreeQ[F, x] && (Linea
rQ[u, x] || PolyQ[u, x, 2]) && (LinearQ[v, x] || PolyQ[v, x, 2]) && IGtQ[n, 0]

Rubi steps

\begin {align*} \int f^{a+b x} \sinh \left (d+f x^2\right ) \, dx &=\int \left (-\frac {1}{2} e^{-d-f x^2} f^{a+b x}+\frac {1}{2} e^{d+f x^2} f^{a+b x}\right ) \, dx\\ &=-\left (\frac {1}{2} \int e^{-d-f x^2} f^{a+b x} \, dx\right )+\frac {1}{2} \int e^{d+f x^2} f^{a+b x} \, dx\\ &=-\left (\frac {1}{2} \int e^{-d-f x^2+a \log (f)+b x \log (f)} \, dx\right )+\frac {1}{2} \int e^{d+f x^2+a \log (f)+b x \log (f)} \, dx\\ &=\frac {1}{2} \left (e^{d-\frac {b^2 \log ^2(f)}{4 f}} f^a\right ) \int e^{\frac {(2 f x+b \log (f))^2}{4 f}} \, dx-\frac {1}{2} \left (e^{-d+\frac {b^2 \log ^2(f)}{4 f}} f^a\right ) \int e^{-\frac {(-2 f x+b \log (f))^2}{4 f}} \, dx\\ &=-\frac {1}{4} e^{-d+\frac {b^2 \log ^2(f)}{4 f}} f^{-\frac {1}{2}+a} \sqrt {\pi } \text {erf}\left (\frac {2 f x-b \log (f)}{2 \sqrt {f}}\right )+\frac {1}{4} e^{d-\frac {b^2 \log ^2(f)}{4 f}} f^{-\frac {1}{2}+a} \sqrt {\pi } \text {erfi}\left (\frac {2 f x+b \log (f)}{2 \sqrt {f}}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.10, size = 103, normalized size = 0.94 \begin {gather*} \frac {1}{4} e^{-\frac {b^2 \log ^2(f)}{4 f}} f^{-\frac {1}{2}+a} \sqrt {\pi } \left (-e^{\frac {b^2 \log ^2(f)}{2 f}} \text {Erf}\left (\frac {2 f x-b \log (f)}{2 \sqrt {f}}\right ) (\cosh (d)-\sinh (d))+\text {Erfi}\left (\frac {2 f x+b \log (f)}{2 \sqrt {f}}\right ) (\cosh (d)+\sinh (d))\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(f^(-1/2 + a)*Sqrt[Pi]*(-(E^((b^2*Log[f]^2)/(2*f))*Erf[(2*f*x - b*Log[f])/(2*Sqrt[f])]*(Cosh[d] - Sinh[d])) +
Erfi[(2*f*x + b*Log[f])/(2*Sqrt[f])]*(Cosh[d] + Sinh[d])))/(4*E^((b^2*Log[f]^2)/(4*f)))

________________________________________________________________________________________

Maple [A]
time = 0.78, size = 100, normalized size = 0.91

method result size
risch \(-\frac {\sqrt {\pi }\, f^{a} {\mathrm e}^{-\frac {b^{2} \ln \left (f \right )^{2}-4 d f}{4 f}} \erf \left (-\sqrt {-f}\, x +\frac {\ln \left (f \right ) b}{2 \sqrt {-f}}\right )}{4 \sqrt {-f}}+\frac {\sqrt {\pi }\, f^{a} {\mathrm e}^{\frac {b^{2} \ln \left (f \right )^{2}-4 d f}{4 f}} \erf \left (-\sqrt {f}\, x +\frac {\ln \left (f \right ) b}{2 \sqrt {f}}\right )}{4 \sqrt {f}}\) \(100\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(f^(b*x+a)*sinh(f*x^2+d),x,method=_RETURNVERBOSE)

[Out]

-1/4*Pi^(1/2)*f^a*exp(-1/4*(b^2*ln(f)^2-4*d*f)/f)/(-f)^(1/2)*erf(-(-f)^(1/2)*x+1/2*ln(f)*b/(-f)^(1/2))+1/4*Pi^
(1/2)*f^a*exp(1/4*(b^2*ln(f)^2-4*d*f)/f)/f^(1/2)*erf(-f^(1/2)*x+1/2*ln(f)*b/f^(1/2))

________________________________________________________________________________________

Maxima [A]
time = 0.30, size = 90, normalized size = 0.82 \begin {gather*} -\frac {1}{4} \, \sqrt {\pi } f^{a - \frac {1}{2}} \operatorname {erf}\left (\sqrt {f} x - \frac {b \log \left (f\right )}{2 \, \sqrt {f}}\right ) e^{\left (\frac {b^{2} \log \left (f\right )^{2}}{4 \, f} - d\right )} + \frac {\sqrt {\pi } f^{a} \operatorname {erf}\left (\sqrt {-f} x - \frac {b \log \left (f\right )}{2 \, \sqrt {-f}}\right ) e^{\left (-\frac {b^{2} \log \left (f\right )^{2}}{4 \, f} + d\right )}}{4 \, \sqrt {-f}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/4*sqrt(pi)*f^(a - 1/2)*erf(sqrt(f)*x - 1/2*b*log(f)/sqrt(f))*e^(1/4*b^2*log(f)^2/f - d) + 1/4*sqrt(pi)*f^a*
erf(sqrt(-f)*x - 1/2*b*log(f)/sqrt(-f))*e^(-1/4*b^2*log(f)^2/f + d)/sqrt(-f)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 213 vs. \(2 (84) = 168\).
time = 0.37, size = 213, normalized size = 1.94 \begin {gather*} -\frac {\sqrt {\pi } \sqrt {-f} \cosh \left (\frac {b^{2} \log \left (f\right )^{2} - 4 \, a f \log \left (f\right ) - 4 \, d f}{4 \, f}\right ) \operatorname {erf}\left (\frac {{\left (2 \, f x + b \log \left (f\right )\right )} \sqrt {-f}}{2 \, f}\right ) - \sqrt {\pi } \sqrt {f} \cosh \left (\frac {b^{2} \log \left (f\right )^{2} + 4 \, a f \log \left (f\right ) - 4 \, d f}{4 \, f}\right ) \operatorname {erf}\left (-\frac {2 \, f x - b \log \left (f\right )}{2 \, \sqrt {f}}\right ) - \sqrt {\pi } \sqrt {f} \operatorname {erf}\left (-\frac {2 \, f x - b \log \left (f\right )}{2 \, \sqrt {f}}\right ) \sinh \left (\frac {b^{2} \log \left (f\right )^{2} + 4 \, a f \log \left (f\right ) - 4 \, d f}{4 \, f}\right ) - \sqrt {\pi } \sqrt {-f} \operatorname {erf}\left (\frac {{\left (2 \, f x + b \log \left (f\right )\right )} \sqrt {-f}}{2 \, f}\right ) \sinh \left (\frac {b^{2} \log \left (f\right )^{2} - 4 \, a f \log \left (f\right ) - 4 \, d f}{4 \, f}\right )}{4 \, f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/4*(sqrt(pi)*sqrt(-f)*cosh(1/4*(b^2*log(f)^2 - 4*a*f*log(f) - 4*d*f)/f)*erf(1/2*(2*f*x + b*log(f))*sqrt(-f)/
f) - sqrt(pi)*sqrt(f)*cosh(1/4*(b^2*log(f)^2 + 4*a*f*log(f) - 4*d*f)/f)*erf(-1/2*(2*f*x - b*log(f))/sqrt(f)) -
 sqrt(pi)*sqrt(f)*erf(-1/2*(2*f*x - b*log(f))/sqrt(f))*sinh(1/4*(b^2*log(f)^2 + 4*a*f*log(f) - 4*d*f)/f) - sqr
t(pi)*sqrt(-f)*erf(1/2*(2*f*x + b*log(f))*sqrt(-f)/f)*sinh(1/4*(b^2*log(f)^2 - 4*a*f*log(f) - 4*d*f)/f))/f

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int f^{a + b x} \sinh {\left (d + f x^{2} \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 106, normalized size = 0.96 \begin {gather*} \frac {\sqrt {\pi } \operatorname {erf}\left (-\frac {1}{2} \, \sqrt {f} {\left (2 \, x - \frac {b \log \left (f\right )}{f}\right )}\right ) e^{\left (\frac {b^{2} \log \left (f\right )^{2} + 4 \, a f \log \left (f\right ) - 4 \, d f}{4 \, f}\right )}}{4 \, \sqrt {f}} - \frac {\sqrt {\pi } \operatorname {erf}\left (-\frac {1}{2} \, \sqrt {-f} {\left (2 \, x + \frac {b \log \left (f\right )}{f}\right )}\right ) e^{\left (-\frac {b^{2} \log \left (f\right )^{2} - 4 \, a f \log \left (f\right ) - 4 \, d f}{4 \, f}\right )}}{4 \, \sqrt {-f}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/4*sqrt(pi)*erf(-1/2*sqrt(f)*(2*x - b*log(f)/f))*e^(1/4*(b^2*log(f)^2 + 4*a*f*log(f) - 4*d*f)/f)/sqrt(f) - 1/
4*sqrt(pi)*erf(-1/2*sqrt(-f)*(2*x + b*log(f)/f))*e^(-1/4*(b^2*log(f)^2 - 4*a*f*log(f) - 4*d*f)/f)/sqrt(-f)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int f^{a+b\,x}\,\mathrm {sinh}\left (f\,x^2+d\right ) \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________