What is the pdf of multiplication of two random variables?

AI Thread Summary
The discussion focuses on determining the probability density function (pdf) of the product of two independent random variables, X and Y. It clarifies that the pdf of the product, denoted as f(z), cannot be obtained through convolution, which is applicable for the sum of random variables. Instead, f(z) can be derived using a double integral that accounts for the relationship between X and Y when multiplied. The integration involves specific limits that define the hyperbola formed by the product of the two variables. Ultimately, the conversation emphasizes the distinction between convolution for sums and the appropriate method for products of random variables.
iVenky
Messages
212
Reaction score
12
We have two independent random variables X and Y whose pdfs are given as f(x) and f(y). Now when you multiply X and Y you get a random variable say Z. Now what is the resulting pdf f(z)?

I mean how is that related to the pdf of f(x) and f(y)?

From what I read it looks like

f(z)=f(x) * f(y)

where "*" represents convolution.

But I couldn't find how you get that.
Thanks a lot :)
 
Physics news on Phys.org
Convolution is the operation for the sum of two variables.

You can get fz via a double integral
$$P(z<Z)=\iint_{x'y'=z} dx' dy' f_x(x') f_y(y')$$ where the integration limit is a hyperbola.
You can split this into two parts with explicit integration limits like that:

$$P(z<Z)=\int_{-\infty}^0 dx' f_x(x') \int_{z/x'}^\infty dy' f_y(y') + \int_0^\infty dx' f_x(x') \int_{-\infty}^{z/x'} dy' f_y(y')$$

fz is the derivative of that.
 
mfb said:
Convolution is the operation for the sum of two variables.

You can get fz via a double integral
$$P(z<Z)=\iint_{x'y'=z} dx' dy' f_x(x') f_y(y')$$ where the integration limit is a hyperbola.
You can split this into two parts with explicit integration limits like that:

$$P(z<Z)=\int_{-\infty}^0 dx' f_x(x') \int_{z/x'}^\infty dy' f_y(y') + \int_0^\infty dx' f_x(x') \int_{-\infty}^{z/x'} dy' f_y(y')$$

fz is the derivative of that.

I know the meaning of convolution but what I would like to know is how multiplication of 2 random variables results in a pdf which is the convolution of the two pdfs.

That's what I would like to know.

Thanks a lot :)
 
It does not.
But I gave one way to calculate the function in my post. You can even derive the whole equation (careful with the limits) to get a more direct expression for f(z).
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top