I heard that that there are some unintegratable functions and I want to as if this one is not one of them?
\begin{equation}
\large \int \frac{t}{t+1}dt
\end{equation}
Got this by trying to solve another function and I need to check if this is not a dead end. If it is I will just have to find another way. It is likely that I just lack some skill and knowledge to solve it despite it`s simple appearance.
|
|
|||||||
|
|
This integral is easy to do: $$\begin{align*} \int \frac{t}{t+1}\,dt &= \int\frac{t+1-1}{t+1}\,dt\\ &= \int\left(\frac{t+1}{t+1}-\frac{1}{t+1}\right)\,dt\\ &= \int1\,dt - \int\frac{dt}{t+1}\\ &= t - \ln|t+1| + C. \end{align*}$$ You can verify this by differentiation: $$\frac{d}{dt}\left(t - \ln|t+1| + C\right) = 1 - \frac{1}{t+1} = \frac{t+1-1}{t+1} = \frac{t}{t+1}.$$ Note. What you have here is the integral of a rational function (a polynomial divided by a polynomial). In principle, every rational function has an elementary integral. There's even an algorithm for finding them. To find the integral of $\frac{p(t)}{q(t)}$, where $p$ and $q$ are polynomials:
|
||||
|
|
Use $u = t+1$. Then $t = u-1$ and $du = dt$, so that $$ \int \frac t{t+1} dt = \int \frac{u-1}u du = \int 1 du - \int \frac 1u du = u - \log u + C = t+1 - \log(t+1) + C. $$ "Unintegrable functions" are not functions with no primitive, they're just functions that we don't know how to compute the primitive by hand, i.e. they're not "expressible in terms of elementary functions". Hope that helps, |
|||
|
|
|
$u= t+1$ : $du=dt$ $\rightarrow \displaystyle \int\frac{u-1}{u} du = \int\frac{u}{u}\;du- \int\frac{1}{u}\;du = u-\ln u = t+1 - \ln(t+1) + C$ Hope I helped. |
||||
|
|