
Zachary R. answered 03/05/22
Math, Physics, Mechanics, MatSci, and Engineering Tutoring Made Easy!
Hi Mason!
Let me try and help you out with this problem!
Starting Equation (Newton's Law of Cooling):
[dT / dt] = -k * [T - Ta]
...where T is the current temperature of our sample, Ta is the temperature of my ambient environment (oftentimes equal to room temperature), t is how much time has passed since we started "measuring" the temperature, and k is some constant value which is a kind of description of how quickly the environment can "suck away" heat from the sample (for example, we might expect different "k-values" depending on if the environment is "windy" or not!).
This equation is currently in the form of a derivative, and we are asked to integrate it so that we obtain an expression for "Temperature over Time".
Firstly, let's multiply both sides by "dt"...
[dT / dt] = -k * [T - Ta]
dT = -k * [T - Ta] * dt
Before we integrate each side, we need to make sure that all the "T-terms" are on the "dT side" (and, if there were any "t-terms", they'd need to be on the "dt side").
dT = -k * [T - Ta] * dt (Divide both sides by "[T - Ta]")
(1 / [T - Ta]) * dT = -k * dt
Now we can do indefinite integration on each side of this equation...
Note that integrating "1 / x" type expressions turns into natural logarithms, and that the only thing in the right integral is "k", which is a constant value with respect to time...
∫ (1 / [T - Ta]) * dT = ∫ -k * dt
ln( T - Ta ) = -kT + C0
Remember that since we are doing indefinite integration, we get a +C0 from each integral ... but since its some unknown constant we can just imagine combining them into one single +C0 for simplicity...
Now, we want to solve for T in terms of t. To "break T out of the logarithm", we need to do e^ of each side of the equation...
ln( T - Ta ) = -kt + C0 (exponentiate each side...)
T - Ta = e(-kt + C0) (use exponential rules to split the 1 exponential into two...)
T - Ta = e-kt * eC0 (C0 is just some arbitrary unknown constant number, so eC0 is ALSO just some arbitrary unknown constant number! Let's just "rename" this term C0 for convenience!)
T - Ta = e-kt * C0
T - Ta = C0e-kT
T = C0e-kt + Ta
But, how can we evaluate this mystery number C0? We need to use some information from the word problem to do this (we need to know at least ONE data point of Temperature and Time...)
In part (b) they tell us that the initial temperature (initial meaning t = 0) is 70C and the ambient temperature is 20C.
Plug these numbers into our equation...
T = C0e-kt + Ta
(70) = C0e-k(0) + (20)
(70) = C0e0 + (20) (e0 = 1)
(70) = C0 + (20)
C0 = 50 C
Hope that helps!
--Zach