Analyzing the Setup
Imagine you are standing before a daunting mathematical structure: the integral
I=∫24logx2+log(36−12x+x2)logx2dx
At first glance, it looks like a nightmare of logarithms and quadratic expressions. But in the world of JEE Advanced, intimidation is often just a mask for elegance.
Our goal is to find the area under this curve from x=2 to x=4. The first step in any such journey is to simplify the landscape.
Look closely at the denominator, specifically the term 36−12x+x2. If you rearrange the terms, you get x2−12x+36, which is the expansion of (x−6)2, or equivalently (6−x)2.
By making this simple substitution, our integral transforms into:
I=∫24logx2+log(6−x)2logx2dx
Suddenly, the problem feels much more symmetric.
The King's Property
Your Secret Weapon
Now that we have identified the symmetry, we need a tool to exploit it. Enter the King's Property of definite integrals:
∫abf(x)dx=∫abf(a+b−x)dx
This property is a lifesaver in competitive exams. Here, our limits are a=2 and b=4, so a+b=6.
The property tells us that if we replace every x in our integrand with (6−x), the value of the integral remains unchanged. Let's apply this transformation.
The numerator logx2 becomes log(6−x)2. The denominator, which was logx2+log(6−x)2, transforms into log(6−x)2+log(6−(6−x))2.
Simplifying the second term in the denominator, 6−(6−x) becomes x. Thus, our transformed integral is:
I=∫24log(6−x)2+logx2log(6−x)2dx
The Grand Cancellation
Where Magic Happens
We now have two expressions for the same integral I. Let's call the original one Equation (1) and the transformed one Equation (2).
If we add them together, we get:
2I=∫24logx2+log(6−x)2logx2dx+∫24log(6−x)2+logx2log(6−x)2dx
Because the denominators are identical, we can combine the numerators:
2I=∫24logx2+log(6−x)2logx2+log(6−x)2dx
Look at that! The numerator is exactly the same as the denominator. They cancel out perfectly to leave us with the integral of 1 from 2 to 4:
The integral of 1 is simply x, and evaluating this from 2 to 4 gives us 4−2=2. Therefore, 2I=2, which means I=1.
We have conquered the beast! Remember, JEE problems are rarely about brute force; they are about spotting the hidden symmetry and choosing the right tool to reveal the beauty underneath.