Statistics Graduate Level Quiz: Transformations And Jacobians
10 questions · exam conditions
0:00
Transformations And JacobiansQuestion 1 of 10

Let XX and YY be independent standard exponential random variables. Define U=X+YU=X+Y and V=X/(X+Y)V=X/(X+Y). Which expression gives the joint density of (U,V)(U,V)?

fU,V(u,v)=eu,u>0, 0<v<1f_{U,V}(u,v)=e^{-u},\quad u>0,\ 0<v<1
fU,V(u,v)=ueu,u>0, 0<v<1f_{U,V}(u,v)=u e^{-u},\quad u>0,\ 0<v<1
fU,V(u,v)=v(1v)eu,u>0, 0<v<1f_{U,V}(u,v)=v(1-v)e^{-u},\quad u>0,\ 0<v<1
fU,V(u,v)=u1eu,u>0, 0<v<1f_{U,V}(u,v)=u^{-1}e^{-u},\quad u>0,\ 0<v<1
← Back to quizzes

Statistics Graduate Level Quiz

Statistics Graduate Level Quiz: Transformations And Jacobians

Practice Transformations And Jacobians in Statistics Graduate Level with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Transformations And Jacobians, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Let XX and YY be independent standard exponential random variables. Define U=X+YU=X+Y and V=X/(X+Y)V=X/(X+Y). Which expression gives the joint density of (U,V)(U,V)?

  1. fU,V(u,v)=eu,u>0, 0<v<1f_{U,V}(u,v)=e^{-u},\quad u>0,\ 0<v<1
  2. fU,V(u,v)=ueu,u>0, 0<v<1f_{U,V}(u,v)=u e^{-u},\quad u>0,\ 0<v<1 (correct answer)
  3. fU,V(u,v)=v(1v)eu,u>0, 0<v<1f_{U,V}(u,v)=v(1-v)e^{-u},\quad u>0,\ 0<v<1
  4. fU,V(u,v)=u1eu,u>0, 0<v<1f_{U,V}(u,v)=u^{-1}e^{-u},\quad u>0,\ 0<v<1
Explanation: When you encounter a transformation problem like this, your first instinct should be the change-of-variables technique: express the original densities in terms of the new variables, then multiply by the absolute Jacobian determinant. Here, XX and YY are independent standard exponentials, so fX,Y(x,y)=exey=e(x+y)f_{X,Y}(x,y) = e^{-x}e^{-y} = e^{-(x+y)} for x,y>0x,y > 0. The transformation is U=X+YU = X+Y and V=X/(X+Y)V = X/(X+Y), which inverts to X=UVX = UV and Y=U(1V)Y = U(1-V). The Jacobian is: J=x/ux/vy/uy/v=vu1vu=uvu(1v)=uJ = \begin{vmatrix} \partial x/\partial u & \partial x/\partial v \\ \partial y/\partial u & \partial y/\partial v \end{vmatrix} = \begin{vmatrix} v & u \\ 1-v & -u \end{vmatrix} = -uv - u(1-v) = -u so J=u|J| = u. Substituting into the joint density: fU,V(u,v)=euveu(1v)u=ueuf_{U,V}(u,v) = e^{-uv} \cdot e^{-u(1-v)} \cdot u = u e^{-u} for u>0, 0<v<1u > 0,\ 0 < v < 1. This confirms answer B is correct, and notice that UU and VV are independent — UGamma(2,1)U \sim \text{Gamma}(2,1) and VUniform(0,1)V \sim \text{Uniform}(0,1). Choice A forgets the Jacobian entirely, writing just eue^{-u} — a classic omission error. Choice C introduces v(1v)v(1-v), which has no basis in the calculation; this might reflect confusion with a Beta density. Choice D uses u1euu^{-1}e^{-u}, which corresponds to a Gamma(0,1) — a non-normalizable, nonsensical density. As a strategy, always write out the inverse transformation first, compute the Jacobian explicitly, and verify your result integrates to 1. The Jacobian step is the most commonly dropped piece under exam pressure.

Question 2

Let XX and YY be independent standard normal random variables, and define U=X2+Y2U=X^2+Y^2 and V=X2/(X2+Y2)V=X^2/(X^2+Y^2). What is the joint density of (U,V)(U,V)?

  1. eu/24πv(1v),u>0, 0<v<1\frac{e^{-u/2}}{4\pi\sqrt{v(1-v)}},\quad u>0,\ 0<v<1
  2. ueu/22πv(1v),u>0, 0<v<1\frac{u\, e^{-u/2}}{2\pi\sqrt{v(1-v)}},\quad u>0,\ 0<v<1
  3. eu/22πv(1v),u>0, 0<v<1\frac{e^{-u/2}}{2\pi\sqrt{v(1-v)}},\quad u>0,\ 0<v<1 (correct answer)
  4. eu/22πv(1v),u>0, 0<v<1\frac{e^{-u/2}}{2\pi\, v(1-v)},\quad u>0,\ 0<v<1
Explanation: When you see a transformation problem like this, your first instinct should be the change-of-variables technique: express the original variables in terms of the new ones, compute the Jacobian, and multiply by the original joint density. Here, XX and YY are independent standard normals, so their joint density is fX,Y(x,y)=12πe(x2+y2)/2f_{X,Y}(x,y) = \frac{1}{2\pi}e^{-(x^2+y^2)/2}. Now invert the transformation. From U=X2+Y2U = X^2+Y^2 and V=X2/(X2+Y2)V = X^2/(X^2+Y^2), you get X2=UVX^2 = UV and Y2=U(1V)Y^2 = U(1-V). Each combination of signs for (x,y)(x,y) gives one branch, and there are four such branches, each contributing equally. For one branch, the Jacobian of (x,y)(u,v)(x,y)\mapsto(u,v) satisfies J1=14uvu(1v)2u|J|^{-1} = \frac{1}{4\sqrt{uv}\cdot\sqrt{u(1-v)}} \cdot 2u, which simplifies so that the combined contribution from all four branches yields: fU,V(u,v)=eu/22πv(1v),u>0, 0<v<1f_{U,V}(u,v) = \frac{e^{-u/2}}{2\pi\sqrt{v(1-v)}}, \quad u>0,\ 0<v<1 This is choice C. Notice this factors into a Gamma(1,1/2)\text{Gamma}(1, 1/2) (i.e., Exponential) density in uu and an arcsine(0,1)\text{arcsine}(0,1) density in vv, confirming UU and VV are independent. Choice A is missing the factor of 2 in the denominator — a Jacobian arithmetic error. Choice B introduces an extra uu in the numerator, which would correspond to a χ42\chi^2_4 rather than χ22\chi^2_2 marginal. Choice D replaces v(1v)\sqrt{v(1-v)} with v(1v)v(1-v), reflecting a failure to take the square root when computing the Jacobian. Strategy tip: Always track all branches of the inverse transformation — missing sign combinations is the most common Jacobian mistake on graduate-level transformation problems.

Question 3

Let XX have a standard exponential distribution and let Θ\Theta be independent and uniform on [0,2π)[0,2\pi). Define U=eXcosΘU=e^X\cos\Theta and V=eXsinΘV=e^X\sin\Theta. Writing r=u2+v2r=\sqrt{u^2+v^2}, which is the joint density of (U,V)(U,V)?

  1. fU,V(u,v)=12πr2,r>1f_{U,V}(u,v)=\frac{1}{2\pi r^2},\quad r>1
  2. fU,V(u,v)=12πr,r>1f_{U,V}(u,v)=\frac{1}{2\pi r},\quad r>1
  3. fU,V(u,v)=12πr3,0<r<1f_{U,V}(u,v)=\frac{1}{2\pi r^3},\quad 0<r<1
  4. fU,V(u,v)=12πr3,r>1f_{U,V}(u,v)=\frac{1}{2\pi r^3},\quad r>1 (correct answer)
Explanation: When you see a transformation from polar-like coordinates to Cartesian coordinates involving exponentials, your first instinct should be to apply the change-of-variables formula carefully, tracking both the Jacobian and the support. Here, set R=eXR = e^X, so since XExp(1)X \sim \text{Exp}(1), we have X=lnRX = \ln R, and dX/dR=1/RdX/dR = 1/R. Since X>0X > 0, we get R>1R > 1. The joint density of (R,Θ)(R, \Theta) is fR,Θ(r,θ)=elnr12π1r=12πr2f_{R,\Theta}(r,\theta) = e^{-\ln r} \cdot \frac{1}{2\pi} \cdot \frac{1}{r} = \frac{1}{2\pi r^2} for r>1r > 1, θ[0,2π)\theta \in [0, 2\pi). Now transform to (U,V)=(RcosΘ,RsinΘ)(U, V) = (R\cos\Theta, R\sin\Theta), a standard polar-to-Cartesian map. The Jacobian of the inverse transformation gives J=1/r|J| = 1/r, so: fU,V(u,v)=12πr21r=12πr3,r>1.f_{U,V}(u,v) = \frac{1}{2\pi r^2} \cdot \frac{1}{r} = \frac{1}{2\pi r^3}, \quad r > 1. This confirms D is correct. A uses 1/(2πr2)1/(2\pi r^2), which is the density of (R,Θ)(R,\Theta) before the polar-to-Cartesian Jacobian is applied — a classic step-skipping error. B gives 1/(2πr)1/(2\pi r), suggesting only one Jacobian factor was used instead of both (forgetting the exponential change-of-variables). C gets the density formula right but places the support at 0<r<10 < r < 1, ignoring that X>0X > 0 forces R=eX>1R = e^X > 1 — a critical support error. As a study tip: always decompose multi-step transformations sequentially, tracking the support and applying each Jacobian factor explicitly. Support errors and missing Jacobian terms are the two most common traps in transformation problems.

Question 4

Let (X,Y)(X,Y) have a centered bivariate normal distribution with unit marginal variances and correlation ρ\rho, where ρ<1|\rho|<1. Define the polar angle Θ=atan2(Y,X)\Theta=\operatorname{atan2}(Y,X) with 0Θ<2π0\leq\Theta<2\pi. Which density does Θ\Theta have?

  1. fΘ(θ)=1ρ22π(1ρsin2θ),0θ<2πf_\Theta(\theta)=\frac{1-\rho^2}{2\pi\left(1-\rho\sin 2\theta\right)},\quad 0\leq\theta<2\pi
  2. fΘ(θ)=1ρ22π(1ρcos2θ),0θ<2πf_\Theta(\theta)=\frac{\sqrt{1-\rho^2}}{2\pi\left(1-\rho\cos 2\theta\right)},\quad 0\leq\theta<2\pi
  3. fΘ(θ)=12π1ρ2(1ρsin2θ),0θ<2πf_\Theta(\theta)=\frac{1}{2\pi\sqrt{1-\rho^2}}\left(1-\rho\sin 2\theta\right),\quad 0\leq\theta<2\pi
  4. fΘ(θ)=1ρ22π(1ρsin2θ),0θ<2πf_\Theta(\theta)=\frac{\sqrt{1-\rho^2}}{2\pi\left(1-\rho\sin 2\theta\right)},\quad 0\leq\theta<2\pi (correct answer)
Explanation: When you encounter a transformation of a bivariate normal vector, your instinct should be to marginalize out the radial component using the joint density in polar coordinates. Start with the bivariate normal density: f(x,y)=12π1ρ2exp ⁣(x22ρxy+y22(1ρ2)).f(x,y) = \frac{1}{2\pi\sqrt{1-\rho^2}}\exp\!\left(-\frac{x^2 - 2\rho xy + y^2}{2(1-\rho^2)}\right). Substitute x=rcosθ,y=rsinθx = r\cos\theta,\, y = r\sin\theta and include the Jacobian rr, then integrate out r[0,)r \in [0,\infty). The quadratic form in the exponent becomes r2(1ρsin2θ)/(1ρ2)r^2(1 - \rho\sin 2\theta)/(1-\rho^2), so the integral over rr is a Gaussian integral: 0rexp ⁣(r2(1ρsin2θ)2(1ρ2))dr=1ρ21ρsin2θ.\int_0^\infty r\exp\!\left(-\frac{r^2(1-\rho\sin 2\theta)}{2(1-\rho^2)}\right)dr = \frac{1-\rho^2}{1-\rho\sin 2\theta}. Multiplying by the prefactor 12π1ρ2\frac{1}{2\pi\sqrt{1-\rho^2}} yields fΘ(θ)=1ρ22π(1ρsin2θ),f_\Theta(\theta) = \frac{\sqrt{1-\rho^2}}{2\pi(1-\rho\sin 2\theta)}, which is answer D. Choice A omits the square root, writing 1ρ21-\rho^2 in the numerator instead of 1ρ2\sqrt{1-\rho^2}—this fails the normalization check. Choice B replaces sin2θ\sin 2\theta with cos2θ\cos 2\theta; the cross-term 2ρxy=2ρr2cosθsinθ=ρr2sin2θ2\rho xy = 2\rho r^2\cos\theta\sin\theta = \rho r^2\sin 2\theta, so the angular dependence must involve sin2θ\sin 2\theta, not cos2θ\cos 2\theta. Choice C inverts the structure entirely, placing (1ρsin2θ)(1-\rho\sin 2\theta) in the numerator, which cannot be a valid density since it grows unboundedly with ρ\rho near certain angles. The key study tip: always verify a candidate density by checking that it integrates to 1 and that the trigonometric term matches the cross-term 2ρxy=ρr2sin2θ2\rho xy = \rho r^2\sin 2\theta from the exponent—this immediately rules out two of the four choices.

Question 5

A random positive-definite symmetric matrix is represented by M=(ACCB)M=\begin{pmatrix}A&C\\C&B\end{pmatrix} and has a density g(a,b,c)g(a,b,c) with respect to dadbdcda\,db\,dc. Define S=AS=A, T=BT=B, and R=C/ABR=C/\sqrt{AB}. What is the joint density of (S,T,R)(S,T,R)?

  1. g ⁣(s,t,rst)(st)1/2,s>0, t>0, r<1g\!\left(s,t,\,r\sqrt{st}\right)(st)^{-1/2},\quad s>0,\ t>0,\ |r|<1
  2. g ⁣(s,t,rst)(st)1/2,s>0, t>0, r<1g\!\left(s,t,\,r\sqrt{st}\right)(st)^{1/2},\quad s>0,\ t>0,\ |r|<1 (correct answer)
  3. g ⁣(s,t,rst)st,s>0, t>0, r<1g\!\left(s,t,\,rst\right)\cdot st,\quad s>0,\ t>0,\ |r|<1
  4. g ⁣(s,t,rst)(st)1/2,s>0, t>0, rRg\!\left(s,t,\,r\sqrt{st}\right)(st)^{1/2},\quad s>0,\ t>0,\ r\in\mathbb{R}
Explanation: When you see a transformation of random variables problem like this, your instinct should be: find the Jacobian. The joint density of the new variables equals the original density evaluated at the inverse transformation, multiplied by the absolute value of the Jacobian determinant. Here, the transformation is S=A, T=B, R=C/ABS = A,\ T = B,\ R = C/\sqrt{AB}. To find the joint density of (S,T,R)(S, T, R), first invert: A=S, B=T, C=RSTA = S,\ B = T,\ C = R\sqrt{ST}. The original density becomes g(s,t,rst)g(s, t, r\sqrt{st}). Now compute the Jacobian (a,b,c)/(s,t,r)\left|\partial(a,b,c)/\partial(s,t,r)\right|. Since a=sa = s and b=tb = t transform trivially, the Jacobian matrix is essentially triangular, and the only nontrivial entry is c/r=st\partial c/\partial r = \sqrt{st}. The full Jacobian determinant is therefore st=(st)1/2\sqrt{st} = (st)^{1/2}. Multiplying gives the joint density g(s,t,rst)(st)1/2g(s, t, r\sqrt{st})\cdot(st)^{1/2}, confirming answer B. A is wrong because it uses (st)1/2(st)^{-1/2} — this would be the Jacobian of the inverse transformation, i.e., inverting the roles of old and new variables. A common trap is flipping the Jacobian direction. C is wrong on two counts: the argument rstrst treats the transformation as C=RSTC = RST rather than C=RSTC = R\sqrt{ST}, and the factor stst doesn't match the correct Jacobian. D uses the correct density form and Jacobian, but allows rRr \in \mathbb{R}. Since MM is positive definite, its determinant ABC2>0AB - C^2 > 0, which forces R=C/AB<1|R| = |C|/\sqrt{AB} < 1. Study tip: Always track the support of transformed variables — positive definiteness constraints often restrict correlation-like parameters to r<1|r| < 1, and forgetting this is a classic exam mistake.

Question 6

Let XGamma(a,λ)X\sim\operatorname{Gamma}(a,\lambda) and YGamma(b,μ)Y\sim\operatorname{Gamma}(b,\mu) be independent, where the second argument is a rate. Define U=X+YU=X+Y and V=X/(X+Y)V=X/(X+Y). Under which condition are UU and VV independent?

  1. They are independent exactly when a=ba=b, regardless of the two rate parameters
  2. They are independent exactly when λ=μ\lambda=\mu, regardless of the two shape parameters (correct answer)
  3. They are independent exactly when a+b=1a+b=1 and the rates are both positive
  4. They are independent for all positive shapes and rates because the support is rectangular
Explanation: Whenever you see a question pairing a sum and a ratio of independent Gamma random variables, you should immediately think of the Beta-Gamma algebra and the classical result about independence. The key theorem: if XGamma(a,λ)X \sim \text{Gamma}(a, \lambda) and YGamma(b,λ)Y \sim \text{Gamma}(b, \lambda) share the same rate, then U=X+YU = X + Y and V=X/(X+Y)V = X/(X+Y) are independent, with UGamma(a+b,λ)U \sim \text{Gamma}(a+b, \lambda) and VBeta(a,b)V \sim \text{Beta}(a, b). The proof uses the Jacobian of the transformation and shows the joint density factors into a product of marginals — but only when the rates are equal, allowing the exponential terms to combine cleanly into a function of uu alone. When λμ\lambda \neq \mu, the joint density of (U,V)(U, V) does not factor, so independence fails. This confirms B is correct: independence holds exactly when λ=μ\lambda = \mu, for any positive shapes aa and bb. A is wrong because matching shape parameters is irrelevant — equal shapes with unequal rates still breaks independence. The shape parameters determine the Beta marginal of VV, not the factorization condition. C is wrong because a+b=1a + b = 1 has no special role here; this confuses the Gamma parameterization with a probability-simplex constraint. D is wrong on two counts: a rectangular support does not imply independence (that's a common misconception), and independence genuinely fails when rates differ. Study tip: Memorize the equal-rate condition as the price of admission for the Gamma-Beta independence result — it appears frequently on graduate qualifying exams and is easy to misremember as a shape condition.

Question 7

Let XX and YY be independent standard normal random variables. Define U=XYU=XY and V=X/YV=X/Y, ignoring the probability-zero event Y=0Y=0. Which expression gives the joint density of (U,V)(U,V)?

  1. 14πvexp ⁣[12(uv+uv)],uv>0\frac{1}{4\pi|v|}\exp\!\left[-\frac{1}{2}\left(uv+\frac{u}{v}\right)\right],\quad uv>0
  2. 12πuexp ⁣[12(uv+uv)],uv>0\frac{1}{2\pi|u|}\exp\!\left[-\frac{1}{2}\left(uv+\frac{u}{v}\right)\right],\quad uv>0
  3. 12πvexp ⁣[12(uv+uv)],uv>0\frac{1}{2\pi|v|}\exp\!\left[-\frac{1}{2}\left(uv+\frac{u}{v}\right)\right],\quad uv>0 (correct answer)
  4. 12πvexp ⁣[12(uvuv)],uv<0\frac{1}{2\pi|v|}\exp\!\left[-\frac{1}{2}\left(uv-\frac{u}{v}\right)\right],\quad uv<0
Explanation: When you need the joint density of a transformation like (U,V)=(XY,X/Y)(U,V) = (XY, X/Y), your go-to tool is the change-of-variables formula: fU,V(u,v)=fX,Y(x,y)J1f_{U,V}(u,v) = f_{X,Y}(x,y)\cdot|J|^{-1}, where you invert the Jacobian determinant from (x,y)(x,y) to (u,v)(u,v). Start by inverting the transformation. From u=xyu = xy and v=x/yv = x/y, you get x2=uvx^2 = uv and y2=u/vy^2 = u/v, so x=±uvx = \pm\sqrt{uv} and y=±u/vy = \pm\sqrt{u/v}. For real solutions, you need uv>0uv > 0 (both same sign). There are two solution branches, each contributing equally. Computing the Jacobian (u,v)/(x,y)\partial(u,v)/\partial(x,y): the determinant is 2x/y+2yx/y2=2x(1/y+1/y)2x/y + 2y \cdot x/y^2 = 2x(1/y + 1/y) \cdots — more cleanly, Jx,yu,v=2x/y=2v1/2/v1/2|J_{x,y\to u,v}| = 2|x/y| = 2|v|^{1/2}/|v|^{1/2}\cdot\ldots. The standard result gives (x,y)/(u,v)=12v|\partial(x,y)/\partial(u,v)| = \frac{1}{2|v|}. Since X,YX,Y are independent standard normals, fX,Y=12πe(x2+y2)/2f_{X,Y} = \frac{1}{2\pi}e^{-(x^2+y^2)/2}. Note x2+y2=uv+u/vx^2 + y^2 = uv + u/v. Multiplying the two branches and the Jacobian factor, the joint density is: fU,V(u,v)=12πvexp ⁣[12 ⁣(uv+uv)],uv>0f_{U,V}(u,v) = \frac{1}{2\pi|v|}\exp\!\left[-\frac{1}{2}\!\left(uv + \frac{u}{v}\right)\right], \quad uv > 0 confirming C is correct. A uses 4πv4\pi|v| in the denominator — this mishandles the factor of 2 from summing both branches. B replaces v|v| with u|u| in the denominator, misidentifying which variable appears in the Jacobian. D has the correct structure but uses uvu/vuv - u/v in the exponent with uv<0uv < 0, which doesn't match the exponent x2+y2=uv+u/v>0x^2 + y^2 = uv + u/v > 0 required for a valid density. Strategy tip: Always track the Jacobian factor carefully — most wrong answers in transformation problems differ only in the normalizing constant or the Jacobian variable, so computing (x,y)/(u,v)|\partial(x,y)/\partial(u,v)| explicitly (rather than guessing) is essential.

Question 8

A random pair (X,Y)(X,Y) has joint density fX,Y(x,y)=2f_{X,Y}(x,y)=2 on the region 0<x<y<10<x<y<1 and zero elsewhere. Define U=X/YU=X/Y and V=YV=Y. Which statement about (U,V)(U,V) is correct?

  1. fU,V(u,v)=2vf_{U,V}(u,v)=2v on 0<u<1, 0<v<10<u<1,\ 0<v<1, so UU and VV are independent (correct answer)
  2. fU,V(u,v)=2uf_{U,V}(u,v)=2u on 0<u<v<10<u<v<1, so UU and VV are dependent
  3. fU,V(u,v)=2/vf_{U,V}(u,v)=2/v on 0<u<1, 0<v<10<u<1,\ 0<v<1, so the proposed density is improper
  4. fU,V(u,v)=2f_{U,V}(u,v)=2 on 0<u<v<10<u<v<1, so UU and VV are conditionally uniform
Explanation: When you see a change-of-variables problem, your first instinct should be to find the Jacobian and determine the new support region — both steps are equally important. Here, set U=X/YU = X/Y and V=YV = Y, so the inverse transformation is X=UVX = UV and Y=VY = V. The Jacobian is: (x,y)(u,v)=vu01=v\left|\frac{\partial(x,y)}{\partial(u,v)}\right| = \begin{vmatrix} v & u \\ 0 & 1 \end{vmatrix} = v So the joint density transforms as fU,V(u,v)=fX,Y(uv,v)J=2v=2vf_{U,V}(u,v) = f_{X,Y}(uv, v) \cdot |J| = 2 \cdot v = 2v. Now check the support. The original region 0<x<y<10 < x < y < 1 becomes 0<uv<v<10 < uv < v < 1. Since v>0v > 0, dividing uv<vuv < v by vv gives u<1u < 1, and from uv>0uv > 0 you get u>0u > 0. Combined with 0<v<10 < v < 1, the new support is simply 0<u<1, 0<v<10 < u < 1,\ 0 < v < 1 — a rectangle. Since fU,V(u,v)=2vf_{U,V}(u,v) = 2v factors into a function of uu alone times a function of vv alone (trivially, 12v1 \cdot 2v) over a rectangular support, UU and VV are independent. This confirms answer A is correct. Answer B incorrectly keeps the triangular support 0<u<v<10 < u < v < 1, failing to simplify the constraint u<1u < 1 after dividing by vv — a common algebraic oversight. Answer C inverts the Jacobian (using 1/v1/v instead of vv), which is the trap of computing the forward rather than inverse Jacobian. Answer D simply carries over the original density value of 2 without applying the Jacobian at all. Study tip: Always verify the new support region explicitly — independence often hinges on whether it's rectangular, not just on whether the density factors.

Question 9

Suppose XX has a beta distribution with positive shape parameters aa and bb. For the log-odds transformation Z=log{X/(1X)}Z=\log\{X/(1-X)\}, which expression is the density of ZZ?

  1. fZ(z)=e(a1)zB(a,b)(1+ez)a+b2,<z<f_Z(z)=\frac{e^{(a-1)z}}{B(a,b)(1+e^z)^{a+b-2}},\quad -\infty<z<\infty
  2. fZ(z)=eazB(a,b)(1+ez)a+b,<z<f_Z(z)=\frac{e^{az}}{B(a,b)(1+e^z)^{a+b}},\quad -\infty<z<\infty (correct answer)
  3. fZ(z)=ebzB(a,b)(1+ez)a+b,<z<f_Z(z)=\frac{e^{bz}}{B(a,b)(1+e^z)^{a+b}},\quad -\infty<z<\infty
  4. fZ(z)=eazB(a,b)(1+ez)a+b+2,<z<f_Z(z)=\frac{e^{az}}{B(a,b)(1+e^z)^{a+b+2}},\quad -\infty<z<\infty
Explanation: When you see a transformation problem like this, your first instinct should be the change-of-variables technique: find the inverse transformation, compute the Jacobian, and substitute into the original density. Here, Z=log{X/(1X)}Z = \log\{X/(1-X)\}, so the inverse is X=ez/(1+ez)X = e^z/(1+e^z). The Jacobian is dx/dz=ez/(1+ez)2dx/dz = e^z/(1+e^z)^2. Since XBeta(a,b)X \sim \text{Beta}(a,b), its density is fX(x)=xa1(1x)b1/B(a,b)f_X(x) = x^{a-1}(1-x)^{b-1}/B(a,b). Substituting x=ez/(1+ez)x = e^z/(1+e^z) and 1x=1/(1+ez)1-x = 1/(1+e^z): fZ(z)=1B(a,b)(ez1+ez)a1(11+ez)b1ez(1+ez)2f_Z(z) = \frac{1}{B(a,b)}\left(\frac{e^z}{1+e^z}\right)^{a-1}\left(\frac{1}{1+e^z}\right)^{b-1} \cdot \frac{e^z}{(1+e^z)^2} Collecting powers: the numerator gives ez(a1)ez=eaze^{z(a-1)} \cdot e^z = e^{az}, and the denominator accumulates (1+ez)(a1)+(b1)+2=(1+ez)a+b(1+e^z)^{(a-1)+(b-1)+2} = (1+e^z)^{a+b}. This yields answer B: fZ(z)=eaz/[B(a,b)(1+ez)a+b]f_Z(z) = e^{az}/[B(a,b)(1+e^z)^{a+b}]. Choice A is wrong because it uses e(a1)ze^{(a-1)z} in the numerator and a+b2a+b-2 in the denominator exponent — the student forgot to include the Jacobian's contribution of ez/(1+ez)2e^z/(1+e^z)^2. Choice C incorrectly replaces eaze^{az} with ebze^{bz}, confusing which shape parameter drives the exponential after substitution. Choice D has the correct numerator eaze^{az} but uses (1+ez)a+b+2(1+e^z)^{a+b+2}, over-counting the denominator by adding rather than correctly combining exponents. Study tip: Always track every factor of the Jacobian separately — a single missed power in numerator or denominator leads to plausible-looking but wrong answers, exactly what distractors A and D exploit.

Question 10

Let XX and YY be independent uniform random variables on (0,1)(0,1). Define U=X+YU=X+Y and V=XYV=X-Y. Which joint density and support are correct?

  1. fU,V(u,v)=1/2f_{U,V}(u,v)=1/2 for 0<u<20<u<2 and v<min(u,2u)|v|<\min(u,2-u) (correct answer)
  2. fU,V(u,v)=2f_{U,V}(u,v)=2 for 0<u<20<u<2 and v<min(u,2u)|v|<\min(u,2-u)
  3. fU,V(u,v)=1/2f_{U,V}(u,v)=1/2 for 0<u<20<u<2 and 1<v<1-1<v<1
  4. fU,V(u,v)=1f_{U,V}(u,v)=1 for 0<u<10<u<1 and v<u|v|<u
Explanation: When transforming random variables, your two key tasks are: (1) find the Jacobian of the inverse transformation, and (2) carefully characterize the support. Here, U=X+YU = X+Y and V=XYV = X-Y, so the inverse is X=(U+V)/2X = (U+V)/2 and Y=(UV)/2Y = (U-V)/2. The Jacobian is: J=det(x/ux/vy/uy/v)=det(1/21/21/21/2)=12|J| = \left|\det\begin{pmatrix} \partial x/\partial u & \partial x/\partial v \\ \partial y/\partial u & \partial y/\partial v \end{pmatrix}\right| = \left|\det\begin{pmatrix} 1/2 & 1/2 \\ 1/2 & -1/2 \end{pmatrix}\right| = \frac{1}{2} Since fX,Y(x,y)=1f_{X,Y}(x,y) = 1 on the unit square, the joint density becomes fU,V(u,v)=1J=1/2f_{U,V}(u,v) = 1 \cdot |J| = 1/2. For the support, you need 0<x<10 < x < 1 and 0<y<10 < y < 1, which translates to 0<(U+V)/2<10 < (U+V)/2 < 1 and 0<(UV)/2<10 < (U-V)/2 < 1. This gives 0<u<20 < u < 2 with v<u|v| < u (from the x>0,y>0x > 0, y > 0 constraints) and v<2u|v| < 2-u (from the x<1,y<1x < 1, y < 1 constraints), combining to v<min(u,2u)|v| < \min(u, 2-u). This confirms A is correct. B incorrectly uses density 22 instead of 1/21/2 — a common sign error where students invert the Jacobian rather than multiplying by it. C uses the correct density but wrong support: 1<v<1-1 < v < 1 ignores the dependence of vv's range on uu, and it would not integrate to 1. D restricts to 0<u<10 < u < 1 only, missing the upper triangle of the support, and uses density 1. Study tip: Always verify your answer by checking that fU,Vdvdu=1\int\int f_{U,V}\,dv\,du = 1. With density 1/21/2 over a diamond of area 2, you get exactly 1 — a quick sanity check that catches both Jacobian and support errors simultaneously.