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

Optimal. Leaf size=23 \[ \text {Int}\left (\frac {S(b x) \cos \left (\frac {1}{2} \pi b^2 x^2\right )}{x},x\right ) \]

[Out]

Unintegrable(cos(1/2*b^2*Pi*x^2)*FresnelS(b*x)/x,x)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\cos \left (\frac {1}{2} b^2 \pi x^2\right ) S(b x)}{x} \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 0, normalized size = 0.00 \[ \int \frac {\cos \left (\frac {1}{2} b^2 \pi x^2\right ) S(b x)}{x} \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\cos \left (\frac {1}{2} \, \pi b^{2} x^{2}\right ) {\rm fresnels}\left (b x\right )}{x}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\cos \left (\frac {1}{2} \, \pi b^{2} x^{2}\right ) {\rm fresnels}\left (b x\right )}{x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.03, size = 0, normalized size = 0.00 \[ \int \frac {\cos \left (\frac {b^{2} \pi \,x^{2}}{2}\right ) \mathrm {S}\left (b x \right )}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\cos \left (\frac {1}{2} \, \pi b^{2} x^{2}\right ) {\rm fresnels}\left (b x\right )}{x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.04 \[ \int \frac {\mathrm {FresnelS}\left (b\,x\right )\,\cos \left (\frac {\Pi \,b^2\,x^2}{2}\right )}{x} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\cos {\left (\frac {\pi b^{2} x^{2}}{2} \right )} S\left (b x\right )}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(cos(pi*b**2*x**2/2)*fresnels(b*x)/x, x)

________________________________________________________________________________________