How to find the distribution of $Y = {e^{aX}}$ when $X$ is an exponential random variable with ${f_X}\left( x \right) = \frac{1}{\lambda }\exp \left( { - \frac{x}{\lambda }} \right)$ and $a>0$ ?
First attemp with $a=1$ by using Mathematica return a Pareto Distribution
However, for $a=3$ or in general $a>0$, Mathematica cannot do anything:
Please help me with this !
Thank you very much !

If you are uncomfortable with a manual change of variables on the density, then use the cumulative distribution functions
$\mathbb P(X \le x) = 1-\exp \left( { - \frac{x}{\lambda }} \right)$ if $x \ge 0$, and $=0$ if $x \le 0$
$\mathbb P(Y \le e^{ax}) = 1-\exp \left( { - \frac{x}{\lambda }} \right)$ if $x \ge 0$, and $=0$ if $x \lt 0$
$\mathbb P(Y \le y) = 1-\exp \left( { - \frac{\frac1a \log_e(y)}{\lambda }} \right) =1-y^{-\frac{1}{a\lambda}}$ if $y \ge 1$, and $=0$ if $y \lt 1$
$f_Y(y) = \frac{1}{a\lambda}y^{-\frac{1}{a\lambda}-1}$ if $y \ge 1$, and $=0$ if $y \lt 1$
which is indeed a Pareto distribution with minimum $1$