If the pdf of a continuous random variable, $X$, is defined such that:
$$ f_{X}(x)= \frac{3}{(1+x)^{4}}, x\geqslant0 $$
And a random variable, $Y$, is defined as:
$$ Y=\frac{1}{X} $$
What is the method of finding the pdf of $Y$?
From what I've cobbled together (and I could be wrong), I need to get the cdf of X and also calculate $P(Y\geqslant y)$ to get the pdf of Y?
I'm not looking for the solution but rather the procedure. Happy to be directed towards any resources!
edit 1
With some confidence thanks to Michael, I went ahead to get a cdf of X, evaluated over the limits from $0$ to x:
$$ F_X(x) = 1-\frac{1}{(1+x)^3} $$
And I have an expression for $P(Y\geqslant y) = P(X\leqslant y^{-1})$.
Am I on the right track?
edit 2
Continuing:
$$ F_X(y^{-1}) = 1-\frac{1}{(1+\frac{1}{y})^3} = 1-\frac{y^3}{(y+1)^3} $$
And since $F_Y(y) = \int f_Y(y)$, we take the derivative of $F_Y(y)$ to get the pdf.
$$ f_Y(y) = -\frac{3y^2}{(y+1)^4} $$
Defined over $1 \geqslant y > 0$.
Does that seem correct?