Integrating xe^-(x-2): Solve with Substitution

  • Thread starter Thread starter ramses07
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
ramses07
Messages
11
Reaction score
0
I'm having a brain fart and I can't figure out

xe^-(x-2).

I tried integrating by sub., which led me to;

U = x^2-4x+4
du = 2x -4

But that doesn't solve it, can anybody tell me ?
 
Physics news on Phys.org
You don't need to use substitution really. Write the exponential as a product of two terms.
 
[tex]\int xe^{-(x-2)}dx[/tex]
I tried integrating by sub., which led me to;

U = x^2-4x+4
du = 2x -4

Your "U" doesn't really make sense.
Did you think to try integration by parts?
 
Is it possible that you meant
[tex]\int xe^{-(x-2)^2}dx[/tex]

If that is the case, then, yes, the substitution [itex]u= (x- 2)^2= x^2- 4x+ 4[/itex] is reasonable. du= (2x- 4) dx which you can use by rewriting the integral as
[tex]\frac{1}{2}\int [(2x- 4)e^{-(x-2)^2}+ 4e^{-(x-2)^2}]dx[/tex]

[tex]\frac{1}{2}\int e^{-u}du+ 2\int e^{-(x-2)^2}dx[/tex]
Now that first integral is easy but the second integral can not be done in terms of elementary functions.