How to express $$F(x)=\int _{ 1 }^{ x }{ \frac { e^{ t } }{ t^2 } dt} $$ in terms of $$ G(x)=\int _{ 1 }^{ x }{ \frac { e^{ t } }{ t } dt} $$ ?
Asked
Active
Viewed 1,637 times
2 Answers
1
You have, taking $u=-\frac{1}{t}$ (and so $u'=\frac{1}{t^2}$), $v=e^t$ and using the integration by parts formula $(\int u'v=[uv]-\int uv')$ that : $$F(x)=\int_1^x\frac{e^t}{t^2}dt=\Big[-\frac{e^t}{t}\Big]_1^x+\int_1^x\frac{e^t}{t}dt,$$ and so $$F(x)=e-\frac{e^x}{x}+G(x).$$
Balloon
- 8,374
-
I didnt get the fist step.What is your first function and what is your second function during by parts? – Nov 23 '15 at 21:19
-
-
-
-
0
Use integration by parts
$$F(x)=\int_1^x\frac{e^t}{t^2}dt=\int_1^xe^t\cdot(-1)(\frac{d}{dt}(\frac{1}{t}))dt=(\frac{-e^t}{t})_1^x+\int_1^x\frac{e^t}{t}dt=\frac{-e^x}{x}+e+G(x)$$
$$F(x)=G(x)+e-\frac{e^x}{x}$$
Prabath Hewasundara
- 1,644