The Beauty of Reduction
Taming the Monster Integral
Welcome, warriors of JEE! Today, we are going to face a problem that, at first glance, looks like a mathematical monster. We are asked to evaluate:
5050∫01(1−x50)101dx∫01(1−x50)100dx
Just looking at those powers—50, 100, 101—is enough to make anyone want to skip the question. But here is the secret: in JEE Advanced, whenever you see high powers in a definite integral that seem impossible to expand, your mind should immediately pivot to the concept of Reduction Formulas. We are not here to calculate; we are here to find a pattern.
Phase 1
Defining the General Integral
To tame this beast, let us define a general integral, In, to represent the structure we are dealing with. Let:
By doing this, our original expression becomes much simpler: 5050I101I100. Now, our goal is clear: we need to find a relationship between In and In−1. This is the heart of the reduction formula technique.
Phase 2
The Art of Integration by Parts
We need to relate In to In−1. The most powerful tool in our calculus toolkit for this is Integration by Parts.
But wait, we only have one function here. The trick is to introduce a 'dummy' function. We treat the integrand as 1⋅(1−x50)n.
Let u=(1−x50)n and dv=dx. Now, we differentiate u using the chain rule: du=n(1−x50)n−1⋅(−50x49)dx. And for v, we simply integrate dv to get v=x.
Phase 3
The Vanishing Boundary
Now, let's apply the Integration by Parts formula: ∫udv=uv−∫vdu. Our integral becomes:
In=[x(1−x50)n]01−∫01x⋅n(1−x50)n−1(−50x49)dx
Let's look at that boundary term [x(1−x50)n]01. At x=1, we have 1(1−150)n=0. At x=0, we have 0(1−050)n=0.
The boundary term vanishes completely! This is the elegance of the problem—the math is clearing the path for us.
Phase 4
The Algebraic Bridge
We are left with In=50n∫01x50(1−x50)n−1dx. We have x50 inside, but we want (1−x50) to match our original definition.
Here is the classic algebraic trick: rewrite x50 as 1−(1−x50). Substituting this back, we get:
In=50n∫01[1−(1−x50)](1−x50)n−1dx
Distributing the terms, we get:
In=50n(∫01(1−x50)n−1dx−∫01(1−x50)ndx)
This is exactly In=50n(In−1−In).
Phase 5
The Final Victory
Now, we just solve for the ratio. In=50nIn−1−50nIn, which rearranges to In(1+50n)=50nIn−1.
Therefore:
For n=101, we get:
I101I100=50(101)1+50(101)=50505051
Finally, multiplying by the original coefficient 5050, we get 5050×50505051=5051. The 5050s cancel out, and we are left with the beautiful, clean answer: 5051.