What: an affine map Y=aX+b with a=3,b=−5.
Why the formula applies:g(x)=3x−5 is strictly increasing, so it is one-to-one — a single branch.
Invert: x=3y+5. Jacobian: dydx=31, magnitude 31.
fY(y)=31fX(3y+5).
The 31 dilutes the density because stretching the axis by a factor 3 spreads the same mass over three times the length.
Recall Solution 1.2
Here a=31,b=−34. Using fY(y)=∣a∣1fX(ay−b)=3fX(3y+4) with the normal density collapses to the standard normalN(0,1): fY(y)=2π1e−y2/2. See Normal Distribution. This is exactly standardisation: subtract the mean, divide by the standard deviation.
Monotonic?g(x)=ex is strictly increasing → one branch. Range: ex>0, so support is y>0.
Invert: y=ex⇒x=lny. Jacobian: dydx=y1 (positive for y>0).
fY(y)=fX(lny)⋅y1=y2π1exp(−2(lny)2),y>0.
This is the standard log-normal. The extra y1 is the Jacobian, not optional.
Recall Solution 2.2
g(x)=x increasing on (0,1); range y∈(0,1). Invert: x=y2. Jacobian dydx=2y.
Since fX=1 on (0,1):
fY(y)=1⋅2y=2y,0<y<1.
Check: ∫012ydy=1. ✓ Density grows toward y=1 — square-rooting spreads small x apart and packs large x near 1.
The figure below plots the fold g(x)=x2 over the support [−1,2]. Read it like this: pick a height y on the vertical axis, draw a horizontal line, and count how many times it hits the blue parabola within the dashed lines at x=−1 and x=2. The yellow line at y=0.5 hits it twice (at x=−y and x=+y, both inside the support), while the red line at y=2.5 hits the curve once inside the support (green dot at +y) because the other root −y≈−1.58 has fallen to the left of x=−1 (red ✗, outside). This is the whole reason the density has two different pieces.
g(x)=x2 is decreasing on [−1,0) and increasing on (0,2]. Range: y∈[0,4].
Roots of x2=y:x=±y, but only roots inside [−1,2] count.
For 0<y<1: both+y and −y lie in [−1,2] (yellow line). Two branches.
For 1<y<4: −y<−1 falls outside the support (red ✗), so only +y survives. One branch.
Jacobian per branch: dydx=2y1, and fX=31 wherever defined.
fY(y)=⎩⎨⎧31⋅2y1⋅2=3y1,31⋅2y1=6y1,0,0<y<1,1<y<4,otherwise.
Check total mass: ∫013y1dy+∫146y1dy=32+31=1. ✓
Recall Solution 3.2
Two roots ±y, both in the full support R. fX is even, so both contribute equally:
fY(y)=2⋅2π1e−y/2⋅2y1=2πy1e−y/2,y>0.
This is the chi-square with 1 degree of freedom.
Use the CDF directly (cleaner than densities here):
P(Y≤y)=P(F−1(U)≤y)=P(U≤F(y)).
The middle step applies F to both sides — legal because F is increasing so it preserves "≤."
Since U is uniform on (0,1), P(U≤u)=u for u∈[0,1]. With u=F(y)∈[0,1]:
P(Y≤y)=F(y).
So Y has exactly CDF F. This is why a computer with only a uniform generator can produce any distribution.
Recall Solution 4.2
Invert the CDF: set u=1−e−λy⇒e−λy=1−u⇒y=−λ1ln(1−u).
So Y=−λ1ln(1−U). Because 1−U is also Uniform(0,1), the tidy form Y=−λ1lnU works too.
Density check via change-of-variable (u=e−λy, ∣du/dy∣=λe−λy, fU=1):
fY(y)=λe−λy,y>0.
Exactly Exp(λ).
Invert the linear map: x=2u+v,y=2u−v.
Build the Jacobian matrix of the inverse:
J=(∂x/∂u∂y/∂u∂x/∂v∂y/∂v)=(212121−21),detJ=−21,∣detJ∣=21.
The determinant is the area-scaling factor of the map — this rotate-and-scale halves areas.
fU,V(u,v)=21fX,Y(2u+v,2u−v).Support: the map (x,y)↦(u,v) is a linear bijection of the whole plane, so (U,V) ranges over all of R2 (wherever the transported fX,Y is nonzero); for X,Y supported on R this is the full R2.
Recall Solution 5.2
Joint density fX,Y=2π1e−(x2+y2)/2. Substitute the inverse. First expand the exponent, watching the cross-terms:
(2u+v)2+(2u−v)2=4u2+2uv+v2+4u2−2uv+v2=2u2+v2.
The ±2uvcross-terms cancel exactly — that is what lets u and v separate cleanly. Now integrate out v:
fU(u)=∫−∞∞21⋅2π1e−(u2+v2)/4dv=4π1e−u2/4=2π∫−∞∞e−v2/4dv.Why ∫−∞∞e−v2/4dv=2π: use the standard Gaussian integral ∫−∞∞e−αx2dx=π/α with α=41, giving π/(1/4)=4π=2π. Hence
fU(u)=4π1e−u2/4⋅2π=4π1e−u2/4.
That is N(0,2) (variance 2). MGF cross-check: each N(0,1) has M(t)=et2/2; independence multiplies MGFs, giving et2/2⋅et2/2=et2, the MGF of N(0,2). ✓ (See Expectation and LOTUS for why MGFs multiply.)