Photo AI

Last Updated Sep 27, 2025

Linear Transformations of DRVs Simplified Revision Notes

Revision notes with simplified explanations to understand Linear Transformations of DRVs quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

294+ students studying

16.1.6 Linear Transformations of DRVs

Linear Transformation of Distribution (Coding)

A linear transformation of a distribution is performing a transformation to a variable of the form

Y=mX+cY = mX + c.

lightbulbExample

Example Take the variable XX with the distribution:

x123P(X=x)131216\begin{array}{c|c|c|c} x & 1 & 2 & 3 \\ P(X = x) & \frac{1}{3} & \frac{1}{2} & \frac{1}{6} \\ \end{array}

E(X)=1×13+2×12+3×16=116=E(X)E(X) = 1 \times \frac{1}{3} + 2 \times \frac{1}{2} + 3 \times \frac{1}{6} = \frac{11}{6} = E(X)

E(X2)=12×13+22×12+32×16=236=E(X2)E(X^2) = 1^2 \times \frac{1}{3} + 2^2 \times \frac{1}{2} + 3^2 \times \frac{1}{6} = \frac{23}{6} = E(X^2)

Var(X)=E(X2)(E(X))2=236(116)2=1736=Var(X)\text{Var}(X) = E(X^2) - (E(X))^2 = \frac{23}{6} - \left(\frac{11}{6}\right)^2 = \frac{17}{36} = \text{Var}(X)

Now take the distribution of 3X 3X:

x369P(X=x)131216\begin{array}{c|c|c|c} x & 3 & 6 & 9 \\ P(X = x) & \frac{1}{3} & \frac{1}{2} & \frac{1}{6} \\ \end{array}

E(3X)=3×13+6×12+9×16=112=3E(X)E(3X) = 3 \times \frac{1}{3} + 6 \times \frac{1}{2} + 9 \times \frac{1}{6} = \frac{11}{2} = 3E(X)

E((3X)2)=32×13+62×12+92×19=692E((3X)^2) = 3^2 \times \frac{1}{3} + 6^2 \times \frac{1}{2} + 9^2 \times \frac{1}{9} = \frac{69}{2}

Var(3X)=E(3X2)(E(3X))2=692(112)2=174=9Var(X)\text{Var}(3X) = E(3X^2) - (E(3X))^2 = \frac{69}{2} - \left(\frac{11}{2}\right)^2 = \frac{17}{4} = 9 \text{Var}(X)

Reason for relationship:

Consider the point:

image
  • The mean/middle point (1,2,31, 2, 3). If we multiply by 33:
image
  • Everything is 3 x bigger and 3 x more spread out.
  • The middle is 3 times bigger E(3X)=3E(X)\Rightarrow E(3X) = 3E(X)
  • Since the spread is bigger and the variance measures squares of spreads, the new variance will be multiplied by 9.

 E(kX)=kE(X)\therefore \ E(kX) = kE(X)

Var(kX)=k2Var(X)\text{Var}(kX) = k^2 \text{Var}(X)

lightbulbExample

Example Consider the distribution of X+3X+3:

xx456
(P(X=x)(P(X=x)13 \frac{1}{3}12\frac{1}{2}16\frac{1}{6}

E(X+3)=296=E(X)+3E(X+3) = \frac{29}{6} = E(X) + 3

E((X+3)2)=1436E((X+3)^2) = \frac{143}{6}

Var(X+3)=1736=Var(X)\text{Var}(X+3) = \frac{17}{36} = \text{Var}(X)

Moving all points the same distance moves the center of the data set that distance but does nothing to the spread.

E(X+k)=E(X)+k\therefore E(X + k) = E(X) + k

Var(X+k)=Var(X)\text{Var}(X + k) = \text{Var}(X)

lightbulbExample

Example The random variable YY has mean 22 and variance 99.

Find:

  • E(Y2) E(Y^2) E(X)=2Var(X)=9E(X) = 2 \quad \text{Var}(X) = 9

E(X2)22=9E(X2)=13E(X^2) - 2^2 = 9 \quad \Rightarrow \quad E(X^2) = 13

  • Var(2X+2)\text{Var}(2X + 2)

Var(2X+2)=22×Var(X)=4×9=36\text{Var}(2X + 2) = 2^2 \times \text{Var}(X) = 4 \times 9 = 36

Combinations of Random Variables

The Sum of Two Normal Distributions

e.g., Say XN(μxX \sim N(\mu_x, σx2)\sigma_x^2) and YN(μy,σy2)Y \sim N(\mu_y, \sigma_y^2) are independent. Then the sum of the two distributions is also normal:

(X+Y)N(μx+μy,σx2+σy2)(X + Y) \sim N(\mu_x + \mu_y, \sigma_x^2 + \sigma_y^2)

This is proved using the Probability Density Function (P.D.F.) of the normal distribution.

This also applies to the difference of two normal distributions:

(XY)N(μxμy,σx2+σy2)(X - Y) \sim N(\mu_x - \mu_y, \sigma_x^2 + \sigma_y^2)

lightbulbExample

Example: If XN(30,6)X \sim N(30, 6) and YN(35,4)Y \sim N(35, 4) are independent, find P(5Y>3X+66)P(5Y > 3X + 66) .


Step 1: Rearrange to the form P(aX+bY>c)(or<c).P(aX + bY > c) (or < c ). P(5Y3X>66)P(5Y - 3X > 66)


Step 2: State the distribution of the LHS (left-hand side) of the inequality, possibly performing a substitution for presentation purposes.

LetW=5Y3X.Let W = 5Y - 3X .

  • 3XN(90,54)3X \sim N(90, 54) (32×6)\left(3^2 \times 6\right)
  • 5YN(175,100)5Y \sim N(175, 100) (52×4)\left(5^2 \times 4\right) Therefore,

WN(17590,100+54)W \sim N(175 - 90, 100 + 54)

WN(85,154)W \sim N(85, 154)


Step 3: Calculate the probability:

P(W>66)=0.937P(W > 66) = 0.937

Sum / Difference of Two Poisson Distributions

The sum of two Poisson distributions leads to another Poisson distribution.

If XPo(λx)X \sim Po(\lambda_x) and YPo(λy)Y \sim Po(\lambda_y) are independent, then:

(X+Y)Po(λx+λy)(X + Y) \sim Po(\lambda_x + \lambda_y)

(Table showing distributions for Binomial B(n, p) , Uniform, Geometric, and Poisson with their respective probability formulas, expectations, and variances.)

image

Notice the Poisson distribution has the same mean as the variance. This means that in the above definitions of XX and YY : Var(X)=λxandVar(Y)=λy\text{Var}(X) = \lambda_x \quad \text{and} \quad \text{Var}(Y) = \lambda_y

Var(X+Y)=λx+λy=E(X+Y)\text{Var}(X + Y) = \lambda_x + \lambda_y = E(X + Y)

Therefore, X + Y has the same mean as variance.

Now consider XX - YY :

E(XY)=λxλyE(X - Y) = \lambda_x - \lambda_y

Var(XY)=λx+λy\text{Var}(X - Y) = \lambda_x + \lambda_y

The two are different, meaning that the difference between the two Poisson distributions cannot be itself Poisson.

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Linear Transformations of DRVs

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

60 flashcards

Flashcards on Linear Transformations of DRVs

Revise key concepts with interactive flashcards.

Try Further Maths Further Statistics 1 Flashcards

6 quizzes

Quizzes on Linear Transformations of DRVs

Test your knowledge with fun and engaging quizzes.

Try Further Maths Further Statistics 1 Quizzes

29 questions

Exam questions on Linear Transformations of DRVs

Boost your confidence with real exam questions.

Try Further Maths Further Statistics 1 Questions

27 exams created

Exam Builder on Linear Transformations of DRVs

Create custom exams across topics for better practice!

Try Further Maths Further Statistics 1 exam builder

50 papers

Past Papers on Linear Transformations of DRVs

Practice past papers to reinforce exam experience.

Try Further Maths Further Statistics 1 Past Papers

Other Revision Notes related to Linear Transformations of DRVs you should explore

Discover More Revision Notes Related to Linear Transformations of DRVs to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Discrete Probability Distributions

Discrete Random Variables

user avatar
user avatar
user avatar
user avatar
user avatar

255+ studying

195KViews

96%

114 rated

Discrete Probability Distributions

Continuous Random Variables

user avatar
user avatar
user avatar
user avatar
user avatar

350+ studying

187KViews

96%

114 rated

Discrete Probability Distributions

Probability Density Function

user avatar
user avatar
user avatar
user avatar
user avatar

291+ studying

180KViews

96%

114 rated

Discrete Probability Distributions

Uniform Distribution

user avatar
user avatar
user avatar
user avatar
user avatar

329+ studying

199KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered