I know how to solve this integral with u-substitution but im pretty sure it can be solved using the fact that if $ f(x) = x \cdot \ln{x} $ then $f^{\prime} = \ln{x} +1 $. However i don't know how.
Asked
Active
Viewed 55 times
3 Answers
1
Write
$$\frac{1+x\ln x}{x\ln x}=1+\frac{1}{x\ln x}=1+\frac{1/x}{\ln x}$$
Jean-Claude Arbaut
- 23,277
-
ah Of course! thank you. – Johnny Feb 17 '20 at 11:24
1
Add and subtract a log in the numerator like so:
$$\int \frac{1+\ln x - \ln x + x\ln x}{x\ln x}\:dx = \int \frac{1+\ln x}{x\ln x}+1-\frac{1}{x}\:dx = \ln(x\ln x)+x-\ln x + C$$ $$ = \ln \ln x + x + C$$
Ninad Munshi
- 34,407
1
You can just use the following:$$I=\int\frac{1+x\ln x}{x\ln x}dx=\int\frac{1/x}{\ln x}dx+x=\int \frac{d(\ln x)}{\ln x}dx+x=\ln(\ln x)+x+C.$$
Samrat Mukhopadhyay
- 16,277