\(\int \frac {2^x}{a+4^{-x} b} \, dx\) [485]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [B] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [F]
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 15, antiderivative size = 43 \[ \int \frac {2^x}{a+4^{-x} b} \, dx=\frac {2^x}{a \log (2)}-\frac {\sqrt {b} \arctan \left (\frac {2^x \sqrt {a}}{\sqrt {b}}\right )}{a^{3/2} \log (2)} \]

[Out]

2^x/a/ln(2)-arctan(2^x*a^(1/2)/b^(1/2))*b^(1/2)/a^(3/2)/ln(2)

Rubi [A] (verified)

Time = 0.03 (sec) , antiderivative size = 43, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.267, Rules used = {2281, 199, 327, 211} \[ \int \frac {2^x}{a+4^{-x} b} \, dx=\frac {2^x}{a \log (2)}-\frac {\sqrt {b} \arctan \left (\frac {\sqrt {a} 2^x}{\sqrt {b}}\right )}{a^{3/2} \log (2)} \]

[In]

Int[2^x/(a + b/4^x),x]

[Out]

2^x/(a*Log[2]) - (Sqrt[b]*ArcTan[(2^x*Sqrt[a])/Sqrt[b]])/(a^(3/2)*Log[2])

Rule 199

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Int[x^(n*p)*(b + a/x^n)^p, x] /; FreeQ[{a, b}, x] && LtQ[n, 0]
 && IntegerQ[p]

Rule 211

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]/a)*ArcTan[x/Rt[a/b, 2]], x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 327

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[c^(n - 1)*(c*x)^(m - n + 1)*((a + b*x^n
)^(p + 1)/(b*(m + n*p + 1))), x] - Dist[a*c^n*((m - n + 1)/(b*(m + n*p + 1))), Int[(c*x)^(m - n)*(a + b*x^n)^p
, x], x] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0] && GtQ[m, n - 1] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b,
 c, n, m, p, x]

Rule 2281

Int[((a_) + (b_.)*(F_)^((e_.)*((c_.) + (d_.)*(x_))))^(p_.)*(G_)^((h_.)*((f_.) + (g_.)*(x_))), x_Symbol] :> Wit
h[{m = FullSimplify[d*e*(Log[F]/(g*h*Log[G]))]}, Dist[Denominator[m]/(g*h*Log[G]), Subst[Int[x^(Denominator[m]
 - 1)*(a + b*F^(c*e - d*e*(f/g))*x^Numerator[m])^p, x], x, G^(h*((f + g*x)/Denominator[m]))], x] /; LtQ[m, -1]
 || GtQ[m, 1]] /; FreeQ[{F, G, a, b, c, d, e, f, g, h, p}, x]

Rubi steps \begin{align*} \text {integral}& = \frac {\text {Subst}\left (\int \frac {1}{a+\frac {b}{x^2}} \, dx,x,2^x\right )}{\log (2)} \\ & = \frac {\text {Subst}\left (\int \frac {x^2}{b+a x^2} \, dx,x,2^x\right )}{\log (2)} \\ & = \frac {2^x}{a \log (2)}-\frac {b \text {Subst}\left (\int \frac {1}{b+a x^2} \, dx,x,2^x\right )}{a \log (2)} \\ & = \frac {2^x}{a \log (2)}-\frac {\sqrt {b} \tan ^{-1}\left (\frac {2^x \sqrt {a}}{\sqrt {b}}\right )}{a^{3/2} \log (2)} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.04 (sec) , antiderivative size = 40, normalized size of antiderivative = 0.93 \[ \int \frac {2^x}{a+4^{-x} b} \, dx=\frac {\frac {2^x}{a}-\frac {\sqrt {b} \arctan \left (\frac {2^x \sqrt {a}}{\sqrt {b}}\right )}{a^{3/2}}}{\log (2)} \]

[In]

Integrate[2^x/(a + b/4^x),x]

[Out]

(2^x/a - (Sqrt[b]*ArcTan[(2^x*Sqrt[a])/Sqrt[b]])/a^(3/2))/Log[2]

Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(73\) vs. \(2(35)=70\).

Time = 0.07 (sec) , antiderivative size = 74, normalized size of antiderivative = 1.72

method result size
risch \(\frac {2^{x}}{a \ln \left (2\right )}+\frac {\sqrt {-a b}\, \ln \left (2^{x}-\frac {\sqrt {-a b}}{a}\right )}{2 a^{2} \ln \left (2\right )}-\frac {\sqrt {-a b}\, \ln \left (2^{x}+\frac {\sqrt {-a b}}{a}\right )}{2 a^{2} \ln \left (2\right )}\) \(74\)

[In]

int(2^x/(a+b/(4^x)),x,method=_RETURNVERBOSE)

[Out]

2^x/a/ln(2)+1/2/a^2*(-a*b)^(1/2)/ln(2)*ln(2^x-1/a*(-a*b)^(1/2))-1/2/a^2*(-a*b)^(1/2)/ln(2)*ln(2^x+1/a*(-a*b)^(
1/2))

Fricas [A] (verification not implemented)

none

Time = 0.32 (sec) , antiderivative size = 102, normalized size of antiderivative = 2.37 \[ \int \frac {2^x}{a+4^{-x} b} \, dx=\left [\frac {\sqrt {-\frac {b}{a}} \log \left (-\frac {2 \cdot 2^{x} a \sqrt {-\frac {b}{a}} - 2^{2 \, x} a + b}{2^{2 \, x} a + b}\right ) + 2 \cdot 2^{x}}{2 \, a \log \left (2\right )}, -\frac {\sqrt {\frac {b}{a}} \arctan \left (\frac {2^{x} a \sqrt {\frac {b}{a}}}{b}\right ) - 2^{x}}{a \log \left (2\right )}\right ] \]

[In]

integrate(2^x/(a+b/(4^x)),x, algorithm="fricas")

[Out]

[1/2*(sqrt(-b/a)*log(-(2*2^x*a*sqrt(-b/a) - 2^(2*x)*a + b)/(2^(2*x)*a + b)) + 2*2^x)/(a*log(2)), -(sqrt(b/a)*a
rctan(2^x*a*sqrt(b/a)/b) - 2^x)/(a*log(2))]

Sympy [A] (verification not implemented)

Time = 0.26 (sec) , antiderivative size = 54, normalized size of antiderivative = 1.26 \[ \int \frac {2^x}{a+4^{-x} b} \, dx=\begin {cases} \frac {e^{\frac {x \log {\left (4 \right )}}{2}}}{a \log {\left (2 \right )}} & \text {for}\: a \log {\left (2 \right )} \neq 0 \\\frac {x}{a} & \text {otherwise} \end {cases} + \frac {\operatorname {RootSum} {\left (4 z^{2} a^{3} + b, \left ( i \mapsto i \log {\left (\frac {2 i a^{2}}{b} + e^{- \frac {x \log {\left (4 \right )}}{2}} \right )} \right )\right )}}{\log {\left (2 \right )}} \]

[In]

integrate(2**x/(a+b/(4**x)),x)

[Out]

Piecewise((exp(x*log(4)/2)/(a*log(2)), Ne(a*log(2), 0)), (x/a, True)) + RootSum(4*_z**2*a**3 + b, Lambda(_i, _
i*log(2*_i*a**2/b + exp(-x*log(4)/2))))/log(2)

Maxima [A] (verification not implemented)

none

Time = 0.29 (sec) , antiderivative size = 68, normalized size of antiderivative = 1.58 \[ \int \frac {2^x}{a+4^{-x} b} \, dx=\frac {b \arctan \left (\frac {b}{\sqrt {a b} 2^{x}}\right )}{\sqrt {a b} a \log \left (2\right )} + \frac {4^{\frac {1}{2} \, x} a + \frac {b}{4^{\frac {1}{2} \, x}}}{a^{2} \log \left (2\right )} - \frac {b}{2^{x} a^{2} \log \left (2\right )} \]

[In]

integrate(2^x/(a+b/(4^x)),x, algorithm="maxima")

[Out]

b*arctan(b/(sqrt(a*b)*2^x))/(sqrt(a*b)*a*log(2)) + (4^(1/2*x)*a + b/4^(1/2*x))/(a^2*log(2)) - b/(2^x*a^2*log(2
))

Giac [F]

\[ \int \frac {2^x}{a+4^{-x} b} \, dx=\int { \frac {2^{x}}{a + \frac {b}{4^{x}}} \,d x } \]

[In]

integrate(2^x/(a+b/(4^x)),x, algorithm="giac")

[Out]

integrate(2^x/(a + b/4^x), x)

Mupad [B] (verification not implemented)

Time = 0.29 (sec) , antiderivative size = 35, normalized size of antiderivative = 0.81 \[ \int \frac {2^x}{a+4^{-x} b} \, dx=\frac {2^x}{a\,\ln \left (2\right )}-\frac {\sqrt {b}\,\mathrm {atan}\left (\frac {2^x\,\sqrt {a}}{\sqrt {b}}\right )}{a^{3/2}\,\ln \left (2\right )} \]

[In]

int(2^x/(a + b/4^x),x)

[Out]

2^x/(a*log(2)) - (b^(1/2)*atan((2^x*a^(1/2))/b^(1/2)))/(a^(3/2)*log(2))