While looking on forums for challenging high school math questions, I came across the following integral:
(excuse me if I forget to write dt or dx, the work should still be correct)
$$I=\int\frac{2x^{2}+1}{x^{3}+x\ln\left(x\right)} \,\Bbb dx.$$
First I used the substitution $\ln(x)=t$ leading to the following: $$x=e^t, \qquad \frac{\Bbb dx}{\Bbb dt}=e^t.$$
\begin{align} I&=\int \frac{2e^{2t}+1}{e^{3t}+t\cdot e^{t}}\,\Bbb dx\\ &=\int\frac{2e^{2t}+1}{e^{2t}+t}\,\Bbb dt \tag{Eq. 1}\\ &=\int\frac{f'(t)}{f(t)}\,\Bbb dt\\ &=\ln(e^{2t}+t)+c. \tag{Integral exists} \end{align}
This proves the existence of the integral. Continuing from (Eq. 1) and integrating by parts yields the following:
$$(\text{Eq. 1}) \implies I=\int\frac{2e^{2t}+1}{e^{2t}+t}\,\Bbb dt =\int uv'=uv-\int vdu.$$
$u=(e^{2t}+t)^{-1}$, $u'=-(e^{2t}+t)^{-2}\cdot(2e^{2t}+1)$.
$v'=2e^{2t}+1$, $v=e^{2t}+t$.
\begin{align} I&=(e^{2t}+t)\cdot(e^{2t}+t)^{-1}-\int -(e^{2t}+t)^{-2}\cdot(2e^{2t}+1)\cdot(e^{2t}+t)\\ &=\frac{(e^{2t}+t)}{(e^{2t}+t)}+\int(e^{2t}+t)^{-1}\cdot(2e^{2t}+1)\\ &=1+\int\frac{2e^{2t}+1}{e^{2t}+t}, \end{align} and $\int(2e^{2t}+1)/(e^{2t}+t)\,\Bbb dt$ is just equal to $I$, so:
\begin{align} I &= 1+I, \\ 0 &= 1. \end{align}
As for any argument relating to $I$ diverging to infinity, thus making the statement true, I could just make the integral definite in $(a,b)$ for any values of a and b that are both defined and result in a finite value for the integral
Similarly, if anyone thinks it’s because of the constant, assume:
$$I=f(t) +c,$$
then
$$f(t) +c =1+f(t) +c,\\0=1$$
And even if you could evaluate them separately for two different constants $C$ and $D$ such that $C=D+1$ and they cancel out to $0=1$, I could always just do the opposite and assign initial conditions to evaluate it such that it again leads to a contradiction. Or I could apply limits so that the constants cancel out anyway.
I don’t think either of these arguments are the real solution. I couldn’t find any restrictions on using integration by parts, or any mistake in my work. Still stuck on this.