3.60 \(\int \frac {1}{1+t} \, dt\)

Optimal. Leaf size=4 \[ \log (t+1) \]

[Out]

ln(1+t)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 4, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {31} \[ \log (t+1) \]

Antiderivative was successfully verified.

[In]

Int[(1 + t)^(-1),t]

[Out]

Log[1 + t]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rubi steps

\begin {align*} \int \frac {1}{1+t} \, dt &=\log (1+t)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 4, normalized size = 1.00 \[ \log (t+1) \]

Antiderivative was successfully verified.

[In]

Integrate[(1 + t)^(-1),t]

[Out]

Log[1 + t]

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 4, normalized size = 1.00 \[ \log \left (t + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+t),t, algorithm="fricas")

[Out]

log(t + 1)

________________________________________________________________________________________

giac [A]  time = 0.01, size = 5, normalized size = 1.25 \[ \log \left ({\left | t + 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+t),t, algorithm="giac")

[Out]

log(abs(t + 1))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 5, normalized size = 1.25 \[ \ln \left (t +1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(t+1),t)

[Out]

ln(t+1)

________________________________________________________________________________________

maxima [A]  time = 0.53, size = 4, normalized size = 1.00 \[ \log \left (t + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+t),t, algorithm="maxima")

[Out]

log(t + 1)

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 4, normalized size = 1.00 \[ \ln \left (t+1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(t + 1),t)

[Out]

log(t + 1)

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 3, normalized size = 0.75 \[ \log {\left (t + 1 \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+t),t)

[Out]

log(t + 1)

________________________________________________________________________________________