We are going. to first solve the two homogeneous coupled differential equation in post #19 subject to the initial conditions: $$T_1^*(0)=63.1$$ and $$T_2^*(0)=55.1$$If we substitute these values into the two differential equations, we can obtain the initial conditions on the first derivatives of ##T_1^*## and ##T_2^*## at time t = 0: $$\left[\frac{dT_1^*}{dt}\right]_{t=0}=-3.094T_1^*(0)+1.489T_2^*(0)=-113.2$$ and $$\left[\frac{dT_2^*}{dt}\right]_{t=0}=T_1^*(0)-2.991T_2^*(0)=-101.7$$
The next step is to solve the second equation post #19 for ##T_1^*## in the 2nd differential equation in terms of ##T_2^*## and its first derivative: $$T_1^*=\frac{dT_2^*} {dt}+2.991 T_2^*$$We can then eliminate ##T_1^*## by substituting this into the first differential equation in post #19: $$\frac{d^2T_2^*}{dt^2}+2.991\frac{dT_2^*}{dt}=-3.094\left(\frac{dT_2^*}{dt}+2.991 T_2^*\right)+1.489T_2^*$$or $$\frac{d^2T_2^*}{dt^2}+6.085\frac{dT_2^*}{dt}-7.7652T_2^*=0$$The solution to this homogeneous linear ODE is of the form ##e^{\lambda t}##, with the two exponential terms satisfying $$\lambda^2+6.085\lambda+7.7652=0$$The solution to this quadratic equation for ##\lambda## is $$\lambda=\frac{-6.0850\pm\sqrt{(6.0850)^2-4(7.7652)}}{2}=-4.2638\ and\ -1.8212$$So, $$T_2^*(t)=Ae^{-1.8212t}+Be^{-4.2638t}$$where A and B are constants to be determined from the initial conditions: $$T_2^*(0)=A+B=55.1$$and
$$\left[\frac{dT_2^*}{dt}\right]_{t=0}=-1.8212A-1.4638B=-101.7$$Solving these two linear algebraic equation for the constants A and B gives: $$A=54.3$$ and $$B=0.8$$So, we have $$T_2^*(t)=54.3e^{-1.8212t}+0.8e^{-4.2638t}$$The solution for ##T_2## is then $$T_2=T_2(\infty)+T_2^*=39.8+54.3e^{-1.8212t}+0.8e^{-4.2638t}$$