Aniruddha Deb

Luck, Skill or Both: Department Change at IITs

A friend recently asked me to provide some advice on department change to some freshers. The usual fundaebaazi is something I didn’t want to do; it’s not impressionable, and won’t motivate any fresher to study for a department change. Instead, I chose to show and not tell

So is it luck or skill?

Short answer: Both.

Let’s look at how first year courses are graded. For most theory courses (3 lecture hours + 1 tutorial hour / 2 lab hours), there’s a normal distribution of marks, and the top 7% of people on this distribution get an A.

normal distribution

(Well, the actual grade distribution is discrete, but the marks are approximately normally distributed).

If we assume that everyone is equally skilled, then the probability of a person obtaining an A grade in one course is $0.07$. The probability of the same person obtaining an A grade across all the seven theory courses then is $0.07^{7}$. This seems theoretically okay, but there are only around 1300 people in a batch, give or take a few hundred. If this is true, the number of people who get a 10 in every theory course should come out to be $1300 \times 0.07^{7} \approx 10^{-5}$. Which is practically zero. However, we know for a fact that there are people who obtain tens across all the seven theory courses, and across the labs as well. There are people who graduate with a perfect ten, so the above calculation is wrong somewhere. This brings us to the first fallacy:

Not everyone is equally skilled.

There is talent, and there is genius. Talent hits a target no one else can hit. Genius hits a target no one else can see.

How much skill?

Let’s condition on the students instead rather than on the gradecard. I would give a candidate DepC student a probability of $0.8$ to obtain an $A$ in a theory course, and a probability of $0.5$ to obtain an A in a lab course. Because lab courses are super random and everyone gets either a 10, 9 or an 8 (CMP and PYP, I’m looking at you).

With these probabilities, let’s reasonably assume that $7$ students get a straight ten in all seven theory courses. The number of people with these odds would then be $7 / (0.8)^{7} = 33.37 \approx 30$.

What about luck?

This is super hard to quantify in words, but I’ll give it a shot. Given our 30 geniuses and taking all permutations and combinations of grades into account, the set of possible CGPAs one could obtain after their first year is finite. So what happens if two people obtain the same CGPA and they are in line for a Department Change into a higher branch?

In case more than one student applying for programme change have the same CGPA, the tie shall be resolved on the basis of JEE ranks of such applicants.

So how likely is it that two people obtain the same CGPA and are required to tiebreak on the basis of their JEE rank? Let’s run a simulation and find out! I’ll simulate grades across 5 lab courses, 4 of which are worth 2 credits each and the last one is worth one credit. I’ll also simulate the seven four-credit theory courses. Also assume that if the genius doesn’t get a 10, they get a 9.

cgs

We see that nobody gets a 10, and five people get a CG of 9.82. Five! And multiple people have the same CG. Even though we assume CGPAs lie on a continuous scale, the spectrum doesn’t become as dense as one would expect at the end of first year.

However, all this shows us is that there are chances of a tiebreak. It still doesn’t put things into perspective. Let’s make a fake DepC list, so that the point really hits home. I’ll allocate 7 seats in the 4-year CSE programme, 2 in 5-year CSE Dual, 6 in Mathematics and Computing, 2 in MathComp Dual and assume a similar distribution across others. The final list looks like this:

namecgfromto
0Anay Shanker9.97ME1CS1
1Nirvaan Choudhury9.94ES1CS1
2Sara Behl9.94ME2CS1
3Kiara Kakar9.88MT1CS1
4Aniruddh Batra9.88MS1CS1
5Mehul Krishnan9.85MT6CS1
6Jhanvi Chaudhary9.85CH1CS1
7Madhup Kapur9.82MT6CS5
8Zoya Virk9.82MT6CS5
9Tara Swaminathan9.82AM1MT1
10Rasha Kakar9.82MS1MT1
11Ranbir Brahmbhatt9.82MS1MT1
12Tarini Ganguly9.79ME2MT1
13Divij Gupta9.79EE3MT1
14Taimur Vaidya9.76EE1MT1
15Lavanya Deo9.76EE3MT6
16Samiha Karpe9.76CE1MT6
17Uthkarsh Baral9.73CH1EE1
18Mishti Ranganathan9.73CE1EE1
19Kashvi Char9.7ME1EE1
20Azad Sahota9.7AM1EE1
21Trisha Dhillon9.67MS1EE1
22Mehul Verma9.64BB1EE1
23Vaibhav Dewan9.61MS1EE1
24Myra Tiwari9.58ME2EE1
25Ishaan Goyal9.58CH7EE3
26Lakshay Sampath9.55CE1EE3
27Rati Sanghvi9.48ME2EE3
28Mahika Ravi9.48CH1EE3
29Hazel Sethi9.39BB1AM1

My heart goes out to Tara, Rasha, Ranbir, Lavanya, Samiha and Ishaan. The boys and girls played well, but in the end it came down to luck. And having a better JEE rank.

What next?

Making this minigame taught me two things: one, just how incredibly lucky I got with my own department change, and two, how huge of a factor luck plays. All the fundae my seniors gave me about luck and randomness are sort of true.

My advice to any juniors reading this would be to not worry about the outcome. The driving force behind most people seeking a DepC is better job prospects and possibly the associated social status and prestige that comes with it (which is a very freshie thing; nobody cares about which department you’re from once you’re a bit more senior). If this is your primary driving goal behind the DepC, you’ll neither gain the skill, nor have the luck. The best course of action is to truly enjoy (or atleast make an effort to enjoy) what you’re studying, becaues most of it is an extension of the JEE syllabus anyway, and keep your CGPA as high as possible. Expect nothing else from the system, and you won’t be disappointed.

UPDATE: I gave a talk regarding this at Pathfinder, BSW’s session on department change for freshers. You can find the slides here

Appendix: Code for the luck simulation