Analyzing the Setup
Imagine you are standing before a massive, complex integral:
α(m,n)=∫02tm(1+3t)ndt
It looks intimidating, but in the world of JEE Advanced, complexity is often just a mask for a hidden symmetry. Today, we are going to peel back that mask.
The Strategy
Integration by Parts
When you see an integral with powers that look like they could 'trade' values—where one power could go up while the other goes down—your intuition should immediately scream Integration by Parts. We want to create a bridge between α(m,n) and α(m+1,n−1).
To do this, we set our stage. Let u=(1+3t)n and dv=tmdt.
Because when we differentiate u, the power n drops to n−1, and when we integrate dv, the power m climbs to m+1, we are effectively shifting the 'weight' of the integral from one term to the other.
The Calculus of Transformation
Applying the formula ∫udv=[uv]−∫vdu, we get:
α(m,n)=[(1+3t)n⋅m+1tm+1]02−∫02m+1tm+1⋅3n(1+3t)n−1dt
Look at that boundary term. At t=0, the tm+1 term vanishes into nothingness.
At
t=2, we get a beautiful constant:
m+17n⋅2m+1
The integral term on the right is simply a scaled version of α(m+1,n−1). We have successfully built our bridge.
The Recurrence Relation
By rearranging the terms, we arrive at the recurrence relation:
(m+1)α(m,n)+3nα(m+1,n−1)=2m+17n
This equation is the heartbeat of the problem. It tells us exactly how these integrals behave.
Now, the moment of truth: we substitute m=10 and n=6. The equation transforms into:
11α(10,6)+18α(11,5)=21176
The Final Reveal
We are almost there. The problem asks us to match this to p(14)6. Look closely at 21176.
We can rewrite 211 as 25⋅26. This gives us:
25⋅(26⋅76)=32⋅(2⋅7)6=32⋅(14)6
Comparing this to p(14)6, the value of p reveals itself as 32.
Why This Matters
This problem isn't just about finding a number. It is about learning to see the 'flow' of an integral.
By using Integration by Parts, we didn't just calculate; we transformed the problem into a simpler, more elegant state. Whenever you face a daunting integral in the exam, don't panic. Look for the recurrence and look for the bridge.