I want to evaluate the following integral in woflram alpha
int[x e^(-lambda*(x-v)),{x,v,infinity} ]
It doesn't work for some reason. It does work when instead of v, I put a number.
For example this works:
int[x e^(-lambda*(x-1)),{x,1,infinity} ]
Essentially there is no difference between the two.
Does someone know?
Hint
You are more clever than Wolfram Alpha. So use your knowledge for your problem (only you know at least the sign of $\lambda$).
Since $$x e^{-\lambda (x-v)}=e^{\lambda v} x e^{- \lambda x}$$ then $$I=\int_v^{\infty}x e^{-\lambda (x-v)}dx=e^{\lambda v}\int_v^{\infty} x e^{- \lambda x}dx$$ Now, change variable $x=\frac y{\lambda}$. So $$I=\frac{e^{\lambda v}}{\lambda}\int_1^{\infty} y e^{- y}dy$$ Now, use Wolfram Alpha ... or, much better, compute the antiderivative (it is simple).