Finding the Density of X with Exponential and Random Variables

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 3K views
gajohnson
Messages
70
Reaction score
0

Homework Statement



Let T be an exponential random variable with parameter λ; let W be a random
variable independent of T , which is ±1 with probability 1/2 each; and let X =
WT. Show that the density of X is:

[itex]f_{x}(x)=(\lambda/2)e^{-(\lambda)\left|x\right|}[/itex]

Homework Equations



Density function for exponential distribution:

[itex](\lambda)e^{-(\lambda)x}[/itex]

and the CDF for the exponential distribution:

[itex]1-e^{-(\lambda)x}[/itex]

The Attempt at a Solution



Well I wanted to break the equation into:

[itex]P[X≤x, W=1](1/2) + P[X≤x, W=-1](1/2)[/itex]

and then differentiate the result to find the density function for X.

Will this work? If not, is there another approach someone can suggest. If so, a little help with the computation would be helpful because I've been having a tough time getting anywhere with it (I know it shouldn't be hard, that's why I'm stumped). Thanks!
 
Last edited:
on Phys.org
gajohnson said:
Let T be an exponential random variable with parameter λ; let W be a random
variable independent of T , which is ±1 with probability 1 each;
Half each?
and let X = 2WT. Show that the density of X is:

[itex]f_{x}(x)=(\lambda/2)e^{-\lambda}[/itex]
Where is x on the RHS?
 
Ok, problem statement and relevant equations are revised. Not sure how that happened, sorry! Hope it makes more sense now...
 
haruspex said:
Nearly right. You don't need the divisions by 2.
You then need to consider what the above reduces to separately for x > 0, < 0.

Good to know I'm on the right track. The issue I'm having now is proceeding with the calculation.

I get led to this:
[itex](1-e^{-(\lambda)x}) + (-1+e^{-(\lambda)x})[/itex] = 0, which is clearly incorrect.
 
gajohnson said:
Good to know I'm on the right track. The issue I'm having now is proceeding with the calculation.

I get led to this:
[itex](1-e^{-(\lambda)x}) + (-1+e^{-(\lambda)x})[/itex] = 0, which is clearly incorrect.
As I said, you need to consider x > 0 and x < 0 separately. For x < 0, what is P[X≤x,W=1]? Remember that T does not take negative values.
 
haruspex said:
As I said, you need to consider x > 0 and x < 0 separately. For x < 0, what is P[X≤x,W=1]? Remember that T does not take negative values.

I believe I got it, thanks for bearing with me!