3.748 \(\int \frac {x}{\sqrt {\frac {1-x}{1+x}} (1+x)} \, dx\)

Optimal. Leaf size=20 \[ -\sqrt {\frac {1-x}{x+1}} (x+1) \]

[Out]

-(1+x)*((1-x)/(1+x))^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 20, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.136, Rules used = {1962, 12, 383} \[ -\sqrt {\frac {1-x}{x+1}} (x+1) \]

Antiderivative was successfully verified.

[In]

Int[x/(Sqrt[(1 - x)/(1 + x)]*(1 + x)),x]

[Out]

-(Sqrt[(1 - x)/(1 + x)]*(1 + x))

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 383

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

Rule 1962

Int[(u_)^(r_.)*(x_)^(m_.)*(((e_.)*((a_.) + (b_.)*(x_)^(n_.)))/((c_) + (d_.)*(x_)^(n_.)))^(p_), x_Symbol] :> Wi
th[{q = Denominator[p]}, Dist[(q*e*(b*c - a*d))/n, Subst[Int[SimplifyIntegrand[(x^(q*(p + 1) - 1)*(-(a*e) + c*
x^q)^((m + 1)/n - 1)*(u /. x -> (-(a*e) + c*x^q)^(1/n)/(b*e - d*x^q)^(1/n))^r)/(b*e - d*x^q)^((m + 1)/n + 1),
x], x], x, ((e*(a + b*x^n))/(c + d*x^n))^(1/q)], x]] /; FreeQ[{a, b, c, d, e}, x] && PolynomialQ[u, x] && Frac
tionQ[p] && IntegerQ[1/n] && IntegersQ[m, r]

Rubi steps

\begin {align*} \int \frac {x}{\sqrt {\frac {1-x}{1+x}} (1+x)} \, dx &=-\left (4 \operatorname {Subst}\left (\int \frac {1-x^2}{2 \left (1+x^2\right )^2} \, dx,x,\sqrt {\frac {1-x}{1+x}}\right )\right )\\ &=-\left (2 \operatorname {Subst}\left (\int \frac {1-x^2}{\left (1+x^2\right )^2} \, dx,x,\sqrt {\frac {1-x}{1+x}}\right )\right )\\ &=-\sqrt {\frac {1-x}{1+x}} (1+x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 19, normalized size = 0.95 \[ \frac {x-1}{\sqrt {\frac {1-x}{x+1}}} \]

Antiderivative was successfully verified.

[In]

Integrate[x/(Sqrt[(1 - x)/(1 + x)]*(1 + x)),x]

[Out]

(-1 + x)/Sqrt[(1 - x)/(1 + x)]

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 17, normalized size = 0.85 \[ -{\left (x + 1\right )} \sqrt {-\frac {x - 1}{x + 1}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(1+x)/((1-x)/(1+x))^(1/2),x, algorithm="fricas")

[Out]

-(x + 1)*sqrt(-(x - 1)/(x + 1))

________________________________________________________________________________________

giac [A]  time = 0.42, size = 29, normalized size = 1.45 \[ -\frac {2}{\sqrt {-\frac {x - 1}{x + 1}} + \frac {1}{\sqrt {-\frac {x - 1}{x + 1}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(1+x)/((1-x)/(1+x))^(1/2),x, algorithm="giac")

[Out]

-2/(sqrt(-(x - 1)/(x + 1)) + 1/sqrt(-(x - 1)/(x + 1)))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 17, normalized size = 0.85 \[ \frac {x -1}{\sqrt {-\frac {x -1}{x +1}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(x+1)/((-x+1)/(x+1))^(1/2),x)

[Out]

(x-1)/(-(x-1)/(x+1))^(1/2)

________________________________________________________________________________________

maxima [A]  time = 0.61, size = 27, normalized size = 1.35 \[ \frac {2 \, \sqrt {-\frac {x - 1}{x + 1}}}{\frac {x - 1}{x + 1} - 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(1+x)/((1-x)/(1+x))^(1/2),x, algorithm="maxima")

[Out]

2*sqrt(-(x - 1)/(x + 1))/((x - 1)/(x + 1) - 1)

________________________________________________________________________________________

mupad [B]  time = 0.06, size = 17, normalized size = 0.85 \[ -\sqrt {-\frac {x-1}{x+1}}\,\left (x+1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/((-(x - 1)/(x + 1))^(1/2)*(x + 1)),x)

[Out]

-(-(x - 1)/(x + 1))^(1/2)*(x + 1)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x}{\sqrt {- \frac {x - 1}{x + 1}} \left (x + 1\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(1+x)/((1-x)/(1+x))**(1/2),x)

[Out]

Integral(x/(sqrt(-(x - 1)/(x + 1))*(x + 1)), x)

________________________________________________________________________________________