What is the density function of $Y=1-X^3$, if $X$ is a Cauchy random variable?
My approach: $$Pr(Y<y)=Pr(1-X^{3}<y)=Pr(X<(1-y)^{-3})=\int^{y}_{-\infty}\left(1-\frac{1}{\pi(1+t^{2})}\right)^{-3}\:dt$$ - is this ok?
And then the density function would be the derivative of the function above?
EDIT1 $$Pr(Y<y)=Pr(1-X^{3}<y)=Pr(X>(1-y)^{-3})=1-\int^{(1-y)^{-3}}_{-\infty}\left(\frac{1}{\pi(1+t^{2})}\right)\:dt=1-A$$
The CDF for Cauchy distribution, according to Wikipedia Cauchy Distribution - do I use it correctly?
$$A=\frac{1}{\pi}arctan((1-y)^{-3})+\frac{1}{2} - \frac{1}{\pi}arctan(-\infty)-\frac{1}{2}=\frac{1}{\pi}arctan((1-y)^{-3})-\frac{1}{\pi}\frac{-\pi}{2}=\frac{1}{\pi}arctan((1-y)^{-3})+\frac{1}{2}$$
Than the distribution function would be the derivative of 1-A ?
is this correct?