3.2.78 \(\int \frac {\cos (\frac {1}{2} b^2 \pi x^2)}{\text {FresnelC}(b x)^3} \, dx\) [178]

Optimal. Leaf size=13 \[ -\frac {1}{2 b \text {FresnelC}(b x)^2} \]

[Out]

-1/2/b/FresnelC(b*x)^2

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 13, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {6576, 30} \begin {gather*} -\frac {1}{2 b \text {FresnelC}(b x)^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Cos[(b^2*Pi*x^2)/2]/FresnelC[b*x]^3,x]

[Out]

-1/2*1/(b*FresnelC[b*x]^2)

Rule 30

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

Rule 6576

Int[Cos[(d_.)*(x_)^2]*FresnelC[(b_.)*(x_)]^(n_.), x_Symbol] :> Dist[Pi*(b/(2*d)), Subst[Int[x^n, x], x, Fresne
lC[b*x]], x] /; FreeQ[{b, d, n}, x] && EqQ[d^2, (Pi^2/4)*b^4]

Rubi steps

\begin {align*} \int \frac {\cos \left (\frac {1}{2} b^2 \pi x^2\right )}{C(b x)^3} \, dx &=\frac {\text {Subst}\left (\int \frac {1}{x^3} \, dx,x,C(b x)\right )}{b}\\ &=-\frac {1}{2 b C(b x)^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 13, normalized size = 1.00 \begin {gather*} -\frac {1}{2 b \text {FresnelC}(b x)^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Cos[(b^2*Pi*x^2)/2]/FresnelC[b*x]^3,x]

[Out]

-1/2*1/(b*FresnelC[b*x]^2)

________________________________________________________________________________________

Maple [A]
time = 0.19, size = 12, normalized size = 0.92

method result size
derivativedivides \(-\frac {1}{2 b \FresnelC \left (b x \right )^{2}}\) \(12\)
default \(-\frac {1}{2 b \FresnelC \left (b x \right )^{2}}\) \(12\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(1/2*b^2*Pi*x^2)/FresnelC(b*x)^3,x,method=_RETURNVERBOSE)

[Out]

-1/2/b/FresnelC(b*x)^2

________________________________________________________________________________________

Maxima [A]
time = 0.25, size = 11, normalized size = 0.85 \begin {gather*} -\frac {1}{2 \, b \operatorname {C}\left (b x\right )^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(1/2*b^2*pi*x^2)/fresnel_cos(b*x)^3,x, algorithm="maxima")

[Out]

-1/2/(b*fresnel_cos(b*x)^2)

________________________________________________________________________________________

Fricas [A]
time = 0.32, size = 11, normalized size = 0.85 \begin {gather*} -\frac {1}{2 \, b \operatorname {C}\left (b x\right )^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(1/2*b^2*pi*x^2)/fresnel_cos(b*x)^3,x, algorithm="fricas")

[Out]

-1/2/(b*fresnel_cos(b*x)^2)

________________________________________________________________________________________

Sympy [A]
time = 0.44, size = 15, normalized size = 1.15 \begin {gather*} \begin {cases} - \frac {1}{2 b C^{2}\left (b x\right )} & \text {for}\: b \neq 0 \\\tilde {\infty } x & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(1/2*b**2*pi*x**2)/fresnelc(b*x)**3,x)

[Out]

Piecewise((-1/(2*b*fresnelc(b*x)**2), Ne(b, 0)), (zoo*x, True))

________________________________________________________________________________________

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(cos(1/2*b^2*pi*x^2)/fresnel_cos(b*x)^3,x, algorithm="giac")

[Out]

integrate(cos(1/2*pi*b^2*x^2)/fresnel_cos(b*x)^3, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.08 \begin {gather*} \int \frac {\cos \left (\frac {\Pi \,b^2\,x^2}{2}\right )}{{\mathrm {FresnelC}\left (b\,x\right )}^3} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos((Pi*b^2*x^2)/2)/FresnelC(b*x)^3,x)

[Out]

int(cos((Pi*b^2*x^2)/2)/FresnelC(b*x)^3, x)

________________________________________________________________________________________