Uniform distribution of a disc

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
4 replies · 4K views
mathmathmad
Messages
50
Reaction score
0

Homework Statement



Consider a disc of radius 1 in the plane D in R
D = {(x,y) in R | x^2+y^2 <= 1}
write the marginal pdf of x and y

Homework Equations


The Attempt at a Solution


so the joint pdf is 1/Pi for x^2 + y^2 <= 1 <- correct?
but how to I get the marginal pdfs?
 
Last edited:
Physics news on Phys.org
You have

[tex] f(x,y) = \frac 1 \pi[/tex]
as the joint density. As in every case the marginal density of one variable is found by integrating out the other. Suppose you want the marginal density of [tex]x[/tex] - you need to integrate out y.

[tex] g(x) = \int_a^b \frac 1 \pi \, dy[/tex]

The question is: what should you use for the limits [tex]a[/tex] and [tex]b[/tex]?
Draw the unit circle and see the set of y-values that are possible when x is fixed.
 
a=0
b=sqrt (1 - x^2) ?
 
a = - sqrt (1 - x^2)
b = sqrt (1 - x^2)

or should it be -1 to 1