Join Trial or Access Free ResourcesThis is a very beautiful sample problem from ISI MStat PSB 2012 Problem 5 based on central limit theorem . Let's give it a try !!
Let \( X_{1}, X_{2}, \ldots, X_{j} \ldots \) be i.i.d. \(N(0,1)\) random variables. Show that for any \(a>0\)
\( \lim {n \rightarrow \infty} P(\sum_{i=1}^{n} {X_i}^2 \leq a) = 0 \)
Limit
Central Limit Theorem
Normal Distribution
Chi- Square Distribution
\( X_{1}, X_{2}, \ldots, X_{j} \ldots \) are i.i.d. \(N(0,1)\) random variables .
Let \( S_n = \sum_{i=1}^{n} {X_i}^2 \) , then \( S_n \sim \chi^{2}(n) \) , where \( \chi^{2}(n) \) is Chi-Square distribution with n degrees of freedom .
Therefore , \( E(S_n)= n \) and \( Var(S_n)=2n \) .
In this type of problems obvious thing that would come to our mind is to apply Central Limit Theorem right ! Let's try to apply it .
Now by Lindeberg Levy Central Limit Theorem we can say \( \frac{S_n-E(S_n)}{\sqrt{Var(S_n)}} \) = \( \frac{S_n-n}{\sqrt{2n}} {\to }^{d} N(0,1) \) , as n approaches infinity.
So, \( \lim {n \rightarrow \infty} P(\sum_{i=1}^{n} {X_i}^2 \leq a) \)
= \( \lim {n \rightarrow \infty} P( \frac{S_n-n}{\sqrt{2n}} \le \frac{a-n}{\sqrt{2n}} ) \)
= \( \lim {n \rightarrow \infty} \Phi(\frac{a-n}{\sqrt{2n}}) \)
= \( \lim {n \rightarrow \infty} \Phi(\frac{a}{\sqrt{2n}}- \sqrt{\frac{n}{2}}) = \Phi(0- \infty) \) (Since \( \Phi(x) \) is right continuous ) \( = 0 \) .
Hence Proved .
Let \( \{X_{1}: i \geq 1 \}\) be a sequence of independent random variables each having a normal distribution with mean 2 and variance 5.Then \( (\frac{1}{n} \sum_{i=1}^{n} x_{i})^{2} \) converges in probability to ?


In 2025, 8 students from Cheenta Academy cracked the prestigious Regional Math Olympiad. In this post, we will share some of their success stories and learning strategies. The Regional Mathematics Olympiad (RMO) and the Indian National Mathematics Olympiad (INMO) are two most important mathematics contests in India.These two contests are for the students who are […]

Cheenta Academy proudly celebrates the success of 27 current and former students who qualified for the Indian Olympiad Qualifier in Mathematics (IOQM) 2025, advancing to the next stage — RMO. This accomplishment highlights their perseverance and Cheenta’s ongoing mission to nurture mathematical excellence and research-oriented learning.

Cheenta students shine at the Purple Comet Math Meet 2025 organized by Titu Andreescu and Jonathan Kanewith top national and global ranks.

Celebrate the success of Cheenta students in the Stanford Math Tournament. The Unified Vectors team achieved Top 20 in the Team Round.
We can solve this problem using only the Strong Law (SLLN). We do not need the CLT here.
Using Reverse Fatou's lemma, we have
\[ \limsup \mathbb{P}(\frac{1}{n}\sum_{i=1}^n X_i^2 \leq \frac{a}{n}) \leq \mathbb{P}(\limsup \frac{1}{n} \sum_{i=1}^n X_i^2 \leq 0) = \mathbb{P}(1\leq 0)=0.\]
It's okay if you want to solve in that way .