Gwozdzilla
- 81
- 0
Homework Statement
We know that F(x) = \int^{x}_{0}e^{e^{t}} dt is a continuous function by FTC1, though it is not an elementary function. The Functions \int\frac{e^{x}}{x}dx and \int\frac{1}{lnx}dx are not elementary funtions either but they can be expressed in terms of F.
a) \int^{2}_{1}\frac{e^{x}}{x}dx
b)\int^{3}_{2}\frac{1}{lnx}dx
Homework Equations
I only used and u-substitution in my attempt at a solution, but I suppose integration by parts and trigonometric substitution is fair game as well.
Integration by parts: \int udv = uv - \int vdu
The Attempt at a Solution
a) \int^{2}_{1}\frac{e^{x}}{x}dx
Let x = et
dx =etdx
\int\frac{e^{e^{t}}e^{t}}{e^{t}}dt
\int^{2}_{1}e^{e^{t}} dt
Is this answer correct? If it isn't, where did I go wrong? If it is, how do I put it in terms of F(x)?
b)\int^{3}_{2}\frac{1}{lnx}dx
let u = ln(x)
du = 1/x dx
xdu = dx
eudu = dx
\int\frac{e^{u}}{u}dx
Which this is just part a again.. but am I allowed to do u substitution that way by plugging in u into my du line since it ended up being in terms of an x I didn't have to substitute with?