\(\int (a+b \sin (e+f x))^n \, dx\) [225]

Optimal result
Mathematica [A] (warning: unable to verify)
Rubi [A] (verified)
Maple [F]
Fricas [F]
Sympy [F]
Maxima [F]
Giac [F]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 12, antiderivative size = 104 \[ \int (a+b \sin (e+f x))^n \, dx=-\frac {\sqrt {2} \operatorname {AppellF1}\left (\frac {1}{2},\frac {1}{2},-n,\frac {3}{2},\frac {1}{2} (1-\sin (e+f x)),\frac {b (1-\sin (e+f x))}{a+b}\right ) \cos (e+f x) (a+b \sin (e+f x))^n \left (\frac {a+b \sin (e+f x)}{a+b}\right )^{-n}}{f \sqrt {1+\sin (e+f x)}} \] Output:

-2^(1/2)*AppellF1(1/2,-n,1/2,3/2,b*(1-sin(f*x+e))/(a+b),1/2-1/2*sin(f*x+e) 
)*cos(f*x+e)*(a+b*sin(f*x+e))^n/f/(1+sin(f*x+e))^(1/2)/(((a+b*sin(f*x+e))/ 
(a+b))^n)
 

Mathematica [A] (warning: unable to verify)

Time = 0.42 (sec) , antiderivative size = 120, normalized size of antiderivative = 1.15 \[ \int (a+b \sin (e+f x))^n \, dx=\frac {\operatorname {AppellF1}\left (1+n,\frac {1}{2},\frac {1}{2},2+n,\frac {a+b \sin (e+f x)}{a-b},\frac {a+b \sin (e+f x)}{a+b}\right ) \sec (e+f x) \sqrt {-\frac {b (-1+\sin (e+f x))}{a+b}} \sqrt {\frac {b (1+\sin (e+f x))}{-a+b}} (a+b \sin (e+f x))^{1+n}}{b f (1+n)} \] Input:

Integrate[(a + b*Sin[e + f*x])^n,x]
 

Output:

(AppellF1[1 + n, 1/2, 1/2, 2 + n, (a + b*Sin[e + f*x])/(a - b), (a + b*Sin 
[e + f*x])/(a + b)]*Sec[e + f*x]*Sqrt[-((b*(-1 + Sin[e + f*x]))/(a + b))]* 
Sqrt[(b*(1 + Sin[e + f*x]))/(-a + b)]*(a + b*Sin[e + f*x])^(1 + n))/(b*f*( 
1 + n))
 

Rubi [A] (verified)

Time = 0.26 (sec) , antiderivative size = 104, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {3042, 3144, 156, 155}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int (a+b \sin (e+f x))^n \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int (a+b \sin (e+f x))^ndx\)

\(\Big \downarrow \) 3144

\(\displaystyle \frac {\cos (e+f x) \int \frac {(a+b \sin (e+f x))^n}{\sqrt {1-\sin (e+f x)} \sqrt {\sin (e+f x)+1}}d\sin (e+f x)}{f \sqrt {1-\sin (e+f x)} \sqrt {\sin (e+f x)+1}}\)

\(\Big \downarrow \) 156

\(\displaystyle \frac {\cos (e+f x) (a+b \sin (e+f x))^n \left (\frac {a+b \sin (e+f x)}{a+b}\right )^{-n} \int \frac {\left (\frac {a}{a+b}+\frac {b \sin (e+f x)}{a+b}\right )^n}{\sqrt {1-\sin (e+f x)} \sqrt {\sin (e+f x)+1}}d\sin (e+f x)}{f \sqrt {1-\sin (e+f x)} \sqrt {\sin (e+f x)+1}}\)

\(\Big \downarrow \) 155

\(\displaystyle -\frac {\sqrt {2} \cos (e+f x) (a+b \sin (e+f x))^n \left (\frac {a+b \sin (e+f x)}{a+b}\right )^{-n} \operatorname {AppellF1}\left (\frac {1}{2},\frac {1}{2},-n,\frac {3}{2},\frac {1}{2} (1-\sin (e+f x)),\frac {b (1-\sin (e+f x))}{a+b}\right )}{f \sqrt {\sin (e+f x)+1}}\)

Input:

Int[(a + b*Sin[e + f*x])^n,x]
 

Output:

-((Sqrt[2]*AppellF1[1/2, 1/2, -n, 3/2, (1 - Sin[e + f*x])/2, (b*(1 - Sin[e 
 + f*x]))/(a + b)]*Cos[e + f*x]*(a + b*Sin[e + f*x])^n)/(f*Sqrt[1 + Sin[e 
+ f*x]]*((a + b*Sin[e + f*x])/(a + b))^n))
 

Defintions of rubi rules used

rule 155
Int[((a_) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_)*((e_.) + (f_.)*(x_)) 
^(p_), x_] :> Simp[((a + b*x)^(m + 1)/(b*(m + 1)*Simplify[b/(b*c - a*d)]^n* 
Simplify[b/(b*e - a*f)]^p))*AppellF1[m + 1, -n, -p, m + 2, (-d)*((a + b*x)/ 
(b*c - a*d)), (-f)*((a + b*x)/(b*e - a*f))], x] /; FreeQ[{a, b, c, d, e, f, 
 m, n, p}, x] &&  !IntegerQ[m] &&  !IntegerQ[n] &&  !IntegerQ[p] && GtQ[Sim 
plify[b/(b*c - a*d)], 0] && GtQ[Simplify[b/(b*e - a*f)], 0] &&  !(GtQ[Simpl 
ify[d/(d*a - c*b)], 0] && GtQ[Simplify[d/(d*e - c*f)], 0] && SimplerQ[c + d 
*x, a + b*x]) &&  !(GtQ[Simplify[f/(f*a - e*b)], 0] && GtQ[Simplify[f/(f*c 
- e*d)], 0] && SimplerQ[e + f*x, a + b*x])
 

rule 156
Int[((a_) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_)*((e_.) + (f_.)*(x_)) 
^(p_), x_] :> Simp[(e + f*x)^FracPart[p]/(Simplify[b/(b*e - a*f)]^IntPart[p 
]*(b*((e + f*x)/(b*e - a*f)))^FracPart[p])   Int[(a + b*x)^m*(c + d*x)^n*Si 
mp[b*(e/(b*e - a*f)) + b*f*(x/(b*e - a*f)), x]^p, x], x] /; FreeQ[{a, b, c, 
 d, e, f, m, n, p}, x] &&  !IntegerQ[m] &&  !IntegerQ[n] &&  !IntegerQ[p] & 
& GtQ[Simplify[b/(b*c - a*d)], 0] &&  !GtQ[Simplify[b/(b*e - a*f)], 0]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 3144
Int[((a_) + (b_.)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[Cos[c + 
d*x]/(d*Sqrt[1 + Sin[c + d*x]]*Sqrt[1 - Sin[c + d*x]])   Subst[Int[(a + b*x 
)^n/(Sqrt[1 + x]*Sqrt[1 - x]), x], x, Sin[c + d*x]], x] /; FreeQ[{a, b, c, 
d, n}, x] && NeQ[a^2 - b^2, 0] &&  !IntegerQ[2*n]
 
Maple [F]

\[\int \left (a +b \sin \left (f x +e \right )\right )^{n}d x\]

Input:

int((a+b*sin(f*x+e))^n,x)
 

Output:

int((a+b*sin(f*x+e))^n,x)
 

Fricas [F]

\[ \int (a+b \sin (e+f x))^n \, dx=\int { {\left (b \sin \left (f x + e\right ) + a\right )}^{n} \,d x } \] Input:

integrate((a+b*sin(f*x+e))^n,x, algorithm="fricas")
 

Output:

integral((b*sin(f*x + e) + a)^n, x)
 

Sympy [F]

\[ \int (a+b \sin (e+f x))^n \, dx=\int \left (a + b \sin {\left (e + f x \right )}\right )^{n}\, dx \] Input:

integrate((a+b*sin(f*x+e))**n,x)
 

Output:

Integral((a + b*sin(e + f*x))**n, x)
 

Maxima [F]

\[ \int (a+b \sin (e+f x))^n \, dx=\int { {\left (b \sin \left (f x + e\right ) + a\right )}^{n} \,d x } \] Input:

integrate((a+b*sin(f*x+e))^n,x, algorithm="maxima")
 

Output:

integrate((b*sin(f*x + e) + a)^n, x)
 

Giac [F]

\[ \int (a+b \sin (e+f x))^n \, dx=\int { {\left (b \sin \left (f x + e\right ) + a\right )}^{n} \,d x } \] Input:

integrate((a+b*sin(f*x+e))^n,x, algorithm="giac")
 

Output:

integrate((b*sin(f*x + e) + a)^n, x)
 

Mupad [F(-1)]

Timed out. \[ \int (a+b \sin (e+f x))^n \, dx=\int {\left (a+b\,\sin \left (e+f\,x\right )\right )}^n \,d x \] Input:

int((a + b*sin(e + f*x))^n,x)
 

Output:

int((a + b*sin(e + f*x))^n, x)
 

Reduce [F]

\[ \int (a+b \sin (e+f x))^n \, dx=\int \left (\sin \left (f x +e \right ) b +a \right )^{n}d x \] Input:

int((a+b*sin(f*x+e))^n,x)
 

Output:

int((sin(e + f*x)*b + a)**n,x)