Probability/Random variables question

ashah99
Messages
55
Reaction score
2
Homework Statement
Finding the probability of randomly choosing a point within the unit square constrained within the quarter circle
Relevant Equations
P(( X, Y ) ∈ A) = ∫∫ fXY ( x, y )dxdy
Hello all, I am wondering if my approach is coreect for the following probability question? I believe the joint PDF would be 1 given that the point is chosen from the unit square. To me, this question can be reduced down to finding the area of 1/4 of a circle with radius 1. Any help is appreciated!
1662300114874.png
 
Physics news on Phys.org
It's clear from your calculations that you are indeed simply calculating the area. Which is what you would expect for a uniform distribution.
 
PeroK said:
It's clear from your calculations that you are indeed simply calculating the area. Which is what you would expect for a uniform distribution.
Ok, makes sense. Would you agree that my answer is correct? Just want to make sure I understand.
 
ashah99 said:
Ok, makes sense. Would you agree that my answer is correct? Just want to make sure I understand.
Yes, it's just a ratio of areas, as you've calculated.
 
Or use polar coordinates: <br /> \int_0^1 \int_0^{\sqrt{1-x^2}} 1\,dy\,dx = \int_0^{\pi/2}\int_0^1 r\,dr\,d\theta.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top