If X follows a Gaussian distribution with mean μ and variance σ^2, the distribution of Y = exp(X) can be derived using the cumulative distribution function (CDF). The CDF of Y is given by F_Y(α) = P(exp(X) ≤ α), which transforms to P(X ≤ log(α)) due to the monotonic nature of the logarithm. The probability density function (PDF) of Y is then found by differentiating the CDF, resulting in f_Y(α) = f_X(log(α)) / α for all positive α, while the PDF is zero for negative α since exp(X) cannot be negative. This process leads to a closed form expression for the PDF of Y, which relates to the log-normal distribution. Understanding these transformations is essential for analyzing the behavior of exponential functions of normally distributed variables.