The Symphony of Cooling
Understanding Newton's Law
Imagine you have just brewed a steaming cup of tea. You place it on your desk, and as you sit down to study, you notice it cooling.
It does not drop in temperature at a constant rate. It cools rapidly at first, and then, as it gets closer to the temperature of the room, the cooling slows down, almost as if the tea is 'hesitating' to reach room temperature.
This is the physical reality described by Newton's Law of Cooling, and it is a beautiful example of exponential decay.
The Differential Equation
The Language of Change
In our problem, we are given the differential equation:
The term dtdT represents the rate of change of temperature with respect to time. The right side, −K(T−80), tells us that the rate of cooling is directly proportional to the difference between the current temperature T and the ambient temperature, which is 80∘F.
This 80∘F is our asymptote. Mathematically, as t→∞, T→80. The body will never actually reach 80∘F in finite time, but it will get infinitely close.
The Calculus of Cooling
To solve this, we use the method of separation of variables. We group all the T terms on one side and all the t terms on the other:
Now, we integrate both sides:
The left side integrates to the natural logarithm, ln(T−80), and the right side gives us −Kt+C.
Exponentiating both sides, we arrive at the general solution:
Let A=eC. Then T(t)−80=Ae−Kt. We find A using our initial condition at t=0, where T=160∘F:
Thus, our specific temperature function is:
The JEE Mindset
Efficiency Over Brute Force
Now, we reach the intermediate condition: at t=15, T=120∘F. Most students would immediately try to solve for K.
They would write 120−80=80e−15K, which simplifies to 40=80e−15K, or e−15K=21. They might then take the natural log to find K=15ln(2).
Stop! Do not do this. In the heat of a JEE Advanced exam, calculating K is a waste of time and an invitation to arithmetic errors.
Look at the target: we need to find T at t=45. Notice the relationship between the times: 45=3×15. This is not a coincidence; it is a design feature of the problem.
The Power of Exponents
We want to find T(45). Our equation is T(45)−80=80e−45K.
Using the laws of exponents, we can rewrite e−45K as (e−15K)3. We already know that e−15K=21.
Therefore:
This is the elegance of the method. We have bypassed the need to calculate K entirely. We simply substitute this value back into our equation:
The Final Calculation
Calculating the right side is trivial: 80×81=10. So, T(45)−80=10.
Adding 80 to both sides, we get:
T(45)=90∘F
Look at what we have achieved. We started with a differential equation, navigated through the calculus of integration, and finished with a clean, logical deduction using the properties of exponents.
Remember, in physics and mathematics, the most elegant path is usually the one that respects the structure of the equation. Keep this mindset, and you will find that even the most complex problems become manageable.