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

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

[Out]

Unintegrable(FresnelC(b*x)*sin(1/2*b^2*Pi*x^2)/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 {\text {FresnelC}(b x) \sin \left (\frac {1}{2} b^2 \pi x^2\right )}{x} \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

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

Rubi steps

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

________________________________________________________________________________________

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

Verification is Not applicable to the result.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.01, size = 0, normalized size = 0.00 \[ \int \frac {\FresnelC \left (b x \right ) \sin \left (\frac {b^{2} \pi \,x^{2}}{2}\right )}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(sin(pi*b**2*x**2/2)*fresnelc(b*x)/x, x)

________________________________________________________________________________________