3.1.50 \(\int \frac {(f+g x)^2 (a+b \text {ArcSin}(c x))}{(d-c^2 d x^2)^{3/2}} \, dx\) [50]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.29, antiderivative size = 213, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 7, integrand size = 31, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.226, Rules used = {4861, 4859, 651, 4845, 647, 31, 4737} \begin {gather*} \frac {\left (x \left (c^2 f^2+g^2\right )+2 f g\right ) (a+b \text {ArcSin}(c x))}{c^2 d \sqrt {d-c^2 d x^2}}-\frac {g^2 \sqrt {1-c^2 x^2} (a+b \text {ArcSin}(c x))^2}{2 b c^3 d \sqrt {d-c^2 d x^2}}+\frac {b \sqrt {1-c^2 x^2} (c f-g)^2 \log (c x+1)}{2 c^3 d \sqrt {d-c^2 d x^2}}+\frac {b \sqrt {1-c^2 x^2} (c f+g)^2 \log (1-c x)}{2 c^3 d \sqrt {d-c^2 d x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 647

Int[((d_) + (e_.)*(x_))/((a_) + (c_.)*(x_)^2), x_Symbol] :> With[{q = Rt[(-a)*c, 2]}, Dist[e/2 + c*(d/(2*q)),
Int[1/(-q + c*x), x], x] + Dist[e/2 - c*(d/(2*q)), Int[1/(q + c*x), x], x]] /; FreeQ[{a, c, d, e}, x] && NiceS
qrtQ[(-a)*c]

Rule 651

Int[((d_) + (e_.)*(x_))/((a_) + (c_.)*(x_)^2)^(3/2), x_Symbol] :> Simp[((-a)*e + c*d*x)/(a*c*Sqrt[a + c*x^2]),
 x] /; FreeQ[{a, c, d, e}, x]

Rule 4737

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_.)/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp[(1/(b*c*(n + 1)))*Si
mp[Sqrt[1 - c^2*x^2]/Sqrt[d + e*x^2]]*(a + b*ArcSin[c*x])^(n + 1), x] /; FreeQ[{a, b, c, d, e, n}, x] && EqQ[c
^2*d + e, 0] && NeQ[n, -1]

Rule 4845

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))*((f_) + (g_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)^(p_), x_Symbol] :> With
[{u = IntHide[(f + g*x)^m*(d + e*x^2)^p, x]}, Dist[a + b*ArcSin[c*x], u, x] - Dist[b*c, Int[Dist[1/Sqrt[1 - c^
2*x^2], u, x], x], x]] /; FreeQ[{a, b, c, d, e, f, g}, x] && EqQ[c^2*d + e, 0] && IGtQ[m, 0] && ILtQ[p + 1/2,
0] && GtQ[d, 0] && (LtQ[m, -2*p - 1] || GtQ[m, 3])

Rule 4859

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_.)*((f_) + (g_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)^(p_), x_Symbol] :
> Int[ExpandIntegrand[(a + b*ArcSin[c*x])^n/Sqrt[d + e*x^2], (f + g*x)^m*(d + e*x^2)^(p + 1/2), x], x] /; Free
Q[{a, b, c, d, e, f, g}, x] && EqQ[c^2*d + e, 0] && IntegerQ[m] && ILtQ[p + 1/2, 0] && GtQ[d, 0] && IGtQ[n, 0]

Rule 4861

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.53, size = 156, normalized size = 0.73 \begin {gather*} \frac {\sqrt {1-c^2 x^2} \left (-\frac {g^2 (a+b \text {ArcSin}(c x))^2}{b}+(-c f+g)^2 \left (-\left ((a+b \text {ArcSin}(c x)) \cot \left (\frac {1}{4} (\pi +2 \text {ArcSin}(c x))\right )\right )+2 b \log \left (\sin \left (\frac {1}{4} (\pi +2 \text {ArcSin}(c x))\right )\right )\right )+(c f+g)^2 \left (2 b \log \left (\cos \left (\frac {1}{4} (\pi +2 \text {ArcSin}(c x))\right )\right )+(a+b \text {ArcSin}(c x)) \tan \left (\frac {1}{4} (\pi +2 \text {ArcSin}(c x))\right )\right )\right )}{2 c^3 d \sqrt {d-c^2 d x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(Sqrt[1 - c^2*x^2]*(-((g^2*(a + b*ArcSin[c*x])^2)/b) + (-(c*f) + g)^2*(-((a + b*ArcSin[c*x])*Cot[(Pi + 2*ArcSi
n[c*x])/4]) + 2*b*Log[Sin[(Pi + 2*ArcSin[c*x])/4]]) + (c*f + g)^2*(2*b*Log[Cos[(Pi + 2*ArcSin[c*x])/4]] + (a +
 b*ArcSin[c*x])*Tan[(Pi + 2*ArcSin[c*x])/4])))/(2*c^3*d*Sqrt[d - c^2*d*x^2])

________________________________________________________________________________________

Maple [C] Result contains complex when optimal does not.
time = 0.61, size = 867, normalized size = 4.07

method result size
default \(\frac {a \,g^{2} x}{c^{2} d \sqrt {-c^{2} d \,x^{2}+d}}-\frac {a \,g^{2} \arctan \left (\frac {\sqrt {c^{2} d}\, x}{\sqrt {-c^{2} d \,x^{2}+d}}\right )}{c^{2} d \sqrt {c^{2} d}}+\frac {2 a f g}{c^{2} d \sqrt {-c^{2} d \,x^{2}+d}}+\frac {a \,f^{2} x}{d \sqrt {-c^{2} d \,x^{2}+d}}+\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {-c^{2} x^{2}+1}\, g^{2} \arcsin \left (c x \right )^{2}}{2 c^{3} d^{2} \left (c^{2} x^{2}-1\right )}+\frac {i b \sqrt {-c^{2} x^{2}+1}\, \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \arcsin \left (c x \right ) g^{2}}{c^{3} d^{2} \left (c^{2} x^{2}-1\right )}+\frac {i b \sqrt {-c^{2} x^{2}+1}\, \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \arcsin \left (c x \right ) f^{2}}{c \,d^{2} \left (c^{2} x^{2}-1\right )}-\frac {2 b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \arcsin \left (c x \right ) \left (-c^{2} x^{2}+1\right ) f g}{c^{2} d^{2} \left (c^{2} x^{2}-1\right )}-\frac {2 b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \arcsin \left (c x \right ) x^{2} f g}{d^{2} \left (c^{2} x^{2}-1\right )}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \arcsin \left (c x \right ) x \,f^{2}}{d^{2} \left (c^{2} x^{2}-1\right )}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \arcsin \left (c x \right ) x \,g^{2}}{c^{2} d^{2} \left (c^{2} x^{2}-1\right )}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {-c^{2} x^{2}+1}\, \ln \left (i c x +\sqrt {-c^{2} x^{2}+1}-i\right ) f^{2}}{c \,d^{2} \left (c^{2} x^{2}-1\right )}-\frac {2 b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {-c^{2} x^{2}+1}\, \ln \left (i c x +\sqrt {-c^{2} x^{2}+1}-i\right ) f g}{c^{2} d^{2} \left (c^{2} x^{2}-1\right )}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {-c^{2} x^{2}+1}\, \ln \left (i c x +\sqrt {-c^{2} x^{2}+1}-i\right ) g^{2}}{c^{3} d^{2} \left (c^{2} x^{2}-1\right )}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {-c^{2} x^{2}+1}\, \ln \left (i c x +\sqrt {-c^{2} x^{2}+1}+i\right ) f^{2}}{c \,d^{2} \left (c^{2} x^{2}-1\right )}+\frac {2 b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {-c^{2} x^{2}+1}\, \ln \left (i c x +\sqrt {-c^{2} x^{2}+1}+i\right ) f g}{c^{2} d^{2} \left (c^{2} x^{2}-1\right )}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {-c^{2} x^{2}+1}\, \ln \left (i c x +\sqrt {-c^{2} x^{2}+1}+i\right ) g^{2}}{c^{3} d^{2} \left (c^{2} x^{2}-1\right )}\) \(867\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

a*g^2*x/c^2/d/(-c^2*d*x^2+d)^(1/2)-a*g^2/c^2/d/(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*x/d/(-c^2*d*x^2+d)^(1/2)+1/2*b*(-d*(c^2*x^2-1))^(1/2)*(-c^2*x^2+1)^(1/2)/
c^3/d^2/(c^2*x^2-1)*g^2*arcsin(c*x)^2+I*b*(-c^2*x^2+1)^(1/2)*(-d*(c^2*x^2-1))^(1/2)/c^3/d^2/(c^2*x^2-1)*arcsin
(c*x)*g^2+I*b*(-c^2*x^2+1)^(1/2)*(-d*(c^2*x^2-1))^(1/2)/c/d^2/(c^2*x^2-1)*arcsin(c*x)*f^2-2*b*(-d*(c^2*x^2-1))
^(1/2)*arcsin(c*x)/c^2/d^2/(c^2*x^2-1)*(-c^2*x^2+1)*f*g-2*b*(-d*(c^2*x^2-1))^(1/2)*arcsin(c*x)/d^2/(c^2*x^2-1)
*x^2*f*g-b*(-d*(c^2*x^2-1))^(1/2)*arcsin(c*x)/d^2/(c^2*x^2-1)*x*f^2-b*(-d*(c^2*x^2-1))^(1/2)*arcsin(c*x)/c^2/d
^2/(c^2*x^2-1)*x*g^2-b*(-d*(c^2*x^2-1))^(1/2)*(-c^2*x^2+1)^(1/2)/c/d^2/(c^2*x^2-1)*ln(I*c*x+(-c^2*x^2+1)^(1/2)
-I)*f^2-2*b*(-d*(c^2*x^2-1))^(1/2)*(-c^2*x^2+1)^(1/2)/c^2/d^2/(c^2*x^2-1)*ln(I*c*x+(-c^2*x^2+1)^(1/2)-I)*f*g-b
*(-d*(c^2*x^2-1))^(1/2)*(-c^2*x^2+1)^(1/2)/c^3/d^2/(c^2*x^2-1)*ln(I*c*x+(-c^2*x^2+1)^(1/2)-I)*g^2-b*(-d*(c^2*x
^2-1))^(1/2)*(-c^2*x^2+1)^(1/2)/c/d^2/(c^2*x^2-1)*ln(I*c*x+(-c^2*x^2+1)^(1/2)+I)*f^2+2*b*(-d*(c^2*x^2-1))^(1/2
)*(-c^2*x^2+1)^(1/2)/c^2/d^2/(c^2*x^2-1)*ln(I*c*x+(-c^2*x^2+1)^(1/2)+I)*f*g-b*(-d*(c^2*x^2-1))^(1/2)*(-c^2*x^2
+1)^(1/2)/c^3/d^2/(c^2*x^2-1)*ln(I*c*x+(-c^2*x^2+1)^(1/2)+I)*g^2

________________________________________________________________________________________

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*arcsin(c*x))/(-c^2*d*x^2+d)^(3/2),x, algorithm="maxima")

[Out]

a*g^2*(x/(sqrt(-c^2*d*x^2 + d)*c^2*d) - arcsin(c*x)/(c^3*d^(3/2))) + b*f^2*x*arcsin(c*x)/(sqrt(-c^2*d*x^2 + d)
*d) + a*f^2*x/(sqrt(-c^2*d*x^2 + d)*d) + sqrt(d)*integrate((b*g^2*x^2 + 2*b*f*g*x)*sqrt(c*x + 1)*sqrt(-c*x + 1
)*arctan2(c*x, sqrt(c*x + 1)*sqrt(-c*x + 1))/(c^4*d^2*x^4 - 2*c^2*d^2*x^2 + d^2), x) - 1/2*b*f^2*log(x^2 - 1/c
^2)/(c*d^(3/2)) + 2*a*f*g/(sqrt(-c^2*d*x^2 + d)*c^2*d)

________________________________________________________________________________________

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*arcsin(c*x))/(-c^2*d*x^2+d)^(3/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)*arcsin(c*x))/(c
^4*d^2*x^4 - 2*c^2*d^2*x^2 + d^2), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:Warning, integration of abs or sign assumes constant sign by intervals (correct if the argument is real):Ch
eck [abs(t_

________________________________________________________________________________________

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 {asin}\left (c\,x\right )\right )}{{\left (d-c^2\,d\,x^2\right )}^{3/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________