Posted by xX_Supaman_Xx on Saturday, December 29, 2007 at 9:45pm.
My first suggestion was to try the method of "integration by parts", but that may not work. I found a recursion formula for the integral in my Table of Integrals, but it ends up requiring the integral of e^-x/x , which is a new fucntion called the exponential integral, Ei(x). Perhaps I made a mistake somewhere applying the "integrating factor" method. Damon has made more progress and is better equipped to help you. I am giving up on it
Yes, use the recursion formula. You need it later to cancel the next term.
in general:
int e^ax dx/x^n = (1/(n-1)) [-e^ax/x^(n-1) + a int e^ax/x^(n-1)dx] for n integergreater than one
here n is two
so here I had:
y e^-x/x=int( e^-x dx/x)(1/x + 1)dx + C
ye^-x/x =int e^-x dx/x^2 + int e^-x dx/x
+C
ye^-x / x = (1/1)[-e^-x/x - int e^-x dx/x ] + e^-x dx/x +C
see that gets rid of the int e^-x dx/x terms and you are left with
y e^-x/x = -e^-x/x + C
y = -1 + x C / e^-x
y = x C e^x - 1 :)
Typo:
ye^-x / x = (1/1)[-e^-x/x - int e^-x dx/x ] + INTEGRAL e^-x dx/x +C
see that gets rid of the int e^-x dx/x terms and you are left with
Related Questions
Calculus - Damon - Find the line which passes through the point (0, 1/4) and is ...
Calculus - at what point is the tangent to f(x)=x^2+4x-1 horizontal? That would ...
Math - intergrate(e^5x)/((e^10x)+4)dx
algebra - I am looking for a perpendicular line. I'd appreciate ir if you ...
Calculus - The line that is normal to the curve x^2=2xy-3y^2=0 at(1,1) ...
Calculus (Normal Line, please check my work) - The slope of the line normal to ...
pure maths - use trapezium rule with 3 intervals to estimate the value of ...
chemistry - A 115 mL sample of a 10.0 M ethylene glycol (C2H6O2) solution is ...
Integration - Intergrate ¡ì sec^3(x) dx could anybody please check ...
Calculus - I am unsure of how to take the derivative of this equation. It may be...
For Further Reading