Uniform [0,1] Squared Probability Calculation

  • Context:
  • Thread starter Thread starter Barioth
  • Start date Start date
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
2 replies · 2K views
Barioth
Messages
47
Reaction score
0
Hi everyone!

Here is my question:

Let's say U a continuous random variable, U is a uniform [0,1]

We're looking for $$U^2$$ Density.

I go with

$$P(U^2<a)=P(U<a^{1/2})$$

Altough my teacher say I must go with

$$P(U^2<a)=P(-a^{1/2}<U<a^{1/2})$$

If we've U in [0,1] I don't see why we would want to look at value that are under 0?

Thanks for reading

Edit: Thinking about it, it is actualy the same since we can break it as

$$P(U^2<a)=P(-a^{1/2}<U<a^{1/2}) =P(-a^{1/2}<U<0)+P(0<=U<a^{1/2}) $$
$$= 0 + P(0<U<a^{1/2})= P(U<a^{1/2})$$

Am I right?
 
Last edited:
Physics news on Phys.org
Thanks, it was in my exam last week, the teacher gave me my point back, a great teacher :)