Given the following for oven temperature decay,
I have to find the time constant and temperature outside the oven. The answers given in the book are:
$\tau=35.8 \text{ sec}$, Outside Temp = $40^{\circ}C$.
The instructor stated that these values are incorrect and wants us to find the correct solution. I got the following values for $\tau$ but not sure if I am approaching this problem correctly:
$\dfrac{d\theta}{dt} \big|_{t=0}=\dfrac{1}{\tau}=\dfrac{12^{\circ}C}{470\text{ sec}}$
$\tau=39.175 \text{ sec}$
This is close to what the book has, but I feel it might be wrong based on the total time it takes for the system to reach its final value (~4250 sec). I also tried normalizing by the total $\Delta T$ and I get $\tau = 3,113.75 \text{ sec}$, which just seems way too high.
What is the best method of approaching such a problem?

Supposing that the low of cooling is : $$\theta(t)=\theta_{out}+\beta\exp\left(-\frac{t}{\tau}\right)$$ $t$ is the time, $\theta$ is the temperature, $\theta_{out}$ is the outside temperature, $\tau$ is the time constant and $\beta$ is a coefficient.
$$\ln\left(\theta(t)-\theta_{out}\right)=\ln(\beta)-\frac{t}{\tau}$$ Thus, the graphical representation of $\quad\ln\left(\theta(t)-\theta_{out}\right)\quad$ vs. $t$ should be $\underline{\text{linear}}$.
This is drawn in BLACK on the figure below in case of $\theta_{out}=40.\quad$ Obviously, the curve is far from a straight line. This confirmes that $\theta_{out}=40$ is false.
The drawings for various values of $\theta_{out}$ show that the best linear fit is obtained with $\theta_{out}\simeq 0.$
The case $\theta_{out}\simeq 0$ is drawn in red. In order to compare, the straight line is drawn in black dots.
The approximate values of $\beta$ and $\tau$ can be computed thanks to linear regression ($\theta_{out}= 0)$ according to the equation : $$\ln\left(\theta(t)\right)=\ln(\beta)-\frac{t}{\tau}$$ Which leads to : $\beta\simeq 120$ and $\tau\simeq 3900$.
This is the best fit with criteria of least mean square $\underline{\text{relative}}$ deviation (because linear regression vs. the log function).
The result would be slightly different if the criteria was the least mean square deviation. This requires a non-linear method of calculus. But, in practice, the least relative deviation is often preferred.