EDIT: The full answer has been posted by myself. Feel free to check the logic within.
How does one indefinitely integrate a function in the form of $$f(x)=x^{1/x}$$ Looking at all the things that I know there is nothing about exponents with variables. So how does one find: $$\int x^{1/x}\;\mathrm dx?$$ I am more interested in the technique for doing so rather than the solution as it is of no real significance but merely a curiosity.
There is no actual method for determining a indefinite integral because rational combinations of the elementary functions $\{x, x^2, e^x, \log(x), \text{trig functions}, \ldots\}$ which we use normally to represent integrals aren't enough to express the integral $\int x^{1/x} \,\mathrm d x$ (which is a rather interesting concept, I find). But numerical methods such as Simpson's, Boole's, Hardy's, and/or Weddle's method can be used to approximate this integral as can they for any other.