How Do You Calculate Conditional Probabilities with Joint PDFs?

  • Thread starter Thread starter franz32
  • Start date Start date
  • Tags Tags
    Conditional
AI Thread Summary
To calculate the conditional probability P(Y < 1 | X < 1) using the joint PDF f(x,y) = 2e^[-(x+y)], the definition of conditional probability is applied: P(A/B) = P(AB)/P(B). The joint probability P(Y < 1 and X < 1) is found by integrating the joint PDF over the appropriate region defined by 0 < x < y and y < 1, resulting in a triangular area. For P(X < 1), the integration is performed over the region where x < 1 and y > x, which creates a different geometric shape for integration. The calculations involve changing the limits of integration and applying transformations to simplify the integrals.
franz32
Messages
133
Reaction score
0
I just need a guide to this problem... found in one of the books in the library...
Given the joint pdf f(x,y) = 2e^[-(x+y)] where 0 < x < y, y > 0

find P(Y < 1 / x < 1). Note that "/" means given that.

I got the formula when P(a < Y < b / X = x) is given, i.e., in terms of the integral from a to b of f(y/x)dy. But how about this? Is there a formula to transform this? =) The answer is in the book... so I want to know how to begin with...
 
Physics news on Phys.org
franz32 said:
I just need a guide to this problem... found in one of the books in the library...
Given the joint pdf f(x,y) = 2e^[-(x+y)] where 0 < x < y, y > 0

find P(Y < 1 / x < 1). Note that "/" means given that.

I got the formula when P(a < Y < b / X = x) is given, i.e., in terms of the integral from a to b of f(y/x)dy. But how about this? Is there a formula to transform this? =) The answer is in the book... so I want to know how to begin with...

I think the probability density function was given as

f(x,y) = 2e^[-(x+y)] where 0 < x < y, y > 0
and f(x,y)=0 if x>y.

Let be the event A: y<1 and the event B: x<1.
By the definition of conditional probability P(A/B) = P(AB)/P(B). (AB means A AND B). You have to integrate f(x,y) to get the probabilities. Find the integration domains in the picture: for P(AB), it is 0<x<y, 0<y<1. For P(B), it is x<y<infinity, 0<x<1.

ehild
 
Last edited:


To solve this problem, we can use the definition of conditional probability, which states that P(A/B) = P(A and B)/P(B). In this case, we are trying to find P(Y < 1 / X < 1), so we can rewrite this as P(Y < 1 and X < 1) / P(X < 1).

To find the joint probability P(Y < 1 and X < 1), we can integrate the joint pdf f(x,y) over the region where both x and y are less than 1. This region can be represented as a triangle with vertices at (0,0), (1,0), and (1,1). So the integral becomes:

∫∫ f(x,y) dx dy = ∫∫ 2e^[-(x+y)] dx dy = 2∫∫ e^[-(x+y)] dx dy

Since the integral is over a triangle, we can change the limits of integration to make the calculations easier. Let u = x+y and v = y, then the triangle becomes a rectangle with vertices at (0,0), (1,0), (1,1). The limits of integration become 0 to 1 for both u and v. The Jacobian of this transformation is 1, so the integral becomes:

2∫∫ e^[-u] du dv = 2∫ e^[-u] dv = 2e^-u ∫ dv = 2e^-u (v) = 2e^-u (1-0) = 2e^-u

Now, to find P(X < 1), we can integrate the joint pdf f(x,y) over the region where x is less than 1. This region can be represented as a triangle with vertices at (0,0), (1,0), and (1,∞). So the integral becomes:

∫∫ f(x,y) dx dy = ∫∫ 2e^[-(x+y)] dx dy = 2∫∫ e^[-(x+y)] dx dy

Again, we can change the limits of integration to make the calculations easier. Let u = x+y and v = y, then the triangle becomes a trapezoid with vertices at (0,0), (1,0), (1,∞), and (0,
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top