3.1.67 \(\int \frac {(f+g x)^2 (a+b \cosh ^{-1}(c x))}{\sqrt {d-c^2 d x^2}} \, dx\) [67]

Optimal. Leaf size=288 \[ -\frac {2 b f g x \sqrt {-1+c x} \sqrt {1+c x}}{c \sqrt {d-c^2 d x^2}}-\frac {b g^2 x^2 \sqrt {-1+c x} \sqrt {1+c x}}{4 c \sqrt {d-c^2 d x^2}}-\frac {2 f g (1-c x) (1+c x) \left (a+b \cosh ^{-1}(c x)\right )}{c^2 \sqrt {d-c^2 d x^2}}-\frac {g^2 x (1-c x) (1+c x) \left (a+b \cosh ^{-1}(c x)\right )}{2 c^2 \sqrt {d-c^2 d x^2}}+\frac {f^2 \sqrt {-1+c x} \sqrt {1+c x} \left (a+b \cosh ^{-1}(c x)\right )^2}{2 b c \sqrt {d-c^2 d x^2}}+\frac {g^2 \sqrt {-1+c x} \sqrt {1+c x} \left (a+b \cosh ^{-1}(c x)\right )^2}{4 b c^3 \sqrt {d-c^2 d x^2}} \]

[Out]

-2*f*g*(-c*x+1)*(c*x+1)*(a+b*arccosh(c*x))/c^2/(-c^2*d*x^2+d)^(1/2)-1/2*g^2*x*(-c*x+1)*(c*x+1)*(a+b*arccosh(c*
x))/c^2/(-c^2*d*x^2+d)^(1/2)-2*b*f*g*x*(c*x-1)^(1/2)*(c*x+1)^(1/2)/c/(-c^2*d*x^2+d)^(1/2)-1/4*b*g^2*x^2*(c*x-1
)^(1/2)*(c*x+1)^(1/2)/c/(-c^2*d*x^2+d)^(1/2)+1/2*f^2*(a+b*arccosh(c*x))^2*(c*x-1)^(1/2)*(c*x+1)^(1/2)/b/c/(-c^
2*d*x^2+d)^(1/2)+1/4*g^2*(a+b*arccosh(c*x))^2*(c*x-1)^(1/2)*(c*x+1)^(1/2)/b/c^3/(-c^2*d*x^2+d)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.58, antiderivative size = 288, normalized size of antiderivative = 1.00, number of steps used = 9, number of rules used = 7, integrand size = 31, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.226, Rules used = {5972, 5975, 5893, 5915, 8, 5939, 30} \begin {gather*} \frac {f^2 \sqrt {c x-1} \sqrt {c x+1} \left (a+b \cosh ^{-1}(c x)\right )^2}{2 b c \sqrt {d-c^2 d x^2}}-\frac {2 f g (1-c x) (c x+1) \left (a+b \cosh ^{-1}(c x)\right )}{c^2 \sqrt {d-c^2 d x^2}}-\frac {g^2 x (1-c x) (c x+1) \left (a+b \cosh ^{-1}(c x)\right )}{2 c^2 \sqrt {d-c^2 d x^2}}+\frac {g^2 \sqrt {c x-1} \sqrt {c x+1} \left (a+b \cosh ^{-1}(c x)\right )^2}{4 b c^3 \sqrt {d-c^2 d x^2}}-\frac {2 b f g x \sqrt {c x-1} \sqrt {c x+1}}{c \sqrt {d-c^2 d x^2}}-\frac {b g^2 x^2 \sqrt {c x-1} \sqrt {c x+1}}{4 c \sqrt {d-c^2 d x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((f + g*x)^2*(a + b*ArcCosh[c*x]))/Sqrt[d - c^2*d*x^2],x]

[Out]

(-2*b*f*g*x*Sqrt[-1 + c*x]*Sqrt[1 + c*x])/(c*Sqrt[d - c^2*d*x^2]) - (b*g^2*x^2*Sqrt[-1 + c*x]*Sqrt[1 + c*x])/(
4*c*Sqrt[d - c^2*d*x^2]) - (2*f*g*(1 - c*x)*(1 + c*x)*(a + b*ArcCosh[c*x]))/(c^2*Sqrt[d - c^2*d*x^2]) - (g^2*x
*(1 - c*x)*(1 + c*x)*(a + b*ArcCosh[c*x]))/(2*c^2*Sqrt[d - c^2*d*x^2]) + (f^2*Sqrt[-1 + c*x]*Sqrt[1 + c*x]*(a
+ b*ArcCosh[c*x])^2)/(2*b*c*Sqrt[d - c^2*d*x^2]) + (g^2*Sqrt[-1 + c*x]*Sqrt[1 + c*x]*(a + b*ArcCosh[c*x])^2)/(
4*b*c^3*Sqrt[d - c^2*d*x^2])

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 5893

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)/(Sqrt[(d1_) + (e1_.)*(x_)]*Sqrt[(d2_) + (e2_.)*(x_)]), x_Symbol]
 :> Simp[(1/(b*c*(n + 1)))*Simp[Sqrt[1 + c*x]/Sqrt[d1 + e1*x]]*Simp[Sqrt[-1 + c*x]/Sqrt[d2 + e2*x]]*(a + b*Arc
Cosh[c*x])^(n + 1), x] /; FreeQ[{a, b, c, d1, e1, d2, e2, n}, x] && EqQ[e1, c*d1] && EqQ[e2, (-c)*d2] && NeQ[n
, -1]

Rule 5915

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*(x_)*((d1_) + (e1_.)*(x_))^(p_)*((d2_) + (e2_.)*(x_))^(p_), x_Sy
mbol] :> Simp[(d1 + e1*x)^(p + 1)*(d2 + e2*x)^(p + 1)*((a + b*ArcCosh[c*x])^n/(2*e1*e2*(p + 1))), x] - Dist[b*
(n/(2*c*(p + 1)))*Simp[(d1 + e1*x)^p/(1 + c*x)^p]*Simp[(d2 + e2*x)^p/(-1 + c*x)^p], Int[(1 + c*x)^(p + 1/2)*(-
1 + c*x)^(p + 1/2)*(a + b*ArcCosh[c*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d1, e1, d2, e2, p}, x] && EqQ[e1, c
*d1] && EqQ[e2, (-c)*d2] && GtQ[n, 0] && NeQ[p, -1]

Rule 5939

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_)*((d1_) + (e1_.)*(x_))^(p_)*((d2_) + (e2_.)*(x_
))^(p_), x_Symbol] :> Simp[f*(f*x)^(m - 1)*(d1 + e1*x)^(p + 1)*(d2 + e2*x)^(p + 1)*((a + b*ArcCosh[c*x])^n/(e1
*e2*(m + 2*p + 1))), x] + (Dist[f^2*((m - 1)/(c^2*(m + 2*p + 1))), Int[(f*x)^(m - 2)*(d1 + e1*x)^p*(d2 + e2*x)
^p*(a + b*ArcCosh[c*x])^n, x], x] - Dist[b*f*(n/(c*(m + 2*p + 1)))*Simp[(d1 + e1*x)^p/(1 + c*x)^p]*Simp[(d2 +
e2*x)^p/(-1 + c*x)^p], Int[(f*x)^(m - 1)*(1 + c*x)^(p + 1/2)*(-1 + c*x)^(p + 1/2)*(a + b*ArcCosh[c*x])^(n - 1)
, x], x]) /; FreeQ[{a, b, c, d1, e1, d2, e2, f, p}, x] && EqQ[e1, c*d1] && EqQ[e2, (-c)*d2] && GtQ[n, 0] && IG
tQ[m, 1] && NeQ[m + 2*p + 1, 0]

Rule 5972

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((f_) + (g_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)^(p_), x_Symbol]
:> Dist[(-d)^IntPart[p]*((d + e*x^2)^FracPart[p]/((-1 + c*x)^FracPart[p]*(1 + c*x)^FracPart[p])), Int[(f + g*x
)^m*(-1 + c*x)^p*(1 + c*x)^p*(a + b*ArcCosh[c*x])^n, x], x] /; FreeQ[{a, b, c, d, e, f, g, n}, x] && EqQ[c^2*d
 + e, 0] && IntegerQ[p - 1/2] && IntegerQ[m]

Rule 5975

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((d1_) + (e1_.)*(x_))^(p_)*((d2_) + (e2_.)*(x_))^(p_)*((f_) + (g
_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(d1 + e1*x)^p*(d2 + e2*x)^p*(a + b*ArcCosh[c*x])^n, (f + g*x
)^m, x], x] /; FreeQ[{a, b, c, d1, e1, d2, e2, f, g}, x] && EqQ[e1 - c*d1, 0] && EqQ[e2 + c*d2, 0] && IGtQ[m,
0] && IntegerQ[p + 1/2] && GtQ[d1, 0] && LtQ[d2, 0] && IGtQ[n, 0] && ((EqQ[n, 1] && GtQ[p, -1]) || GtQ[p, 0] |
| EqQ[m, 1] || (EqQ[m, 2] && LtQ[p, -2]))

Rubi steps

\begin {align*} \int \frac {(f+g x)^2 \left (a+b \cosh ^{-1}(c x)\right )}{\sqrt {d-c^2 d x^2}} \, dx &=\frac {\left (\sqrt {-1+c x} \sqrt {1+c x}\right ) \int \frac {(f+g x)^2 \left (a+b \cosh ^{-1}(c x)\right )}{\sqrt {-1+c x} \sqrt {1+c x}} \, dx}{\sqrt {d-c^2 d x^2}}\\ &=\frac {\left (\sqrt {-1+c x} \sqrt {1+c x}\right ) \int \left (\frac {f^2 \left (a+b \cosh ^{-1}(c x)\right )}{\sqrt {-1+c x} \sqrt {1+c x}}+\frac {2 f g x \left (a+b \cosh ^{-1}(c x)\right )}{\sqrt {-1+c x} \sqrt {1+c x}}+\frac {g^2 x^2 \left (a+b \cosh ^{-1}(c x)\right )}{\sqrt {-1+c x} \sqrt {1+c x}}\right ) \, dx}{\sqrt {d-c^2 d x^2}}\\ &=\frac {\left (f^2 \sqrt {-1+c x} \sqrt {1+c x}\right ) \int \frac {a+b \cosh ^{-1}(c x)}{\sqrt {-1+c x} \sqrt {1+c x}} \, dx}{\sqrt {d-c^2 d x^2}}+\frac {\left (2 f g \sqrt {-1+c x} \sqrt {1+c x}\right ) \int \frac {x \left (a+b \cosh ^{-1}(c x)\right )}{\sqrt {-1+c x} \sqrt {1+c x}} \, dx}{\sqrt {d-c^2 d x^2}}+\frac {\left (g^2 \sqrt {-1+c x} \sqrt {1+c x}\right ) \int \frac {x^2 \left (a+b \cosh ^{-1}(c x)\right )}{\sqrt {-1+c x} \sqrt {1+c x}} \, dx}{\sqrt {d-c^2 d x^2}}\\ &=-\frac {2 f g (1-c x) (1+c x) \left (a+b \cosh ^{-1}(c x)\right )}{c^2 \sqrt {d-c^2 d x^2}}-\frac {g^2 x (1-c x) (1+c x) \left (a+b \cosh ^{-1}(c x)\right )}{2 c^2 \sqrt {d-c^2 d x^2}}+\frac {f^2 \sqrt {-1+c x} \sqrt {1+c x} \left (a+b \cosh ^{-1}(c x)\right )^2}{2 b c \sqrt {d-c^2 d x^2}}-\frac {\left (2 b f g \sqrt {-1+c x} \sqrt {1+c x}\right ) \int 1 \, dx}{c \sqrt {d-c^2 d x^2}}+\frac {\left (g^2 \sqrt {-1+c x} \sqrt {1+c x}\right ) \int \frac {a+b \cosh ^{-1}(c x)}{\sqrt {-1+c x} \sqrt {1+c x}} \, dx}{2 c^2 \sqrt {d-c^2 d x^2}}-\frac {\left (b g^2 \sqrt {-1+c x} \sqrt {1+c x}\right ) \int x \, dx}{2 c \sqrt {d-c^2 d x^2}}\\ &=-\frac {2 b f g x \sqrt {-1+c x} \sqrt {1+c x}}{c \sqrt {d-c^2 d x^2}}-\frac {b g^2 x^2 \sqrt {-1+c x} \sqrt {1+c x}}{4 c \sqrt {d-c^2 d x^2}}-\frac {2 f g (1-c x) (1+c x) \left (a+b \cosh ^{-1}(c x)\right )}{c^2 \sqrt {d-c^2 d x^2}}-\frac {g^2 x (1-c x) (1+c x) \left (a+b \cosh ^{-1}(c x)\right )}{2 c^2 \sqrt {d-c^2 d x^2}}+\frac {f^2 \sqrt {-1+c x} \sqrt {1+c x} \left (a+b \cosh ^{-1}(c x)\right )^2}{2 b c \sqrt {d-c^2 d x^2}}+\frac {g^2 \sqrt {-1+c x} \sqrt {1+c x} \left (a+b \cosh ^{-1}(c x)\right )^2}{4 b c^3 \sqrt {d-c^2 d x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.65, size = 284, normalized size = 0.99 \begin {gather*} \frac {4 c \sqrt {d} g \left (-1+c^2 x^2\right ) \left (-4 b f+a \sqrt {\frac {-1+c x}{1+c x}} (4 f+g x)\right )+2 b \sqrt {d} \left (2 c^2 f^2+g^2\right ) (-1+c x) \cosh ^{-1}(c x)^2-4 a \left (2 c^2 f^2+g^2\right ) \sqrt {\frac {-1+c x}{1+c x}} \sqrt {d-c^2 d x^2} \text {ArcTan}\left (\frac {c x \sqrt {d-c^2 d x^2}}{\sqrt {d} \left (-1+c^2 x^2\right )}\right )-b \sqrt {d} g^2 (-1+c x) \cosh \left (2 \cosh ^{-1}(c x)\right )+2 b \sqrt {d} g (-1+c x) \cosh ^{-1}(c x) \left (8 c f \sqrt {\frac {-1+c x}{1+c x}} (1+c x)+g \sinh \left (2 \cosh ^{-1}(c x)\right )\right )}{8 c^3 \sqrt {d} \sqrt {\frac {-1+c x}{1+c x}} \sqrt {d-c^2 d x^2}} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

Integrate[((f + g*x)^2*(a + b*ArcCosh[c*x]))/Sqrt[d - c^2*d*x^2],x]

[Out]

(4*c*Sqrt[d]*g*(-1 + c^2*x^2)*(-4*b*f + a*Sqrt[(-1 + c*x)/(1 + c*x)]*(4*f + g*x)) + 2*b*Sqrt[d]*(2*c^2*f^2 + g
^2)*(-1 + c*x)*ArcCosh[c*x]^2 - 4*a*(2*c^2*f^2 + g^2)*Sqrt[(-1 + c*x)/(1 + c*x)]*Sqrt[d - c^2*d*x^2]*ArcTan[(c
*x*Sqrt[d - c^2*d*x^2])/(Sqrt[d]*(-1 + c^2*x^2))] - b*Sqrt[d]*g^2*(-1 + c*x)*Cosh[2*ArcCosh[c*x]] + 2*b*Sqrt[d
]*g*(-1 + c*x)*ArcCosh[c*x]*(8*c*f*Sqrt[(-1 + c*x)/(1 + c*x)]*(1 + c*x) + g*Sinh[2*ArcCosh[c*x]]))/(8*c^3*Sqrt
[d]*Sqrt[(-1 + c*x)/(1 + c*x)]*Sqrt[d - c^2*d*x^2])

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(517\) vs. \(2(252)=504\).
time = 9.25, size = 518, normalized size = 1.80

method result size
default \(-\frac {a \,g^{2} x \sqrt {-c^{2} d \,x^{2}+d}}{2 c^{2} d}+\frac {a \,g^{2} \arctan \left (\frac {\sqrt {c^{2} d}\, x}{\sqrt {-c^{2} d \,x^{2}+d}}\right )}{2 c^{2} \sqrt {c^{2} d}}-\frac {2 a f g \sqrt {-c^{2} d \,x^{2}+d}}{c^{2} d}+\frac {a \,f^{2} \arctan \left (\frac {\sqrt {c^{2} d}\, x}{\sqrt {-c^{2} d \,x^{2}+d}}\right )}{\sqrt {c^{2} d}}+b \left (-\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {c x -1}\, \sqrt {c x +1}\, \mathrm {arccosh}\left (c x \right )^{2} \left (2 c^{2} f^{2}+g^{2}\right )}{4 d \,c^{3} \left (c^{2} x^{2}-1\right )}-\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (2 c^{3} x^{3}-2 c x +2 \sqrt {c x +1}\, \sqrt {c x -1}\, x^{2} c^{2}-\sqrt {c x -1}\, \sqrt {c x +1}\right ) g^{2} \left (2 \,\mathrm {arccosh}\left (c x \right )-1\right )}{16 d \,c^{3} \left (c^{2} x^{2}-1\right )}-\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (\sqrt {c x +1}\, \sqrt {c x -1}\, x c +c^{2} x^{2}-1\right ) f g \left (-1+\mathrm {arccosh}\left (c x \right )\right )}{c^{2} \left (c^{2} x^{2}-1\right ) d}-\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (-\sqrt {c x +1}\, \sqrt {c x -1}\, x c +c^{2} x^{2}-1\right ) f g \left (1+\mathrm {arccosh}\left (c x \right )\right )}{c^{2} \left (c^{2} x^{2}-1\right ) d}-\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (-2 \sqrt {c x +1}\, \sqrt {c x -1}\, x^{2} c^{2}+2 c^{3} x^{3}+\sqrt {c x -1}\, \sqrt {c x +1}-2 c x \right ) g^{2} \left (2 \,\mathrm {arccosh}\left (c x \right )+1\right )}{16 d \,c^{3} \left (c^{2} x^{2}-1\right )}\right )\) \(518\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((g*x+f)^2*(a+b*arccosh(c*x))/(-c^2*d*x^2+d)^(1/2),x,method=_RETURNVERBOSE)

[Out]

-1/2*a*g^2*x/c^2/d*(-c^2*d*x^2+d)^(1/2)+1/2*a*g^2/c^2/(c^2*d)^(1/2)*arctan((c^2*d)^(1/2)*x/(-c^2*d*x^2+d)^(1/2
))-2*a*f*g/c^2/d*(-c^2*d*x^2+d)^(1/2)+a*f^2/(c^2*d)^(1/2)*arctan((c^2*d)^(1/2)*x/(-c^2*d*x^2+d)^(1/2))+b*(-1/4
*(-d*(c^2*x^2-1))^(1/2)*(c*x-1)^(1/2)*(c*x+1)^(1/2)/d/c^3/(c^2*x^2-1)*arccosh(c*x)^2*(2*c^2*f^2+g^2)-1/16*(-d*
(c^2*x^2-1))^(1/2)*(2*c^3*x^3-2*c*x+2*(c*x+1)^(1/2)*(c*x-1)^(1/2)*x^2*c^2-(c*x-1)^(1/2)*(c*x+1)^(1/2))*g^2*(2*
arccosh(c*x)-1)/d/c^3/(c^2*x^2-1)-(-d*(c^2*x^2-1))^(1/2)*((c*x+1)^(1/2)*(c*x-1)^(1/2)*x*c+c^2*x^2-1)*f*g*(-1+a
rccosh(c*x))/c^2/(c^2*x^2-1)/d-(-d*(c^2*x^2-1))^(1/2)*(-(c*x+1)^(1/2)*(c*x-1)^(1/2)*x*c+c^2*x^2-1)*f*g*(1+arcc
osh(c*x))/c^2/(c^2*x^2-1)/d-1/16*(-d*(c^2*x^2-1))^(1/2)*(-2*(c*x+1)^(1/2)*(c*x-1)^(1/2)*x^2*c^2+2*c^3*x^3+(c*x
-1)^(1/2)*(c*x+1)^(1/2)-2*c*x)*g^2*(2*arccosh(c*x)+1)/d/c^3/(c^2*x^2-1))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)^2*(a+b*arccosh(c*x))/(-c^2*d*x^2+d)^(1/2),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)^2*(a+b*arccosh(c*x))/(-c^2*d*x^2+d)^(1/2),x, algorithm="fricas")

[Out]

integral(-sqrt(-c^2*d*x^2 + d)*(a*g^2*x^2 + 2*a*f*g*x + a*f^2 + (b*g^2*x^2 + 2*b*f*g*x + b*f^2)*arccosh(c*x))/
(c^2*d*x^2 - d), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (a + b \operatorname {acosh}{\left (c x \right )}\right ) \left (f + g x\right )^{2}}{\sqrt {- d \left (c x - 1\right ) \left (c x + 1\right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)**2*(a+b*acosh(c*x))/(-c**2*d*x**2+d)**(1/2),x)

[Out]

Integral((a + b*acosh(c*x))*(f + g*x)**2/sqrt(-d*(c*x - 1)*(c*x + 1)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)^2*(a+b*arccosh(c*x))/(-c^2*d*x^2+d)^(1/2),x, algorithm="giac")

[Out]

integrate((g*x + f)^2*(b*arccosh(c*x) + a)/sqrt(-c^2*d*x^2 + d), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((f + g*x)^2*(a + b*acosh(c*x)))/(d - c^2*d*x^2)^(1/2),x)

[Out]

int(((f + g*x)^2*(a + b*acosh(c*x)))/(d - c^2*d*x^2)^(1/2), x)

________________________________________________________________________________________