3.120 \(\int \frac{\text{FresnelC}(b x)}{x^3} \, dx\)

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

[Out]

-(b*Cos[(b^2*Pi*x^2)/2])/(2*x) - FresnelC[b*x]/(2*x^2) - (b^2*Pi*FresnelS[b*x])/2

________________________________________________________________________________________

Rubi [A]  time = 0.0285715, antiderivative size = 44, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 8, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.375, Rules used = {6427, 3388, 3351} \[ -\frac{1}{2} \pi b^2 S(b x)-\frac{b \cos \left (\frac{1}{2} \pi b^2 x^2\right )}{2 x}-\frac{\text{FresnelC}(b x)}{2 x^2} \]

Antiderivative was successfully verified.

[In]

Int[FresnelC[b*x]/x^3,x]

[Out]

-(b*Cos[(b^2*Pi*x^2)/2])/(2*x) - FresnelC[b*x]/(2*x^2) - (b^2*Pi*FresnelS[b*x])/2

Rule 6427

Int[FresnelC[(b_.)*(x_)]*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[((d*x)^(m + 1)*FresnelC[b*x])/(d*(m + 1)), x] -
 Dist[b/(d*(m + 1)), Int[(d*x)^(m + 1)*Cos[(Pi*b^2*x^2)/2], x], x] /; FreeQ[{b, d, m}, x] && NeQ[m, -1]

Rule 3388

Int[Cos[(c_.) + (d_.)*(x_)^(n_)]*((e_.)*(x_))^(m_), x_Symbol] :> Simp[((e*x)^(m + 1)*Cos[c + d*x^n])/(e*(m + 1
)), x] + Dist[(d*n)/(e^n*(m + 1)), Int[(e*x)^(m + n)*Sin[c + d*x^n], x], x] /; FreeQ[{c, d, e}, x] && IGtQ[n,
0] && LtQ[m, -1]

Rule 3351

Int[Sin[(d_.)*((e_.) + (f_.)*(x_))^2], x_Symbol] :> Simp[(Sqrt[Pi/2]*FresnelS[Sqrt[2/Pi]*Rt[d, 2]*(e + f*x)])/
(f*Rt[d, 2]), x] /; FreeQ[{d, e, f}, x]

Rubi steps

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

Mathematica [A]  time = 0.0109718, size = 44, normalized size = 1. \[ -\frac{1}{2} \pi b^2 S(b x)-\frac{b \cos \left (\frac{1}{2} \pi b^2 x^2\right )}{2 x}-\frac{\text{FresnelC}(b x)}{2 x^2} \]

Antiderivative was successfully verified.

[In]

Integrate[FresnelC[b*x]/x^3,x]

[Out]

-(b*Cos[(b^2*Pi*x^2)/2])/(2*x) - FresnelC[b*x]/(2*x^2) - (b^2*Pi*FresnelS[b*x])/2

________________________________________________________________________________________

Maple [A]  time = 0.048, size = 43, normalized size = 1. \begin{align*}{b}^{2} \left ( -{\frac{{\it FresnelC} \left ( bx \right ) }{2\,{b}^{2}{x}^{2}}}-{\frac{1}{2\,bx}\cos \left ({\frac{{b}^{2}\pi \,{x}^{2}}{2}} \right ) }-{\frac{\pi \,{\it FresnelS} \left ( bx \right ) }{2}} \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(FresnelC(b*x)/x^3,x)

[Out]

b^2*(-1/2*FresnelC(b*x)/b^2/x^2-1/2/b/x*cos(1/2*b^2*Pi*x^2)-1/2*Pi*FresnelS(b*x))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(fresnelc(b*x)/x^3,x, algorithm="maxima")

[Out]

integrate(fresnelc(b*x)/x^3, x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(fresnelc(b*x)/x^3,x, algorithm="fricas")

[Out]

integral(fresnelc(b*x)/x^3, x)

________________________________________________________________________________________

Sympy [A]  time = 0.633295, size = 51, normalized size = 1.16 \begin{align*} \frac{b \Gamma \left (- \frac{1}{4}\right ) \Gamma \left (\frac{1}{4}\right ){{}_{2}F_{3}\left (\begin{matrix} - \frac{1}{4}, \frac{1}{4} \\ \frac{1}{2}, \frac{3}{4}, \frac{5}{4} \end{matrix}\middle |{- \frac{\pi ^{2} b^{4} x^{4}}{16}} \right )}}{16 x \Gamma \left (\frac{3}{4}\right ) \Gamma \left (\frac{5}{4}\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(fresnelc(b*x)/x**3,x)

[Out]

b*gamma(-1/4)*gamma(1/4)*hyper((-1/4, 1/4), (1/2, 3/4, 5/4), -pi**2*b**4*x**4/16)/(16*x*gamma(3/4)*gamma(5/4))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(fresnelc(b*x)/x^3,x, algorithm="giac")

[Out]

integrate(fresnelc(b*x)/x^3, x)