4

I'm interested in knowing if the indefinite integral of $x^x$ can be found in terms of elementary functions.

I am under the impression (be it correct or incorrect) that it can be found. This is why: the derivative of $x^x$ has $x^x$ in it ($d/dx[x^x] = x^x(\ln(x) + 1)$). The derivative is quite easy to find with logarithmic differentiation, but the integral – not so much.

If the indefinite integral cannot be defined in terms of elementary functions, why?

If the indefinite integral can be found, would you please work it out? I find myself lost here, I've tried multiple methods.

T. Kent
  • 41
  • 3
    Go to wolframalpha.com, enter something like int(x^x,x) into the box, and see what happens. I would guess that if it gives any answer it will be in terms of special functions (not elementary functions). – Stefan Smith Apr 29 '13 at 19:15
  • Let $F(x) = \int x^x,\mathrm dx$. Then $F'(x)=x^x$. Let's make the ansatz $F(x) = x^x f(x)$. Then $F'(x) = x^x((1+\ln x)f(x) + f'(x))$. Therefore $f(x)$ should solve the differential equation $f'(x) + (1+\ln x)f(x) = 1$. Unfortunately I have no idea how you would solve that differential equation. – celtschk Aug 01 '13 at 14:08
  • 1
    This function has no elementary antiderivative. Of course, it can be integrated numerically over given intervals (using a series expansion or other methods). This is a famous example. See here. – Andrés E. Caicedo Sep 01 '13 at 19:28
  • There are a few questions on this site listing references on this topic, for example this one. – Andrés E. Caicedo Sep 01 '13 at 19:30
  • Your impression is based on a bad analogy between the simplicity of the derivative and that of the integral. It is essentially the same as claiming that, since $1/x$ is easy to differentiate as a rational function, it must also be easy to integrate as one. – Ryan Reich Sep 01 '13 at 20:49

3 Answers3

1

Hint: $x^x=e^{x \ln x}=\sum_{k=0}^{\infty}\frac{(x \ln x)^k}{k!}$. Then interchange the integral sign and summation sign.

Ishigami
  • 1,535
1

I remember doing a STEP question, which basically lead to solving this integral http://www.mathshelper.co.uk/STEP%20III%202009.pdf q8.

WhizKid
  • 857
1

No, $\int x^x\;dx$ is not an elementary function.

GEdgar
  • 111,679