[Math] Antiderivative of $\log(x)$ without Parts

calculusintegrationlogarithmsreal-analysis

I understand how the antiderivative of $\log(x)$ can be obtained by Integration by Parts (i.e. product rule), but I was wondering how-if at all- it could be obtained only using sum/difference rule and substitution/chain rule.

Best Answer

$$\int_1^t \ln(x)\,dx = \int_1^t\int_1^x\frac 1u\,du\,dx = \int_1^t\int_u^t\frac 1u\,dx\,du = \int_1^t\frac{t-u}{u}\,du = {\large[}t\ln(u)-u{\large]}_{1}^t$$

Related Question