How Can I Integrate Special Functions Like x^x(ln x + 1)dx?

norice4u
Messages
12
Reaction score
0
This is a problem that came to me when i was doing implicit differentiation and i got curious as to how to integrate a problem like this. I was fascinated by the simplicity if an equation would have a complex integration problem.

Homework Statement



∫x^x(ln x + 1)dx, Question 1

∫x^x dx, Question 2

Homework Equations



In question 1 the original equation was an innocent looking harmless equation y=x^x.

In question 2 is what i would have obtain if i have done the following with question 1

∫x^x(ln x + 1)dx= ∫x^x . ln x dx + ∫x^x dx [Simply expanded the expression]

So as it seems expanding the equation does not help me at all.

The Attempt at a Solution


Even by substitution or using e^x properties does not help that is

x= e(ln x)
x^x= e^(ln x^x)
 
Physics news on Phys.org
Do you have any reason to believe this function can be integrated in terms of elementary functions?
 
Well the thing is, this was the result of an implicit differentiation, and since your referring that this cannot be integrated via elementary operations is there any special operations?
 
norice4u said:
This is a problem that came to me when i was doing implicit differentiation and i got curious as to how to integrate a problem like this. I was fascinated by the simplicity if an equation would have a complex integration problem.

Homework Statement



∫x^x(ln x + 1)dx, Question 1

∫x^x dx, Question 2

Homework Equations



In question 1 the original equation was an innocent looking harmless equation y=x^x.

In question 2 is what i would have obtain if i have done the following with question 1

∫x^x(ln x + 1)dx= ∫x^x . ln x dx + ∫x^x dx [Simply expanded the expression]

So as it seems expanding the equation does not help me at all.

The Attempt at a Solution


Even by substitution or using e^x properties does not help that is

x= e(ln x)
x^x= e^(ln x^x)

In Question 1, the substitution u = x^x would immediately solve the integral.

Expanding it and trying to integrate the individual integrals wouldn't help. But all that proves is that you can't use any technique to calculate a given integral, even if an elementary integral should exist. Sometimes substitution helps (and even then, you have to find the right sub). Sometimes integration by parts helps. There's no reason to suppose that one technique would work in all cases.

\int x^x dx cannot be expressed in terms of elementary functions. This is not uncommon, most functions don't have integrals expressible in terms of elementary functions.
 
Could you kind enough to please show me the steps when you substitute because i am still learning this because my high school teacher couldn't do this
 
norice4u said:
Could you kind enough to please show me the steps when you substitute because i am still learning this because my high school teacher couldn't do this

\int x^x(1 + \ln x) dx

Substitute u = x^x.

u = {(e^{\ln x})}^x = e^{x\ln x}
\frac{du}{dx} = [(x)(\frac{1}{x}) + \ln x].e^{x\ln x} = x^x(1 + \ln x)
du = x^x(1 + \ln x) dx \Rightarrow dx = {(x^x(1 + \ln x))}^{-1} du

Hence \int x^x(1 + \ln x) dx = \int x^x(1 + \ln x){(x^x(1 + \ln x))}^{-1} du = \int du = u + C = x^x + C.

You can also simply recognise that the derivative of x^x is x^x(1 + \ln x), which means the antiderivative of your integrand is x^x.
 
Last edited:
Thank-you very much Curious3141 now i'll show this to my teacher after school holidays so he can put it in my next SAC and i am dead sure no one in my cohort knows how to do it
 
Back
Top