The Big Picture
Given a random variable $X$ with a known distribution, we often need to find the distribution of a transformed random variable $Y = g(X)$.
The Method of CDFs is the most fundamental approach: find $F_Y(y)$ first, then differentiate to get $f_Y(y)$.
The 6-Step Method
Worked Example: $Y = \ln X$
Problem Statement
Let $X \sim \text{Expo}(1)$. Find the PDF of $Y = \ln X$.
Interactive Visualization
Original: $X \sim \text{Expo}(1)$
Transformed: $Y = \ln X$
Watch how sample points from $X$ are transformed through $Y = \ln X$
Monotonicity Quick Reference
Increasing $g(x)$
Examples: $Y = 2X+3$, $Y = e^X$, $Y = \ln X$ (for $X > 0$)
Decreasing $g(x)$
Examples: $Y = -X$, $Y = 1/X$ (for $X > 0$)
Non-Monotonic Functions
For functions like $Y = X^2$ where $X$ can be negative, you must split the event:
Quick Check
Key Takeaways
Start with CDF
Always write $F_Y(y) = P(Y \le y)$ first
Check Monotonicity
Increasing vs decreasing changes the inequality direction
Don't Forget Chain Rule
The Jacobian factor adjusts for the "stretching" of space
✓ Module completed! Great work on mastering transformations.