Polynomial transformation of random variable

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
3 replies · 3K views
raynard
Messages
9
Reaction score
0

Homework Statement



Given a random variable X with a known distribution (e.g. a beta distribution), find the distribution of
f(X) = X^2 + X

The Attempt at a Solution



I've tried the normal approaches: the standard transformation theorem; conditioning on X; Laplace transformation, etc. They don't seem to work. Any hints?
 
Physics news on Phys.org
Thanks for the reply!

I tried the standard method you described, but I see no easy way to find the inverse of

f: x -> x^2 + x
 
Yup, I don't think it's very pretty...
I have to say, I'm pretty rusty when it comes to probability. I remember the best ways to solve this type of questions is to write Y = X2 + X, and then:
P(Y < y) = P (X2 + X < y) = P(X2 + X - y < 0 ) = ...

Then you'd have to solve this inequality and proceed from there...
But maybe there are shortcuts. I just responded cause I saw no one else did :-)