4

How do i integrate this without any substitution, purely algebraically :

$$x^x \ln ex$$

I've tried a lot but not have been able to:

$$x^x \ (ln x + 1) = \ln x^{x^x} + x^x$$

or $e^{x \ln x}\ln (x+1)$, i've tried all these methods

How do proceed after this?

2 Answers2

5

Let $y=x^x$, then $$\ln y=x\ln x\implies \frac{y'}{y}=\ln x+1\\ y'=x^x(\ln x+1)=x^x\ln(ex)$$then $$\int x^x\ln(ex)=y+c=x^x+c$$

Semsem
  • 7,651
4

Comment turned into answer per request.

Notice $$x^x \log(ex) = x^x(1 + \log x) = x^x (x\log x)' = x^x (\log x^x)' = x^x \frac{(x^x)'}{x^x} = (x^x)'$$

We have

$$\int x^x \log(ex) dx = \int d(x^x) = x^x + \text{constant.}$$

achille hui
  • 122,701