The problem of a cooling body might seem straightforward at first glance, but this particular challenge from the JEE Advanced archives introduces a beautiful twist. We are not just dealing with a single mode of heat transfer; we are witnessing a transition from pure radiation to a parallel combination of radiation and conduction. Let's embark on this thermal journey and uncover the mathematics behind it!
Phase 1
The Solitary Cooling
Imagine our solid body X sitting alone in the atmosphere. From time t=0 to t=t1, it is cooling down purely by radiating heat to its surroundings. The atmosphere acts as a massive thermal reservoir, maintaining a constant temperature of TA=300 K.
According to Newton's law of cooling, the rate at which the body's temperature drops is directly proportional to the temperature difference between the body and the atmosphere. We can express this mathematically as:
Here, k is the cooling constant that depends on the body's properties and surface area.
The Mathematics of Newton's Law
To find out exactly how much the body cools over time, we need to integrate this differential equation. By separating the variables, we bring the temperature terms to one side and the time terms to the other:
Now, we integrate from the initial state at t=0 (where T0=400 K) to the state at t=t1 (where T1=350 K):
∫T0T1T−TAdT=−k∫0t1dt
Evaluating the integrals gives us a logarithmic relation:
ln(T0−TAT1−TA)=−kt1
Let's plug in the known temperature values to evaluate the product kt1:
−kt1=ln(400−300350−300)=ln(10050)=ln(21)=−ln(2)
This beautifully simplifies to a crucial piece of information that we will need later:
Phase 2
The Parallel Pathways
Now begins the second phase! At time t1, the scenario changes. We connect body X to a massive body Y using a conducting rod of length L, cross-sectional area A, and thermal conductivity K.
Because body Y is so massive, its temperature remains constant at TA=300 K, just like the atmosphere. This means body X is now losing heat through two parallel paths simultaneously:
1. Radiation to the surrounding air.
2. Conduction through the rod to body Y.
Let's figure out the cooling rate just due to this new conduction path. The rate of heat flow through the rod is given by Fourier's law of heat conduction:
Since the heat lost by the body is related to its temperature drop by dQ=−CdT (where C is the heat capacity), we can express the cooling rate due to conduction as:
(−dtdT)cond=LCKA(T−TA)
Because these two cooling mechanisms are happening at the same time, the total, net rate of cooling is simply the sum of the individual cooling rates:
(−dtdT)net=k(T−TA)+LCKA(T−TA)
Factoring out the temperature difference, we get our new, effective differential equation for the second phase:
The Final Integration
With our new differential equation ready, we integrate it again. This time, we are integrating from time t1 to 3t1. The duration of this phase is Δt=3t1−t1=2t1. The temperature goes from T1 to our unknown final temperature T2.
∫T1T2T−TAdT=−(k+LCKA)∫t13t1dt
ln(T1−TAT2−TA)=−(k+LCKA)(2t1)
Finally, let's substitute all our knowns into this equation. We plug in T1=350 K, TA=300 K, and remember that kt1=ln(2):
ln(350−300T2−300)=−2kt1−LC2KAt1
ln(50T2−300)=−2ln(2)−LC2KAt1
Using the properties of logarithms, we know that −2ln(2)=ln(2−2)=ln(1/4). So the equation becomes:
ln(50T2−300)=ln(41)−LC2KAt1
To isolate T2, we exponentiate both sides:
50T2−300=41e−LC2KAt1
Multiplying by 50 and adding 300, we arrive at our final, elegant result:
And there we have it! The final temperature of body X at time 3t1, perfectly capturing the combined effects of radiation and conduction.