What is the Density Function of Y=√X?

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 · 4K views
Bertrandkis
Messages
25
Reaction score
0

Homework Statement


Suppose a random variable X has probability density function(pdf)
f(x) { 1/3 for [tex]1 \leq x \leq 4[/tex]

find the density function of [tex]Y= \sqrt{X}[/tex]

The Attempt at a Solution


[tex]y=g(x)=\sqrt{x}[/tex]
so [tex]g^-1(y)=x=y^2[/tex]

[tex]A= \{ x: 1 \leq x \leq 4 \}[/tex]
is monotonic onto
[tex]B= \{y: 1 \leq y \leq 2 \}[/tex]

[tex](g^-1(y))^'[/tex][tex]=2y[/tex]

[tex]f(y)=fx (g^-1(y). |(g^-1(y))^'[/tex][tex]|[/tex]
which gives me
[tex]f(x)=[/tex][tex]\{ 2y/3[/tex] for [tex]1 \leq y \leq 2 \}[/tex]

This seems to be an invalid pdf as for y=2 f(y)=1.3333 which is >1
Can anyone tell me where I went wrong?
thanks
 
on Phys.org
It's not invalid. You did it right. A probability DENSITY can be greater than 1. A probability can't be greater than 1. The integral of f(y)dy from 1 to 2 is one.
 
Last edited:
Thanks, You are the man Dick.