3.66 \(\int S(b x) \sin (\frac{1}{2} b^2 \pi x^2) \, dx\)

Optimal. Leaf size=13 \[ \frac{S(b x)^2}{2 b} \]

[Out]

FresnelS[b*x]^2/(2*b)

________________________________________________________________________________________

Rubi [A]  time = 0.0113005, antiderivative size = 13, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.118, Rules used = {6440, 30} \[ \frac{S(b x)^2}{2 b} \]

Antiderivative was successfully verified.

[In]

Int[FresnelS[b*x]*Sin[(b^2*Pi*x^2)/2],x]

[Out]

FresnelS[b*x]^2/(2*b)

Rule 6440

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

Rule 30

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

Rubi steps

\begin{align*} \int S(b x) \sin \left (\frac{1}{2} b^2 \pi x^2\right ) \, dx &=\frac{\operatorname{Subst}(\int x \, dx,x,S(b x))}{b}\\ &=\frac{S(b x)^2}{2 b}\\ \end{align*}

Mathematica [A]  time = 0.0026855, size = 13, normalized size = 1. \[ \frac{S(b x)^2}{2 b} \]

Antiderivative was successfully verified.

[In]

Integrate[FresnelS[b*x]*Sin[(b^2*Pi*x^2)/2],x]

[Out]

FresnelS[b*x]^2/(2*b)

________________________________________________________________________________________

Maple [A]  time = 0.045, size = 12, normalized size = 0.9 \begin{align*}{\frac{ \left ({\it FresnelS} \left ( bx \right ) \right ) ^{2}}{2\,b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(FresnelS(b*x)*sin(1/2*b^2*Pi*x^2),x)

[Out]

1/2*FresnelS(b*x)^2/b

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\rm fresnels}\left (b x\right ) \sin \left (\frac{1}{2} \, \pi b^{2} x^{2}\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(fresnels(b*x)*sin(1/2*b^2*pi*x^2),x, algorithm="maxima")

[Out]

integrate(fresnels(b*x)*sin(1/2*pi*b^2*x^2), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left ({\rm fresnels}\left (b x\right ) \sin \left (\frac{1}{2} \, \pi b^{2} x^{2}\right ), x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(fresnels(b*x)*sin(1/2*b^2*pi*x^2),x, algorithm="fricas")

[Out]

integral(fresnels(b*x)*sin(1/2*pi*b^2*x^2), x)

________________________________________________________________________________________

Sympy [A]  time = 0.434449, size = 10, normalized size = 0.77 \begin{align*} \begin{cases} \frac{S^{2}\left (b x\right )}{2 b} & \text{for}\: b \neq 0 \\0 & \text{otherwise} \end{cases} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(fresnels(b*x)*sin(1/2*b**2*pi*x**2),x)

[Out]

Piecewise((fresnels(b*x)**2/(2*b), Ne(b, 0)), (0, True))

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\rm fresnels}\left (b x\right ) \sin \left (\frac{1}{2} \, \pi b^{2} x^{2}\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(fresnels(b*x)*sin(1/2*b^2*pi*x^2),x, algorithm="giac")

[Out]

integrate(fresnels(b*x)*sin(1/2*pi*b^2*x^2), x)