Integral involving exponential logarithm

cielo
Messages
14
Reaction score
0

Homework Statement


If X is a random variable with density function: f(x) = \lambdae^{-x \lambda}where X>=0.

Homework Equations


Why is the expected value of X, or E[X] = \frac{1}{\lambda}?

The Attempt at a Solution


E[X] = \int x*(\lambdae^{- \lambda}^{x}) dx, where the integral is from 0 to infinity.

I let u = -\lambdax
du = -\lambda dx

but I can't get the \frac{1}{\lambda} as the answer when I performed the integration.
 
Physics news on Phys.org
If you let u= \lambda x then x= u/\lambda and the integral becomes
\int \frac{u}{\lambda}e^{-u} du= \frac{1}{\lambda}\int ue^{-u}du

Did you remember to replace the "x" multiplying the exponential with u/\lambda?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top