Showing 2 functions are Probability Denisty Function

Ultramilk
Messages
10
Reaction score
0
1. Homework Statement
Let functions f(x,y) with the following properties be defined as Probability Density Functions:
a) f(x,y) ≥ 0 for all (x,y)
b) ∫ℝ2 f dA = 1 (the ℝ2 is a subscript of the integral)
x and y are called independent random variables.

a) Show f(x,y) = { 1/4xy 0≤ x,y ≤ 2 ; 0 otherwise }
a) Show f(x,y) = { e^(−x−y) x,y≥ 0; 0 otherwise }2. Homework Equations 3. The Attempt at a Solution
a+b) Proving the a) of the probability density function for both parts is the easy part. For both functions under otherwise f(x,y) = 0. For the first function 1/4xy, the minimum value under the boundary 0 ≤ x,y ≤ 2 is 0, and the exponential function e is a positive function.

Proving b is harder (I guess).
So what I did first is tried to tackle the problem when f(x,y) = 0.
∫ℝ2 f dA = 1
I'm not too particularly sure what this meant, so I'm assuming
^{d}_{c}∫^{b}_{a}∫f dy dx = 1

So, doing all that, I got:
^{d}_{c}∫^{b}_{a}∫0 dy dx = 1
Well I have to show the above.

But here's where I hit my first obstacle.
^{b}_{a}∫0 dy is 0y |^{b}_{a}
so 0b - 0a = 0
Fine. Moving on
^{d}_{c}∫0 dx is 0x |^{d}_{c}
again 0d - 0c = 0.

I have a feeling that I did something wrong. The wording of the question implies that both of these piecewise are probability density functions. Is there a property that says
^{d}_{c}∫^{b}_{a}∫0 dy dx = 1?

_____________________________________________

Okay now the functions.

^{2}_{0}∫^{2}_{0}∫1/4xy dy dx = 1

∫^{2}_{0}∫1/4xy dy = 1/4 x/2 y^2 |^{2}_{0}
=
∫^{2}_{0}∫x/2 dx = (x^2)/2 |^{2}_{0}
= 1.

This part, I just want confirmation of my work.

___________________________________________________________
Now the last one:
^{∞}_{0}∫^{∞}_{0}∫e^(-x-y) dy dx = 1The moment I evaluate:
∫^{∞}_{0}∫e^(-x-y) dy
it becomes
-e^(-x-y)|^{∞}_{0}

-e^(-x-∞) + e^(-x) < --- (unsure if this is right at all!)
^{∞}_{0}∫-e^(-x-∞) + e^(-x) dx

e^(-x-∞) - e^(-x) |^{∞}_{0}
e^(-∞-∞) - e^(-∞) -(e^(-∞) - e^(0)) ?= 1
but idk if e^(-2∞) - 2e(-∞) + 1 = 1
I felt I did something wrong again.

EDIT: Oh stupid me (I did another problem before I realized this)
e^(-2∞) - 2e(-∞) = 0?
because you can rewrite it as 1/e^(2∞) - 2/e^(∞). Both values are incredibly small, so it's 0. So 1=1. Yes?

Thanks a lot for the help.
Sorry about the use of the symbols, I'm not super adept at it.
 
Last edited:
Physics news on Phys.org
I can not follow your method.

The definite integral of zero is zero. You need to integrate the functions for the area where they are not identically zero.
You need to prove that the integral of f(x,y) for the (x,y) plane is 1. If you prove something, never start with the statement to be proved.

in case a), f(x,y) is zero everywhere except the domain D:{ 0≤x≤2, 0≤y≤2} . The definite integral of zero is zero, so you have to perform the integration on D:
\int_0^2\int_0^2{\frac{1}{4} xy dx dy}.
When integrating with respect to x, y can be considered constant so
\int_0^2\int_0^2{\frac{1}{4} xy dx dy}=\frac{1}{4}\int_0^2{y(\int_0^2{xdx})dy}=\frac{1}{4}\int_0^2{2ydy}=\frac{1}{4}4=1.
In case b, the integral is

\int_0^{\infty}\int_0^{\infty}{e^{-x-y}dxdy}

The integrand can be decomposed into an x-dependent and an y-dependent factor. \int_0^{\infty}\int_0^{\infty}{e^{-x}e^{-y}dxdy}

Again, when integrating with respect to x, the y-dependent part can be considered constant and pulled out from the integrand.
\int_0^{\infty}{e^{-y}(\int_0^{\infty}{e^{-x}dx})dy}

What is the definite integral of e-x?

ehild
 
Oh I'm sorry.
I meant to have that as a want.

The definite integral of e^{-x} over the interval [0,∞) is -e^{-∞} + e^{0} or 1, and the same thing for e^{-y}.
 
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